Re: [libvirt] [v0.9.12-maint 11/11] Fix race condition when destroying guests

2013-09-11 Thread Eric Blake
On 09/11/2013 08:17 AM, Ferenc Wágner wrote: > Backport of 81621f3e6e45e8681cc18ae49404736a0e772a11 and > f1b4021b38f9485c50d386af6f682ecfc8025af5 to fix a race (resulting in a > segfault) when destroying domains. > --- > src/qemu/qemu_driver.c | 19 +-- > 1 file changed, 13 insert

[libvirt] [v0.9.12-maint 11/11] Fix race condition when destroying guests

2013-09-11 Thread Ferenc Wágner
Backport of 81621f3e6e45e8681cc18ae49404736a0e772a11 and f1b4021b38f9485c50d386af6f682ecfc8025af5 to fix a race (resulting in a segfault) when destroying domains. --- src/qemu/qemu_driver.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_drive