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
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
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.