Re: [libvirt] [PATCHv2 04/14] Fix vmdef usage after domain crash in monitor on device detach

2015-01-13 Thread Ján Tomko
On 01/12/2015 10:58 PM, John Ferlan wrote: > > > On 01/07/2015 10:42 AM, Ján Tomko wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1161024 >> >> Skip audit and removing the device from live def because >> it has already been cleaned up. >> --- >> src/qemu/qemu_hotplug.c | 59 >> ++

Re: [libvirt] [PATCHv2 04/14] Fix vmdef usage after domain crash in monitor on device detach

2015-01-12 Thread John Ferlan
On 01/07/2015 10:42 AM, Ján Tomko wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1161024 > > Skip audit and removing the device from live def because > it has already been cleaned up. > --- > src/qemu/qemu_hotplug.c | 59 > ++--- > 1 file chang

[libvirt] [PATCHv2 04/14] Fix vmdef usage after domain crash in monitor on device detach

2015-01-07 Thread Ján Tomko
https://bugzilla.redhat.com/show_bug.cgi?id=1161024 Skip audit and removing the device from live def because it has already been cleaned up. --- src/qemu/qemu_hotplug.c | 59 ++--- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/src/qemu