Re: [libvirt] [PATCH 3/3] qemu: add usb-net support

2013-01-08 Thread Daniel P. Berrange
On Tue, Jan 08, 2013 at 04:02:02PM -0500, Laine Stump wrote: > On 01/03/2013 02:13 AM, Guannan Ren wrote: > > Libvirt XML sample: > > > > > > > > > > > > > > > > > > > > qemu commandline: > > > > qemu ${other_vm_args} > > -netdev user,id=hostnet1 \ >

Re: [libvirt] [PATCH 3/3] qemu: add usb-net support

2013-01-08 Thread Laine Stump
On 01/03/2013 02:13 AM, Guannan Ren wrote: > Libvirt XML sample: > > > > > > > > > > qemu commandline: > > qemu ${other_vm_args} > -netdev user,id=hostnet1 \ > -device usb-net,netdev=hostnet1,id=net1,\ > mac=52:54:00:32:6a:91,bus=usb.0,port=

Re: [libvirt] [PATCH 3/3] qemu: add usb-net support

2013-01-07 Thread Eric Blake
On 01/03/2013 12:13 AM, Guannan Ren wrote: > Libvirt XML sample: > > > > > > > > > > qemu commandline: > > qemu ${other_vm_args} > -netdev user,id=hostnet1 \ > -device usb-net,netdev=hostnet1,id=net1,\ > mac=52:54:00:32:6a:91,bus=usb.0,por

[libvirt] [PATCH 3/3] qemu: add usb-net support

2013-01-02 Thread Guannan Ren
Libvirt XML sample: qemu commandline: qemu ${other_vm_args} -netdev user,id=hostnet1 \ -device usb-net,netdev=hostnet1,id=net1,\ mac=52:54:00:32:6a:91,bus=usb.0,port=1 --- docs/formatdomain.html.in | 4 +++- src/conf/domain_conf.c| 1