You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/i386
Alexander Graf 654076bc20 hvf: complete 1G page support
Hvf on x86 only supported 2MiB large pages, but never bothered to strip
out the 1GiB page size capability from -cpu host. With QEMU 8.0.0 this
became a problem because OVMF started to use 1GiB pages by default.

Let's just unconditionally add 1GiB page walk support to the walker.

With this fix applied, I can successfully run OVMF again.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1603
Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reported-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Phil Dennis-Jordan <phil@philjordan.eu>
Link: https://lore.kernel.org/r/20230420225258.58009-1-agraf@csgraf.de
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 days ago
..
hvf hvf: complete 1G page support 6 days ago
kvm target/i386: hyperv: add stub for hyperv_syndbg_query_options 2 weeks ago
nvmm cpu: move Qemu[Thread|Cond] setup into common code 6 months ago
tcg target/i386: fix hang when using slow path for ptw_setl 3 weeks ago
whpx cpu: move Qemu[Thread|Cond] setup into common code 6 months ago
Kconfig i386: select correct components for no-board build 7 months ago
arch_dump.c dump: Replace opaque DumpState pointer with a typed one 2 years ago
arch_memory_mapping.c memory: follow Error API guidelines 1 year ago
confidential-guest.c target/i386: introduce x86-confidential-guest 8 months ago
confidential-guest.h target/i386: add support for masking CPUID features in confidential guests 5 months ago
cpu-apic.c target/i386: Move APIC related code to cpu-apic.c 7 months ago
cpu-dump.c target/i386: remove CC_OP_CLR 1 month ago
cpu-internal.h i386: split off sysemu part of cpu.c 4 years ago
cpu-param.h license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later 3 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 1 year ago
cpu-sysemu.c target/i386: Move APIC related code to cpu-apic.c 7 months ago
cpu.c target/i386: add sha512, sm3, sm4 feature bits 4 weeks ago
cpu.h target/i386: Fix legacy page table walk 4 weeks ago
gdbstub.c target/i386/gdbstub: Expose orig_ax 2 months ago
helper.c i386: Fix MCE support for AMD hosts 6 months ago
helper.h target/i386: optimize computation of ZF from CC_OP_DYNAMIC 1 month ago
host-cpu.c i386/cpu: Drop the check of phys_bits in host_cpu_realizefn() 1 month ago
host-cpu.h accel-cpu: make cpu_realizefn return a bool 4 years ago
machine.c target/i386: Add support save/load HWCR MSR 2 months ago
meson.build target/i386: Move APIC related code to cpu-apic.c 7 months ago
monitor.c target/i386: Move APIC related code to cpu-apic.c 7 months ago
ops_sse.h target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS 6 months ago
sev-sysemu-stub.c hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled 6 months ago
sev.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 3 months ago
sev.h hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled 6 months ago
svm.h target/i386: check intercept for XSETBV 1 year ago
trace-events target/i386/sev: Use size_t for object sizes 5 months ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
xsave_helper.c x86: add support for KVM_CAP_XSAVE2 and AMX state migration 3 years ago