>>> 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
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