diff options
author | Igor Mammedov | 2022-10-17 12:21:45 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-11-07 20:08:17 +0100 |
commit | d12dbd44e42fa0e851d62e0804f78bab5bd148d5 (patch) | |
tree | 2fd3f62cee0c114425bc312c48e84e3d9b342d3f /tests/data/acpi/q35/DSDT.bridge | |
parent | tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanup (diff) | |
download | qemu-d12dbd44e42fa0e851d62e0804f78bab5bd148d5.tar.gz qemu-d12dbd44e42fa0e851d62e0804f78bab5bd148d5.tar.xz qemu-d12dbd44e42fa0e851d62e0804f78bab5bd148d5.zip |
acpi: pc/35: sanitize _GPE declaration order
Move _GPE block declaration before it gets referenced by other
hotplug handlers. While at it move PCI hotplug (_E01) handler
after PCI tree description to avoid forward reference to
to not yet declared methods/devices.
PS:
Forward 'usage' usualy is fine as long as it's hidden within
method, however 'iasl' may print warnings. So be nice
to iasl/guest OS and do things in proper order.
PS2: Also follow up patches will move some of hotplug code
from PCI tree to _E01 and that also requires PCI Device
nodes build first, before Scope can reuse that from
global context.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20221017102146.2254096-11-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data/acpi/q35/DSDT.bridge')
0 files changed, 0 insertions, 0 deletions