Re: [Xen-devel] [PATCH V6] x86/HVM: Introduce struct hvm_pi_ops

2017-01-17 Thread Jan Beulich
>>> On 17.01.17 at 05:21, wrote: > Change in V6: > * Change hvm_domain.pi_ops to be a pointer > (per Boris's suggestion). I must have overlooked that suggestion during review, and I'm afraid it's not a good idea: See Weng Fu's series at https://lists.xenproject.org/archives/html/xen-devel/2

[Xen-devel] [PATCH V6] x86/HVM: Introduce struct hvm_pi_ops

2017-01-16 Thread Suravee Suthikulpanit
The current function pointers in struct vmx_domain for managing hvm posted interrupt can be used also by SVM AVIC. Therefore, this patch introduces struct hvm_pi_ops, which is declared in struct hvm_domain. Signed-off-by: Suravee Suthikulpanit Cc: Jan Beulich Cc: Andrew Cooper Cc: Konrad Rzeszu