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