[oe-commits] [openembedded-core] 58/66: qemuppc: Use virtio networking instead of pcnet

git at git.openembedded.org git at git.openembedded.org
Wed Sep 7 23:39:02 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c9490595ceebb363258e67c4b121f17c993dd675
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Sep 5 17:38:58 2016 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/qemuppc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 580bbca..939c834 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list