[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for
From: |
Rorie Reyes |
Subject: |
[PATCH v1 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for AP config change |
Date: |
Tue, 7 Jan 2025 13:43:50 -0500 |
This patch adds enumeration constant VFIO_AP_CFG_CHG_IRQ_INDEX to specify
an IRQ index for signaling that a change has been made to the guest's AP
configuration. This is a placeholder for QEMU patches that use this value
since it is a linux-headers update which includes changes that aren't
merged into the kernel. Linux-headers patches should be generated using
scripts/update-linux-headers.sh.
Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com>
---
linux-headers/linux/vfio.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h
index 1b5e254d6a..d0426b5ec0 100644
--- a/linux-headers/linux/vfio.h
+++ b/linux-headers/linux/vfio.h
@@ -671,6 +671,7 @@ enum {
*/
enum {
VFIO_AP_REQ_IRQ_INDEX,
+ VFIO_AP_CFG_CHG_IRQ_INDEX,
VFIO_AP_NUM_IRQS
};
--
2.39.5 (Apple Git-154)
- [PATCH v1 0/5] Report vfio-ap configuration changes, Rorie Reyes, 2025/01/07
- Re: [PATCH v1 0/5] Report vfio-ap configuration changes, Alex Williamson, 2025/01/07
- [PATCH v1 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for AP config change,
Rorie Reyes <=
- [PATCH v1 4/5] hw/vfio/ap: Storing event information for an AP configuration change event, Rorie Reyes, 2025/01/07
- [PATCH v1 3/5] hw/vfio/ap: store object indicating AP config changed in a queue, Rorie Reyes, 2025/01/07
- [PATCH v1 5/5] s390: implementing CHSC SEI for AP config change, Rorie Reyes, 2025/01/07
- [PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event, Rorie Reyes, 2025/01/07