From 5d3f0185d06edd9640c7cc1b11c10af59394e42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 23 Nov 2017 06:43:30 +0100 Subject: [PATCH] Adjust config of nic_hotplug to work properly on s390x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On s390x rtl8139 and e1000 are not supported (similarly to ppc64) and the virtio-net is called virtio-net-ccw. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/nic_hotplug.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/tests/cfg/nic_hotplug.cfg b/qemu/tests/cfg/nic_hotplug.cfg index 3445dfa0..d346b4ba 100644 --- a/qemu/tests/cfg/nic_hotplug.cfg +++ b/qemu/tests/cfg/nic_hotplug.cfg @@ -9,7 +9,7 @@ run_dhclient = no variants: - nic_8139: - no ppc64 ppc64le + no ppc64, ppc64le, s390x pci_model = rtl8139 match_string = "8139" - nic_virtio: @@ -21,7 +21,7 @@ s390x: pci_model = virtio-net-ccw - nic_e1000: - no ppc64 ppc64le + no ppc64, ppc64le, s390x pci_model = e1000 match_string = "Gigabit Ethernet Controller" variants: -- GitLab