From f9002204946232fccc35f5329d8375a84e797e63 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 5 Jan 2022 19:34:32 +0100 Subject: [PATCH] qemuhotplugtestdomains: Remove unnecessary use of versioned pc machine types MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The specific machine type is not important for the test. We can use 'pc' instead. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- .../qemuhotplug-console-compat-2-live+console-virtio.xml | 2 +- .../qemuhotplug-console-compat-2-live.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live+console-virtio.xml b/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live+console-virtio.xml index 5d688e7748..38311b188c 100644 --- a/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live+console-virtio.xml +++ b/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live+console-virtio.xml @@ -8,7 +8,7 @@ /machine - hvm + hvm diff --git a/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml b/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml index b916f30412..3fe205430c 100644 --- a/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml +++ b/tests/qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml @@ -8,7 +8,7 @@ /machine - hvm + hvm -- 2.39.5