All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Some cleanup in arm/virt/acpi
@ 2020-02-04  1:43 Heyi Guo
  2020-02-04  1:43 ` [PATCH v3 1/7] bios-tables-test: prepare to change ARM virt ACPI DSDT Heyi Guo
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Heyi Guo @ 2020-02-04  1:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Michael S. Tsirkin, Shannon Zhao, qemu-arm,
	Igor Mammedov, Heyi Guo, wanghaibin.wang

Remove conflict _ADR objects, and fix and refine PCI device definition in
ACPI/DSDT.

History:

v3 -> v2:
- update commit message for patch 4/7.
- remove diff keywords in commit message of patch 7/7 to avoid applying patch
  failure.

v1 -> v2:
- flow the work flow in tests/qtest/bios-table-test.c to post ACPI related
  patches.
- update commit messages for removing "RP0" and "_ADR".
- add 3 more cleanup patches.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Shannon Zhao <shannon.zhaosl@gmail.com>
Cc: qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org

Heyi Guo (7):
  bios-tables-test: prepare to change ARM virt ACPI DSDT
  arm/virt/acpi: remove meaningless sub device "RP0" from PCI0
  arm/virt/acpi: remove _ADR from devices identified by _HID
  arm/acpi: fix PCI _PRT definition
  arm/acpi: fix duplicated _UID of PCI interrupt link devices
  arm/acpi: simplify the description of PCI _CRS
  virt/acpi: update golden masters for DSDT update

 hw/arm/virt-acpi-build.c          |  25 ++++++-------------------
 tests/data/acpi/virt/DSDT         | Bin 18462 -> 5307 bytes
 tests/data/acpi/virt/DSDT.memhp   | Bin 19799 -> 6644 bytes
 tests/data/acpi/virt/DSDT.numamem | Bin 18462 -> 5307 bytes
 4 files changed, 6 insertions(+), 19 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-02-11 18:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04  1:43 [PATCH v3 0/7] Some cleanup in arm/virt/acpi Heyi Guo
2020-02-04  1:43 ` [PATCH v3 1/7] bios-tables-test: prepare to change ARM virt ACPI DSDT Heyi Guo
2020-02-04  1:43 ` [PATCH v3 2/7] arm/virt/acpi: remove meaningless sub device "RP0" from PCI0 Heyi Guo
2020-02-04  6:35   ` Michael S. Tsirkin
2020-02-04  1:43 ` [PATCH v3 3/7] arm/virt/acpi: remove _ADR from devices identified by _HID Heyi Guo
2020-02-04  6:35   ` Michael S. Tsirkin
2020-02-04  1:43 ` [PATCH v3 4/7] arm/acpi: fix PCI _PRT definition Heyi Guo
2020-02-04  1:43 ` [PATCH v3 5/7] arm/acpi: fix duplicated _UID of PCI interrupt link devices Heyi Guo
2020-02-04  1:43 ` [PATCH v3 6/7] arm/acpi: simplify the description of PCI _CRS Heyi Guo
2020-02-04  1:43 ` [PATCH v3 7/7] virt/acpi: update golden masters for DSDT update Heyi Guo
2020-02-10  0:30 ` [PATCH v3 0/7] Some cleanup in arm/virt/acpi Heyi Guo
2020-02-11 18:16 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.