Re: [libvirt] PATCH: Fix check for inactive network

2008-06-09 Thread Daniel Veillard
On Fri, Jun 06, 2008 at 02:31:10PM +0100, Daniel P. Berrange wrote: > When building up the QEMU command line args we forgot to check for a NULL > when creating the TAP device arg. This can happen if the network being > connected to the VM is not running. This is something I broke in the > refactori

Re: [libvirt] PATCH: Fix check for inactive network

2008-06-06 Thread Richard W.M. Jones
On Fri, Jun 06, 2008 at 02:31:10PM +0100, Daniel P. Berrange wrote: > When building up the QEMU command line args we forgot to check for a NULL > when creating the TAP device arg. This can happen if the network being > connected to the VM is not running. This is something I broke in the > refactori

[libvirt] PATCH: Fix check for inactive network

2008-06-06 Thread Daniel P. Berrange
When building up the QEMU command line args we forgot to check for a NULL when creating the TAP device arg. This can happen if the network being connected to the VM is not running. This is something I broke in the refactoring of the ARGV construction in the QEMU driver. Dan. Index: src/qemu_conf.