>>> On 19.09.16 at 07:52, wrote:
> --- a/xen/arch/x86/hvm/svm/svm.c
> +++ b/xen/arch/x86/hvm/svm/svm.c
> @@ -1495,6 +1495,16 @@ const struct hvm_function_table * __init
> start_svm(void)
> svm_function_table.hap_capabilities = HVM_HAP_SUPERPAGE_2MB |
> ((cpuid_edx(0x8001) & 0x04
On Mon, Sep 19, 2016 at 12:52:48AM -0500, Suravee Suthikulpanit wrote:
> Hook up virtual_intr_delivery_enabled and deliver_posted_intr functions
> when AVIC is enabled.
>
> Signed-off-by: Suravee Suthikulpanit
> ---
> xen/arch/x86/hvm/svm/svm.c | 10 ++
> xen/include/asm-x86/hvm/
Hook up virtual_intr_delivery_enabled and deliver_posted_intr functions
when AVIC is enabled.
Signed-off-by: Suravee Suthikulpanit
---
xen/arch/x86/hvm/svm/svm.c | 10 ++
xen/include/asm-x86/hvm/svm/avic.h | 5 +
2 files changed, 15 insertions(+)
diff --git a/xen/arch/x86/h