tests: acpi: update expected blobs
authorIgor Mammedov <imammedo@redhat.com>
Thu, 2 Mar 2023 16:15:37 +0000 (17:15 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:39:00 +0000 (12:39 -0500)
commit0a7044eb643d035e6c235ca94760a1e61d165cd6
tree9e8706a2b23ed6d9c0f53f4247f799fef9c95339
parentbf5fde7964e616d3ccfd7d9cb19521e1af11a9a0
tests: acpi: update expected blobs

an extra devices at non-zero function address with static
_DSM method get exposed, ex:

  +            Device (S15)
  +            {
  +                Name (_ADR, 0x00020005)  // _ADR: Address
  +                Method (_DSM, 4, Serialized)  // _DSM: Device-Specific Method
  +                {
  +                    Local0 = Package (0x01)
  +                        {
  +                            0x66
  +                        }
  +                    Return (EDSM (Arg0, Arg1, Arg2, Arg3, Local0))
  +                }
  +            }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-29-imammedo@redhat.com>
tests/data/acpi/q35/DSDT.multi-bridge
tests/data/acpi/q35/DSDT.noacpihp
tests/qtest/bios-tables-test-allowed-diff.h