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/host/include
Paolo Bonzini 7cac7aa704 target/i386/hvf: fix handling of XSAVE-related CPUID bits
The call to xgetbv() is passing the ecx value for cpuid function 0xD,
index 0. The xgetbv call thus returns false (OSXSAVE is bit 27, which is
well out of the range of CPUID[0xD,0].ECX) and eax is not modified. While
fixing it, cache the whole computation of supported XCR0 bits since it
will be used for more than just CPUID leaf 0xD.

Furthermore, unsupported subleafs of CPUID 0xD (including all those
corresponding to zero bits in host's XCR0) must be hidden; if OSXSAVE
is not set at all, the whole of CPUID leaf 0xD plus the XSAVE bit must
be hidden.

Finally, unconditionally drop XSTATE_BNDREGS_MASK and XSTATE_BNDCSR_MASK;
real hardware will only show them if the MPX bit is set in CPUID;
this is never the case for hvf_get_supported_cpuid() because QEMU's
Hypervisor.framework support does not handle the VMX fields related to
MPX (even in the unlikely possibility that the host has MPX enabled).
So hide those bits in the new cache_host_xcr0().

Cc: Phil Dennis-Jordan <lists@philjordan.eu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 month ago
..
aarch64/host util/bufferiszero: Split out host include files 6 months ago
generic/host util/bufferiszero: Split out host include files 6 months ago
i386/host target/i386/hvf: fix handling of XSAVE-related CPUID bits 1 month ago
loongarch64/host util/bufferiszero: Add loongarch64 vector acceleration 6 months ago
ppc/host ppc: spelling fixes 1 year ago
ppc64/host host/include/ppc: Implement aes-round.h 1 year ago
riscv/host util: Add RISC-V vector extension probe in cpuinfo 1 month ago
x86_64/host util/bufferiszero: Split out host include files 6 months ago