x86/vmx: Introduce a bitfield structure for EPT_VIOLATION EXIT_QUALIFICATIONs
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Jan 2017 16:36:23 +0000 (16:36 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2017 10:40:26 +0000 (10:40 +0000)
commit991033fad2cc23c45415fbcd0ab6405250e6b35c
treec6a6de74e0a00bce0b703ca3eef5d923fda382d4
parent384b61f97c068a3dcfdacce7fdb00a4eff4ee9d5
x86/vmx: Introduce a bitfield structure for EPT_VIOLATION EXIT_QUALIFICATIONs

This results in rather more readable code.  No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmx.c
xen/include/asm-x86/hvm/vmx/vmx.h
xen/include/xen/compiler.h