https://bugzilla.novell.com/show_bug.cgi?id=795737 https://bugzilla.novell.com/show_bug.cgi?id=795737#c3 Yang Bo <boyang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |tonysu@su-networking.com --- Comment #3 from Yang Bo <boyang@suse.com> 2013-03-29 06:11:13 UTC --- /usr/bin/qemu-kvm -M pc-0.14 -enable-kvm -m 1140 -smp 4,sockets=4,cores=1,threads=1 -name sles11sp1 -uuid c38a8043-4885-989f-5c78-aa0fabd5d12d -nodefconfig -nodefaults -rtc base=utc -drive file=/mnt/data/images/sles11sp1/disk0.raw,if=none,id=drive-virtio-disk0,format=raw -device virtio-blk-pci,bus=pci.0,multifunction=on,addr=0x4.0x0,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev user,id=mynet0,net=192.168.100.0/24,dhcpstart=192.168.100.6 -device virtio-net-pci,netdev=mynet0,id=net0,mac=52:54:00:54:94:72,bus=pci.0,multifunction=on,addr=0x3.0x0 -usb -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,multifunction=on,addr=0x5.0x0 -sdl The command works for me. The legacy command line may not work. you have to match -netdev with -device. Then slirp works. Can you try it this way and see if it works? Then we probably can close this bug. :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.