On Wed, 30 Sep 2020 at 09:36, Michael S. Tsirkin <m...@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 <m...@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