Re: [Xen-devel] [PATCH 03/16] x86/HVM: switch virtual_intr_delivery_enabled() hook to simple boolean

2018-07-19 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Thursday, July 19, 2018 2:16 PM > > >>> On 19.07.18 at 03:56, wrote: > >> From: Jan Beulich [mailto:jbeul...@suse.com] > >> Sent: Wednesday, July 11, 2018 9:25 PM > >> > >> From: Suravee Suthikulpanit > >> > >> This patch modifies the

Re: [Xen-devel] [PATCH 03/16] x86/HVM: switch virtual_intr_delivery_enabled() hook to simple boolean

2018-07-19 Thread Jan Beulich
>>> On 19.07.18 at 03:56, wrote: >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: Wednesday, July 11, 2018 9:25 PM >> >> From: Suravee Suthikulpanit >> >> This patch modifies the hvm_funcs.virtual_intr_delivery_enabled() >> to become a bool variable as VMX does and SVM will simply

Re: [Xen-devel] [PATCH 03/16] x86/HVM: switch virtual_intr_delivery_enabled() hook to simple boolean

2018-07-18 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Wednesday, July 11, 2018 9:25 PM > > From: Suravee Suthikulpanit > > This patch modifies the hvm_funcs.virtual_intr_delivery_enabled() > to become a bool variable as VMX does and SVM will simply return a > static value. > > Signed-off-by:

Re: [Xen-devel] [PATCH 03/16] x86/HVM: switch virtual_intr_delivery_enabled() hook to simple boolean

2018-07-13 Thread Andrew Cooper
On 11/07/18 14:24, Jan Beulich wrote: > From: Suravee Suthikulpanit > > This patch modifies the hvm_funcs.virtual_intr_delivery_enabled() > to become a bool variable as VMX does and SVM will simply return a > static value. > > Signed-off-by: Suravee Suthikulpanit > Signed-off-by: Jan Beulich

[Xen-devel] [PATCH 03/16] x86/HVM: switch virtual_intr_delivery_enabled() hook to simple boolean

2018-07-11 Thread Jan Beulich
From: Suravee Suthikulpanit This patch modifies the hvm_funcs.virtual_intr_delivery_enabled() to become a bool variable as VMX does and SVM will simply return a static value. Signed-off-by: Suravee Suthikulpanit Signed-off-by: Jan Beulich --- Extracted from an SVM/AVIC series patch. ---