On 08/02/2023 20.46, Fabiano Rosas wrote:
Signed-off-by: Fabiano Rosas <faro...@suse.de>
---
tests/qtest/device-plug-test.c | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)
diff --git a/tests/qtest/device-plug-test.c b/tests/qtest/device-plug-test.c
index 4f92617335..01cecd6e20 100644
--- a/tests/qtest/device-plug-test.c
+++ b/tests/qtest/device-plug-test.c
@@ -68,6 +68,11 @@ static void test_pci_unplug_request(void)
const char *arch = qtest_get_arch();
const char *machine_addition = "";
Reviewed-by: Thomas Huth <th...@redhat.com>