On Thu, 2007-03-08 at 14:48 +0000, Daniel P. Berrange wrote:
In my testing there appeared to be a couple of bugs with the QEMU
driver
and the interaction with networking
- It was auto-starting the daemon even with qemu://system
- It was opening the QEMU connection twice due to inverted check, and
not opening it at all in the non-QEMU hv case.
- Once that is fixed, then it SEGVs when using a Xen connection
as uri->scheme is NULL
That attached patch rectifies those flaws - Mark can you double check this
just in case I've missed some edge case for the networking stuff
Nice catches, it all looks good to me.
Cheers,
Mark.