mbox series

[0/2] fix nested interrupt injection on virtual vmexit

Message ID 20200108103857.77236-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series fix nested interrupt injection on virtual vmexit | expand

Message

Roger Pau Monné Jan. 8, 2020, 10:38 a.m. UTC
Hello,

The following patch fixes interrupt injection when using nested
virtualization, and allows the usage of x2APIC by the L1 VMM (tested
with Xen). Patch #2 re-enables exposing the x2APIC CPUID feature bit.

Thanks, Roger.

Roger Pau Monne (2):
  nvmx: fix handling of interrupts
  Revert "tools/libxc: disable x2APIC when using nested virtualization"

 tools/libxc/xc_cpuid_x86.c  | 11 -----------
 xen/arch/x86/hvm/vmx/vvmx.c | 32 --------------------------------
 2 files changed, 43 deletions(-)