Re: [Qemu-devel] Re: [RFC] QMP: Introduce query-netdevices documentation
On Mon, Jun 7, 2010 at 12:01 PM, Markus Armbruster wrote: >> { >> "device": "user.0", >> "type": "user", >> "info": { >> "net": "10.0.2.0", >> "netmask": "255.255.255.0" >> }, >> }, > > And this one's n
Re: [Qemu-devel] Re: [RFC] QMP: Introduce query-netdevices documentation
Miguel Di Ciurcio Filho writes: > On Mon, Jun 7, 2010 at 10:48 AM, Anthony Liguori > wrote: $ qemu -netdev tap,id=tap0 -device e1000,netdev=tap0 This makes a 1:1 relation. So clearly tap0 is a host device, e1000.0 will be a guest device, and they are connected. >>> >>>