From: Chih-Wei Huang Date: Fri, 27 Oct 2017 06:25:53 +0000 (+0800) Subject: qemu-android: remove the redundant ethernet card X-Git-Tag: android-x86-7.1-r1~19 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e53ff7c2e407b72ab0261b4472daaa6b3780f318;p=android-x86%2Fbootable-newinstaller.git qemu-android: remove the redundant ethernet card 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") --- diff --git a/rpm/qemu-android b/rpm/qemu-android index 8e2f4e8..827ae22 100644 --- a/rpm/qemu-android +++ b/rpm/qemu-android @@ -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 \