Re: [PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest

2024-11-29 Thread Ani Sinha
> On 28 Nov 2024, at 5:20 PM, Thomas Huth wrote: > > By using QemuSystemTest as a base class, we can use the set_machine() > command to check whether the required machine is available in the > binary (otherwise this test is failing when QEMU has been compiled > without the default 'pc' machine

Re: [PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest

2024-11-28 Thread Philippe Mathieu-Daudé
On 28/11/24 12:50, Thomas Huth wrote: By using QemuSystemTest as a base class, we can use the set_machine() command to check whether the required machine is available in the binary (otherwise this test is failing when QEMU has been compiled without the default 'pc' machine type). Signed-off-by:

[PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest

2024-11-28 Thread Thomas Huth
By using QemuSystemTest as a base class, we can use the set_machine() command to check whether the required machine is available in the binary (otherwise this test is failing when QEMU has been compiled without the default 'pc' machine type). Signed-off-by: Thomas Huth --- tests/functional/test_