diff options
author | Igor Mammedov | 2022-07-01 15:35:10 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-10-09 22:38:45 +0200 |
commit | 366047d6251f931eb72049b8d32b0eb7f894cc4c (patch) | |
tree | 83c091c974a491c995da38c1ac3dc79a2da5d3c5 /hw/riscv/sifive_e.c | |
parent | tests: acpi: whitelist pc/q35 DSDT before moving _ADR field (diff) | |
download | qemu-366047d6251f931eb72049b8d32b0eb7f894cc4c.tar.gz qemu-366047d6251f931eb72049b8d32b0eb7f894cc4c.tar.xz qemu-366047d6251f931eb72049b8d32b0eb7f894cc4c.zip |
x86: pci: acpi: reorder Device's _ADR and _SUN fields
no functional change, align order of fields in empty slot
descriptor with a populated slot ordering.
Expected diff:
- Name (_SUN, 0x0X) // _SUN: Slot User Number
Name (_ADR, 0xY) // _ADR: Address
...
+ Name (_SUN, 0xX) // _SUN: Slot User Number
that will eliminate contextual changes (causing test failures)
when follow up patches merge code generating populated and empty
slots descriptors.
Put mandatory _ADR as the 1st field, then ASUN as it can be
present for both pupulated and empty slots and only then _SUN
which is present only when slot is hotpluggable.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-13-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/riscv/sifive_e.c')
0 files changed, 0 insertions, 0 deletions