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