http://bugzilla.opensuse.org/show_bug.cgi?id=1157366 http://bugzilla.opensuse.org/show_bug.cgi?id=1157366#c5 --- Comment #5 from Gary Ching-Pang Lin <glin@suse.com> --- The "-nodefaults" parameter seems to be the key. Here is my qemu command for the VM with seabios: qemu-system-x86_64 \ -enable-kvm -s -S -smp 2 -machine type=q35 \ -drive file=opensuse-15.1.img,if=virtio \ -m 2048 \ -virtfs local,id=fsdev,path=share,security_model=passthrough,mount_tag=v_share \ -monitor stdio \ -debugcon file:debug.log -global isa-debugcon.iobase=0x402 \ -serial unix:serial,server,nowait \ -display none \ -netdev user,id=hostnet0 -device virtio-net-pci,romfile=,netdev=hostnet0 It worked fine until I appended "-nodefaults". Maybe some default device was disabled and caused the problem. -- You are receiving this mail because: You are on the CC list for the bug.