Re: [libvirt] [PATCH 27/27] Fix crash in device hotplug cleanup code

2009-09-28 Thread Mark McLoughlin
On Thu, 2009-09-24 at 16:00 +0100, Daniel P. Berrange wrote: > * src/qemu/qemu_driver.c: Fix crash in scenario where XML > parsing of hotplugged device failed & thus 'dev' is NULL > --- > src/qemu/qemu_driver.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/q

[libvirt] [PATCH 27/27] Fix crash in device hotplug cleanup code

2009-09-24 Thread Daniel P. Berrange
* src/qemu/qemu_driver.c: Fix crash in scenario where XML parsing of hotplugged device failed & thus 'dev' is NULL --- src/qemu/qemu_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index da72913..7dc9353 100644 --