[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virt
From: |
Philippe Mathieu-Daudé |
Subject: |
[qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device |
Date: |
Sat, 16 Mar 2019 21:08:14 +0100 |
This fixes when configuring with --without-default-devices:
$ qemu-system-s390x
qemu-system-s390x: Unknown device 'virtio-net-ccw' for bus 'virtual-css-bus'
Aborted (core dumped)
(gdb) bt
#0 0x00007ffff5a4353f in __GI_raise (address@hidden) at
../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007ffff5a2d895 in __GI_abort () at abort.c:79
#2 0x00005555557b13b3 in qdev_create (address@hidden, address@hidden
"virtio-net-ccw") at hw/core/qdev.c:131
#3 0x000055555572dfed in s390_create_virtio_net (name=0x555555a07e44
"virtio-net-ccw", bus=0x555555f84600) at hw/s390x/s390-virtio-ccw.c:234
#4 0x000055555572dfed in ccw_init (machine=<optimized out>) at
hw/s390x/s390-virtio-ccw.c:293
#5 0x00005555557b838b in machine_run_board_init (machine=0x555555e9ce90) at
hw/core/machine.c:1030
#6 0x000055555568bad2 in main (argc=<optimized out>, argv=<optimized out>,
envp=<optimized out>) at vl.c:4463
Fixes: b42075bb7 and 9e5c2056d1
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
hw/s390x/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig
index a7046ea41f..4158bd8497 100644
--- a/hw/s390x/Kconfig
+++ b/hw/s390x/Kconfig
@@ -9,3 +9,4 @@ config S390_CCW_VIRTIO
select S390_FLIC
select SCLPCONSOLE
select VIRTIO_CCW
+ select VIRTIO_NET
--
2.20.1
- [qemu-s390x] [PATCH 00/14] hw/Kconfig: Fixes when running ./configure --without-default-devices, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 05/14] hw/i386/Kconfig: isapc machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 06/14] hw/mips/Kconfig: Malta machine requires the pcnet network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 07/14] hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 09/14] hw/ppc/Kconfig: e500 based machines require virtio-net-pci device, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 10/14] hw/s390x/Kconfig: s390x machines require virtio-net-ccw device,
Philippe Mathieu-Daudé <=
- [qemu-s390x] [PATCH 11/14] hw/sparc/Kconfig: SPARCstation machine requires the TCX display, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card, Philippe Mathieu-Daudé, 2019/03/16
- [qemu-s390x] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 14/14] hw/alpha/Kconfig: DP264 hardware requires e1000 network card, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 04/14] hw/i386/Kconfig: isapc machine requires VGA display, Philippe Mathieu-Daudé, 2019/03/16
[qemu-s390x] [PATCH 01/14] hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI, Philippe Mathieu-Daudé, 2019/03/16