mbox series

[0/2] : KVM: nVMX: Fix bugs in MPX VMX controls emulation

Message ID 20180913124319.49663-1-liran.alon@oracle.com (mailing list archive)
Headers show
Series : KVM: nVMX: Fix bugs in MPX VMX controls emulation | expand

Message

Liran Alon Sept. 13, 2018, 12:43 p.m. UTC
Hi,

This series aims to fix 2 issues in MPX VMX controls emulation.

The 1st patch makes sure that we don't expose MPX VMX controls to guest
in case vCPU doesn't support MPX (It is not exposed via CPUID).

The 2nd patch fixes an issue in emulation of VM_ENTRY_LOAD_BNDCFGS.

Regards,
-Liran