mbox series

[0/3] x86/nvmx: attempt to fix interrupt injection

Message ID 20200320190737.42110-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/nvmx: attempt to fix interrupt injection | expand

Message

Roger Pau Monne March 20, 2020, 7:07 p.m. UTC
Hello,

This is a fixup of a wrong previous bugfix. It has been tested on the
debina0 osstest host and it fixes the interrupt injection issues seen
there when running the nested HVM tests. I mention this explicitly
because albeit I don't expect it I don't discard it might cause issues
on other boxes with a different set of VMX features.

I've tried to make the patches as small and contained as possible in
order to avoid breaking other stuff.

Roger Pau Monne (3):
  Revert "x86/vvmx: fix virtual interrupt injection when Ack on exit
    control is used"
  x86/nvmx: clarify and fix usage of nvmx_update_apicv
  x86/nvmx: update exit bitmap on vmexit

 xen/arch/x86/hvm/vmx/intr.c       | 21 +++++++++++++--------
 xen/arch/x86/hvm/vmx/vvmx.c       | 19 ++++++++++++-------
 xen/include/asm-x86/hvm/vmx/vmx.h |  2 ++
 3 files changed, 27 insertions(+), 15 deletions(-)