From: Richard Purdie Date: Mon, 5 Sep 2016 16:38:58 +0000 (+0100) Subject: qemuppc: Use virtio networking instead of pcnet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633960cabee8fe5137f7759131a8406fdba6ba27;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemuppc: Use virtio networking instead of pcnet This is an attempt to avoid networking glitches we seem to be seeing specific to qemuppc. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index 580bbca6c6f..939c834a33d 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf @@ -17,4 +17,4 @@ QB_MACHINE = "-machine mac99" QB_CPU = "-cpu G4" QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet" -QB_TAP_OPT = "-net tap,vlan=0,ifname=@TAP@,script=no,downscript=no -net nic,model=pcnet" +QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no -device virtio-net-pci,netdev=net0"