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