Re: [PATCH] tests/qtest/migration: Add a check for the availability of the "pc" machine

2024-09-03 Thread Fabiano Rosas
Thomas Huth writes: > The test_vcpu_dirty_limit is the only test that does not check for the > availability of the machine before starting the test, so it fails when > QEMU has been configured with --without-default-devices. Add a check for > the "pc" machine type to fix it. > > Signed-off-by: Th

[PATCH] tests/qtest/migration: Add a check for the availability of the "pc" machine

2024-09-03 Thread Thomas Huth
The test_vcpu_dirty_limit is the only test that does not check for the availability of the machine before starting the test, so it fails when QEMU has been configured with --without-default-devices. Add a check for the "pc" machine type to fix it. Signed-off-by: Thomas Huth --- tests/qtest/migra