diff options
author | Igor Mammedov | 2022-10-17 12:21:46 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-11-07 20:08:17 +0100 |
commit | 0193d693a9c9323770c865f87942d8d4c0cbd8ff (patch) | |
tree | 64845ed8359c32689b06ad626aba79221eac11ad /tests/data/acpi/q35/DSDT.bridge | |
parent | acpi: pc/35: sanitize _GPE declaration order (diff) | |
download | qemu-0193d693a9c9323770c865f87942d8d4c0cbd8ff.tar.gz qemu-0193d693a9c9323770c865f87942d8d4c0cbd8ff.tar.xz qemu-0193d693a9c9323770c865f87942d8d4c0cbd8ff.zip |
tests: acpi: update expected blobs
Expected changes are:
1) Moving _GPE scope declaration achec of all _E0x methods
+ Scope (_GPE)
+ {
+ Name (_HID, "ACPI0006" /* GPE Block Device */) // _HID: Hardware ID
+ }
+
Scope (_SB)
{
Device (\_SB.PCI0.PRES)
============
\_SB.CPUS.CSCN ()
}
- Scope (_GPE)
- {
- Name (_HID, "ACPI0006" /* GPE Block Device */) // _HID: Hardware ID
- }
2) Moving _E01 handler after PCI0 scope is defined
- Scope (_GPE)
- {
- Name (_HID, "ACPI0006" /* GPE Block Device */) // _HID: Hardware ID
- Method (_E01, 0, NotSerialized) // _Exx: Edge-Triggered GPE
- {
- Acquire (\_SB.PCI0.BLCK, 0xFFFF)
- \_SB.PCI0.PCNT ()
- Release (\_SB.PCI0.BLCK)
- }
- }
-
Scope (\_SB.PCI0)
{
Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
=============
}
}
}
+
+ Scope (_GPE)
+ {
+ Method (_E01, 0, NotSerialized) // _Exx: Edge-Triggered GPE
+ {
+ Acquire (\_SB.PCI0.BLCK, 0xFFFF)
+ \_SB.PCI0.PCNT ()
+ Release (\_SB.PCI0.BLCK)
+ }
+ }
}
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20221017102146.2254096-12-imammedo@redhat.com>
Diffstat (limited to 'tests/data/acpi/q35/DSDT.bridge')
-rw-r--r-- | tests/data/acpi/q35/DSDT.bridge | bin | 11536 -> 11541 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/DSDT.bridge b/tests/data/acpi/q35/DSDT.bridge Binary files differindex 9a733a54e4..97141f9db2 100644 --- a/tests/data/acpi/q35/DSDT.bridge +++ b/tests/data/acpi/q35/DSDT.bridge |