Re: [Xen-devel] [RFC PATCH 4/9] x86/SVM: Modify VMCB fields to add AVIC support

2016-12-25 Thread Suravee Suthikulpanit
On 12/22/16 18:11, Jan Beulich wrote: On 19.09.16 at 07:52, wrote: --- a/xen/include/asm-x86/hvm/svm/vmcb.h +++ b/xen/include/asm-x86/hvm/svm/vmcb.h @@ -328,14 +328,15 @@ typedef union __packed struct { u64 tpr: 8; -u64 irq:

Re: [Xen-devel] [RFC PATCH 4/9] x86/SVM: Modify VMCB fields to add AVIC support

2016-12-22 Thread Jan Beulich
>>> On 19.09.16 at 07:52, wrote: > --- a/xen/include/asm-x86/hvm/svm/vmcb.h > +++ b/xen/include/asm-x86/hvm/svm/vmcb.h > @@ -328,14 +328,15 @@ typedef union __packed > struct > { > u64 tpr: 8; > -u64 irq: 1; > +

Re: [Xen-devel] [RFC PATCH 4/9] x86/SVM: Modify VMCB fields to add AVIC support

2016-10-12 Thread Konrad Rzeszutek Wilk
On Mon, Sep 19, 2016 at 12:52:43AM -0500, Suravee Suthikulpanit wrote: > Introduce AVIC-related VMCB fields. > > Signed-off-by: Suravee Suthikulpanit > --- > xen/include/asm-x86/hvm/svm/vmcb.h | 23 +++ > 1 file changed, 15 insertions(+), 8

[Xen-devel] [RFC PATCH 4/9] x86/SVM: Modify VMCB fields to add AVIC support

2016-09-18 Thread Suravee Suthikulpanit
Introduce AVIC-related VMCB fields. Signed-off-by: Suravee Suthikulpanit --- xen/include/asm-x86/hvm/svm/vmcb.h | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/xen/include/asm-x86/hvm/svm/vmcb.h