[PULL 0/2] acpi: unit test

Michael S. Tsirkin posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200930083552.506733-1-mst@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Igor Mammedov <imammedo@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
tests/qtest/bios-tables-test.c   |  17 +++++++++++++++++
tests/data/acpi/pc/DSDT.hpbrroot | Bin 0 -> 3079 bytes
2 files changed, 17 insertions(+)
create mode 100644 tests/data/acpi/pc/DSDT.hpbrroot
[PULL 0/2] acpi: unit test
Posted by Michael S. Tsirkin 3 years, 7 months ago
The following changes since commit f142e4ede72853aaa7d306bc79b099caed45769b:

  tests/acpi: drop unnecessary files (2020-09-29 07:10:37 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 42803552319a5481e90e93382d74a7336dfab496:

  tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug (2020-09-30 04:10:51 -0400)

----------------------------------------------------------------
acpi: unit test

This just adds a unit test for previously merged functionality.
A bit unusual, but we have a contribitor under a deadline,
let's be nice and merge the unit test right away - does no harm.
Hopefully this won't be a beginning of a trend ...

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Ani Sinha (2):
      tests/acpi: unit test exercising global pci hotplug off for i440fx
      tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug

 tests/qtest/bios-tables-test.c   |  17 +++++++++++++++++
 tests/data/acpi/pc/DSDT.hpbrroot | Bin 0 -> 3079 bytes
 2 files changed, 17 insertions(+)
 create mode 100644 tests/data/acpi/pc/DSDT.hpbrroot


Re: [PULL 0/2] acpi: unit test
Posted by Peter Maydell 3 years, 7 months ago
On Wed, 30 Sep 2020 at 09:36, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit f142e4ede72853aaa7d306bc79b099caed45769b:
>
>   tests/acpi: drop unnecessary files (2020-09-29 07:10:37 -0400)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 42803552319a5481e90e93382d74a7336dfab496:
>
>   tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug (2020-09-30 04:10:51 -0400)
>
> ----------------------------------------------------------------
> acpi: unit test
>
> This just adds a unit test for previously merged functionality.
> A bit unusual, but we have a contribitor under a deadline,
> let's be nice and merge the unit test right away - does no harm.
> Hopefully this won't be a beginning of a trend ...
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Ani Sinha (2):
>       tests/acpi: unit test exercising global pci hotplug off for i440fx
>       tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug
>
>  tests/qtest/bios-tables-test.c   |  17 +++++++++++++++++
>  tests/data/acpi/pc/DSDT.hpbrroot | Bin 0 -> 3079 bytes
>  2 files changed, 17 insertions(+)
>  create mode 100644 tests/data/acpi/pc/DSDT.hpbrroot


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM