[PATCH v3 0/7] Some cleanup in arm/virt/acpi

Heyi Guo posted 7 patches 4 years, 3 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200204014325.16279-1-guoheyi@huawei.com
Maintainers: Thomas Huth <thuth@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Shannon Zhao <shannon.zhaosl@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PATCH v3 0/7] Some cleanup in arm/virt/acpi
Posted by Heyi Guo 4 years, 3 months ago
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


Re: [PATCH v3 0/7] Some cleanup in arm/virt/acpi
Posted by Heyi Guo 4 years, 2 months ago
Hi Peter,

Do you have any other comments? If not, could you help to merge into 
your tree?

Thanks,

Heyi

On 2020/2/4 9:43, Heyi Guo wrote:
> 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(-)
>


Re: [PATCH v3 0/7] Some cleanup in arm/virt/acpi
Posted by Peter Maydell 4 years, 2 months ago
On Tue, 4 Feb 2020 at 01:45, Heyi Guo <guoheyi@huawei.com> wrote:
>
> 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



Applied to target-arm.next, thanks.

-- PMM