[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] linux-headers: Update with vfio_ap IRQ index mapping
From: |
Tony Krowiak |
Subject: |
[PATCH 1/2] linux-headers: Update with vfio_ap IRQ index mapping |
Date: |
Tue, 30 May 2023 18:55:43 -0400 |
Signed-off-by: Tony Krowiak <akrowiak@linux.ibm.com>
---
linux-headers/linux/vfio.h | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h
index 4a534edbdcba..2658fda219e8 100644
--- a/linux-headers/linux/vfio.h
+++ b/linux-headers/linux/vfio.h
@@ -646,6 +646,15 @@ enum {
VFIO_CCW_NUM_IRQS
};
+/*
+ * The vfio-ap bus driver makes use of the following IRQ index mapping.
+ * Unimplemented IRQ types return a count of zero.
+ */
+enum {
+ VFIO_AP_REQ_IRQ_INDEX,
+ VFIO_AP_NUM_IRQS
+};
+
/**
* VFIO_DEVICE_GET_PCI_HOT_RESET_INFO - _IOWR(VFIO_TYPE, VFIO_BASE + 12,
* struct vfio_pci_hot_reset_info)
--
2.31.1
[PATCH 2/2] s390x/ap: Wire up the device request notifier interface, Tony Krowiak, 2023/05/30
Re: [PATCH 0/2] s390x/ap: fix hang when mdev attached to guest is removed, Anthony Krowiak, 2023/05/31