mbox series

[PULL,0/2] acpi: unit test

Message ID 20200930083552.506733-1-mst@redhat.com
Headers show
Series acpi: unit test | expand

Message

Michael S. Tsirkin Sept. 30, 2020, 8:36 a.m. UTC
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

Comments

Peter Maydell Sept. 30, 2020, 3:18 p.m. UTC | #1
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