Re: [Xen-devel] [RFC v2 05/15] vmx: Initialize VT-d Posted-Interrupts Descriptor

2015-06-09 Thread Jan Beulich
>>> On 08.05.15 at 11:07, wrote: > --- a/xen/include/asm-x86/hvm/vmx/vmx.h > +++ b/xen/include/asm-x86/hvm/vmx/vmx.h > @@ -28,6 +28,9 @@ > #include > #include > #include > +#include > + > +extern uint8_t posted_intr_vector; > > typedef union { > struct { > @@ -125,6 +128,22 @@ stati

[Xen-devel] [RFC v2 05/15] vmx: Initialize VT-d Posted-Interrupts Descriptor

2015-05-08 Thread Feng Wu
This patch initializes the VT-d Posted-interrupt Descriptor. Signed-off-by: Feng Wu --- xen/arch/x86/hvm/vmx/vmcs.c | 3 +++ xen/include/asm-x86/hvm/vmx/vmx.h | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x