On Tue, Sep 22, 2015 at 11:40 PM, //-//ani Nemati <[email protected]> wrote: >
network related cli: > -netdev tap,fd=19,id=hostnet0,vhost=on,vhostfd=21 > -device > virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:16:fa:57,bus=pci.0,addr=0x3 > It shows me that it uses virtio-net-pci as device for network. I don't know > which file qemu is using for > network. Thank you for answering. do you mean the 'fd=19'? it's opened tun-tap device.
