summary refs log tree commit diff stats
path: root/python/setup.py
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2021-11-12 06:08:57 -0500
committerMichael S. Tsirkin <mst@redhat.com>2021-11-15 09:44:46 -0500
commit7e6055c99f2f1f5e6a206e8d07a9f45508832611 (patch)
tree7e9d67c2e2a9d1d549f5d8432b3f8ff86bf9b995 /python/setup.py
parent211afe5c69b597acf85fdd577eb497f5be1ffbd8 (diff)
downloadfocaccia-qemu-7e6055c99f2f1f5e6a206e8d07a9f45508832611.tar.gz
focaccia-qemu-7e6055c99f2f1f5e6a206e8d07a9f45508832611.zip
tests: bios-tables-test update expected blobs
The changes are the result of
        'hw/i386/acpi-build: Deny control on PCIe Native Hot-Plug in _OSC'
which hides PCIE hotplug bit in host-bridge _OSC

Method (_OSC, 4, NotSerialized)  // _OSC: Operating System Capabilities
             {
                 CreateDWordField (Arg3, Zero, CDW1)
                 If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */))
                 {
                     CreateDWordField (Arg3, 0x04, CDW2)
                     CreateDWordField (Arg3, 0x08, CDW3)
                     Local0 = CDW3 /* \_SB_.PCI0._OSC.CDW3 */
-                    Local0 &= 0x1F
+                    Local0 &= 0x1E

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20211112110857.3116853-6-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions