dc7afb
From f844ca939adb619cce8426e104b0039a7eba70a6 Mon Sep 17 00:00:00 2001
dc7afb
From: Thomas Huth <thuth@redhat.com>
dc7afb
Date: Tue, 11 May 2021 11:24:04 -0400
dc7afb
Subject: [PATCH 1/5] linux-headers: Add VFIO_CCW_REQ_IRQ_INDEX
dc7afb
dc7afb
RH-Author: Thomas Huth <thuth@redhat.com>
dc7afb
Message-id: <20210511112405.297037-2-thuth@redhat.com>
dc7afb
Patchwork-id: 101537
dc7afb
O-Subject: [RHEL-8.5.0 qemu-kvm PATCH 1/2] linux-headers: Add VFIO_CCW_REQ_IRQ_INDEX
dc7afb
Bugzilla: 1940450
dc7afb
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
dc7afb
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
dc7afb
RH-Acked-by: David Hildenbrand <david@redhat.com>
dc7afb
dc7afb
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1940450
dc7afb
Upstream-status: N/A
dc7afb
dc7afb
This is based on upstream commit b3c818a47f ("Update linux headers to
dc7afb
5.11-rc2"), but has been reduced to the single hunk that is required
dc7afb
for the next patch (there were too many unrelated conflicts in the other
dc7afb
files for doing full backport of the original upstream commit).
dc7afb
dc7afb
Signed-off-by: Thomas Huth <thuth@redhat.com>
dc7afb
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
dc7afb
---
dc7afb
 linux-headers/linux/vfio.h | 1 +
dc7afb
 1 file changed, 1 insertion(+)
dc7afb
dc7afb
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h
dc7afb
index f660bd7bac..9c8810bef4 100644
dc7afb
--- a/linux-headers/linux/vfio.h
dc7afb
+++ b/linux-headers/linux/vfio.h
dc7afb
@@ -580,6 +580,7 @@ enum {
dc7afb
 enum {
dc7afb
 	VFIO_CCW_IO_IRQ_INDEX,
dc7afb
 	VFIO_CCW_CRW_IRQ_INDEX,
dc7afb
+	VFIO_CCW_REQ_IRQ_INDEX,
dc7afb
 	VFIO_CCW_NUM_IRQS
dc7afb
 };
dc7afb
 
dc7afb
-- 
dc7afb
2.27.0
dc7afb