Blame SOURCES/kvm-s390x-pci-use-a-reserved-ID-for-the-default-PCI-grou.patch

bf143f
From 55294fc4a955491f1fd947e4d98bd6df832c88ba Mon Sep 17 00:00:00 2001
bf143f
From: Matthew Rosato <mjrosato@linux.ibm.com>
bf143f
Date: Fri, 3 Dec 2021 09:27:03 -0500
bf143f
Subject: [PATCH 01/42] s390x/pci: use a reserved ID for the default PCI group
bf143f
MIME-Version: 1.0
bf143f
Content-Type: text/plain; charset=UTF-8
bf143f
Content-Transfer-Encoding: 8bit
bf143f
bf143f
RH-Author: Cédric Le Goater <clg@redhat.com>
bf143f
RH-MergeRequest: 226: s390: Enhanced Interpretation for PCI Functions and Secure Execution guest dump
bf143f
RH-Bugzilla: 1664378 2043909
bf143f
RH-Acked-by: Thomas Huth <thuth@redhat.com>
bf143f
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
bf143f
RH-Acked-by: Jon Maloy <jmaloy@redhat.com>
bf143f
RH-Commit: [1/41] ad3ed38dec95acf0da04d7669fe772d798d039fc
bf143f
bf143f
The current default PCI group being used can technically collide with a
bf143f
real group ID passed from a hostdev.  Let's instead use a group ID that
bf143f
comes from a special pool (0xF0-0xFF) that is architected to be reserved
bf143f
for simulated devices.
bf143f
bf143f
Fixes: 28dc86a072 ("s390x/pci: use a PCI Group structure")
bf143f
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
bf143f
Reviewed-by: Eric Farman <farman@linux.ibm.com>
bf143f
Reviewed-by: Pierre Morel <pmorel@linux.ibm.com>
bf143f
Message-Id: <20211203142706.427279-2-mjrosato@linux.ibm.com>
bf143f
Signed-off-by: Thomas Huth <thuth@redhat.com>
bf143f
(cherry picked from commit b2892a2b9d45d25b909108ca633d19f9d8d673f5)
bf143f
Signed-off-by: Cédric Le Goater <clg@redhat.com>
bf143f
---
bf143f
 include/hw/s390x/s390-pci-bus.h | 2 +-
bf143f
 1 file changed, 1 insertion(+), 1 deletion(-)
bf143f
bf143f
diff --git a/include/hw/s390x/s390-pci-bus.h b/include/hw/s390x/s390-pci-bus.h
bf143f
index aa891c178d..2727e7bdef 100644
bf143f
--- a/include/hw/s390x/s390-pci-bus.h
bf143f
+++ b/include/hw/s390x/s390-pci-bus.h
bf143f
@@ -313,7 +313,7 @@ typedef struct ZpciFmb {
bf143f
 } ZpciFmb;
bf143f
 QEMU_BUILD_BUG_MSG(offsetof(ZpciFmb, fmt0) != 48, "padding in ZpciFmb");
bf143f
 
bf143f
-#define ZPCI_DEFAULT_FN_GRP 0x20
bf143f
+#define ZPCI_DEFAULT_FN_GRP 0xFF
bf143f
 typedef struct S390PCIGroup {
bf143f
     ClpRspQueryPciGrp zpci_group;
bf143f
     int id;
bf143f
-- 
bf143f
2.37.3
bf143f