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

2013-01-09 Thread Guannan Ren
On 01/09/2013 04:09 AM, Daniel P. Berrange wrote: On Tue, Jan 08, 2013 at 03:03:23PM -0500, Laine Stump wrote: On 01/03/2013 02:13 AM, Guannan Ren wrote: The set of patches fixed some typo in network docs and codes and is trying to support usb-net qemu virtual device. The following is an examp

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

2013-01-08 Thread Daniel P. Berrange
On Tue, Jan 08, 2013 at 03:03:23PM -0500, Laine Stump wrote: > On 01/03/2013 02:13 AM, Guannan Ren wrote: > > The set of patches fixed some typo in network docs and codes and > > is trying to support usb-net qemu virtual device. > > > > The following is an example for use. > > > > Libvirt XML sampl

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

2013-01-08 Thread Laine Stump
On 01/03/2013 02:13 AM, Guannan Ren wrote: > The set of patches fixed some typo in network docs and codes and > is trying to support usb-net qemu virtual device. > > The following is an example for use. > > Libvirt XML sample: > > > > Do we really want the model type to be "u

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

2013-01-02 Thread Guannan Ren
The set of patches fixed some typo in network docs and codes and is trying to support usb-net qemu virtual device. The following is an example for use. Libvirt XML sample: qemu commandline: qemu ${other_vm_args} -netdev user,id=hostnet1 \ -de