Re: [libvirt] [PATCH 7/9] qemu: Fix networking for ARM guests

2013-08-01 Thread Daniel P. Berrange
On Wed, Jul 31, 2013 at 10:14:37PM -0400, Cole Robinson wrote: > Similar to the chardev bit, ARM boards depend on the old style '-net nic' > for actually instantiating net devices. > > And add tests for working ARM XML with console, disk, and networking. > --- > src/qemu/qemu_command.c

Re: [libvirt] [PATCH 7/9] qemu: Fix networking for ARM guests

2013-08-01 Thread Laine Stump
On 07/31/2013 10:14 PM, Cole Robinson wrote: > Similar to the chardev bit, ARM boards depend on the old style '-net nic' > for actually instantiating net devices. > > And add tests for working ARM XML with console, disk, and networking. > --- > src/qemu/qemu_command.c|

[libvirt] [PATCH 7/9] qemu: Fix networking for ARM guests

2013-07-31 Thread Cole Robinson
Similar to the chardev bit, ARM boards depend on the old style '-net nic' for actually instantiating net devices. And add tests for working ARM XML with console, disk, and networking. --- src/qemu/qemu_command.c| 34 -- src/qemu/qemu_domain.c