aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorMatthew Rosato <mjrosato@linux.ibm.com>2022-06-06 16:33:17 -0400
committerChristian Borntraeger <borntraeger@linux.ibm.com>2022-07-11 09:54:29 +0200
commit73f91b004321f2510fa79e66035dbbf1870fcf56 (patch)
tree58792a03de492f7160967303e99ff76956fa0fd0 /arch/s390/include/asm/kvm_host.h
parentKVM: s390: pci: do initial setup for AEN interpretation (diff)
downloadwireguard-linux-73f91b004321f2510fa79e66035dbbf1870fcf56.tar.xz
wireguard-linux-73f91b004321f2510fa79e66035dbbf1870fcf56.zip
KVM: s390: pci: enable host forwarding of Adapter Event Notifications
In cases where interrupts are not forwarded to the guest via firmware, KVM is responsible for ensuring delivery. When an interrupt presents with the forwarding bit, we must process the forwarding tables until all interrupts are delivered. Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com> Reviewed-by: Pierre Morel <pmorel@linux.ibm.com> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com> Link: https://lore.kernel.org/r/20220606203325.110625-14-mjrosato@linux.ibm.com Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r--arch/s390/include/asm/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index 766028d54a3e..c1518a505060 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -759,6 +759,7 @@ struct kvm_vm_stat {
u64 inject_pfault_done;
u64 inject_service_signal;
u64 inject_virtio;
+ u64 aen_forward;
};
struct kvm_arch_memory_slot {