diff options
author | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 2016-08-23 13:52:42 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-08 13:11:56 +0200 |
commit | 5881f73757cc3dbada878e67c119a801ed0f9a07 (patch) | |
tree | 48fc4431d0f19972a5b9629b8a8293e8d62bda62 /arch/x86/include/asm | |
parent | 5ea11f2b31b83bd3c05357e6bec20f598e00705a (diff) | |
download | op-kernel-dev-5881f73757cc3dbada878e67c119a801ed0f9a07.zip op-kernel-dev-5881f73757cc3dbada878e67c119a801ed0f9a07.tar.gz |
svm: Introduce AMD IOMMU avic_ga_log_notifier
This patch introduces avic_ga_log_notifier, which will be called
by IOMMU driver whenever it handles the Guest vAPIC (GA) log entry.
Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index d36176b..4c738c2 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -785,6 +785,7 @@ struct kvm_arch { u32 ldr_mode; struct page *avic_logical_id_table_page; struct page *avic_physical_id_table_page; + struct hlist_node hnode; bool x2apic_format; bool x2apic_broadcast_quirk_disabled; |