qemu-e2k/hw/pci-host
Gerd Hoffmann 55c2f967c1 acpi/gpex: no reason to use a method for _CRS
... just to return something which is constant anyway.

-            Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
-            {
-                Return (ResourceTemplate ()
-                {
-                    WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
[ ... ]

+            Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
+            {
+                WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
[ ... ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200928104256.9241-12-kraxel@redhat.com
2020-09-30 11:29:56 +02:00
..
Kconfig
bonito.c
designware.c
gpex-acpi.c acpi/gpex: no reason to use a method for _CRS 2020-09-30 11:29:56 +02:00
gpex.c
grackle.c
i440fx.c
meson.build
pam.c
pnv_phb3.c
pnv_phb3_msi.c
pnv_phb3_pbcq.c
pnv_phb4.c
pnv_phb4_pec.c
ppce500.c
prep.c
q35.c
sabre.c
trace-events
trace.h
uninorth.c
versatile.c
xen_igd_pt.c
xilinx-pcie.c