OSDN Git Service

qemu-android: remove the redundant ethernet card
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Oct 2017 06:25:53 +0000 (14:25 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Oct 2017 06:25:53 +0000 (14:25 +0800)
A new virtio-net-pci card is defined. The old e1000 should be removed.

Fixes: dff4a2e ("qemu-android: try to run QEMU in several VGA modes")

rpm/qemu-android

index 8e2f4e8..827ae22 100644 (file)
@@ -47,7 +47,6 @@ run_qemu()
        -initrd initrd.img \
        -m 2048 -smp 2 -cpu host \
        -soundhw ac97 \
-       -net nic,model=e1000 -net user \
        -serial mon:stdio \
        -boot menu=on \
        -drive index=0,if=virtio,id=system,file=$SYSTEMIMG,format=raw,readonly \