[libvirt] [PATCH 0/2] fix some bugs in libvirtd

Wen Congyang wency at cn.fujitsu.com
Tue Jan 25 06:17:40 UTC 2011


Steps to reproduce this bug:
1. service libvirtd start
2. virsh start <domain>
3. kill -STOP $(cat /var/run/libvirt/qemu/<domain>.pid)
4. service libvirtd restart
5. kill -9 $(cat /var/run/libvirt/qemu/<domain>.pid)

Then libvirtd will core dump or be in deadlock state.

Make sure that json is built into libvirt and the version
of qemu is newer than 0.13.0.

Wen Congyang (2):
  avoid vm to be deleted if qemuConnectMonitor failed
  avoid closing monitor twice

 src/qemu/qemu_driver.c  |   31 ++++++++++++++++++++++---------
 src/qemu/qemu_monitor.c |   10 ++++++++++
 2 files changed, 32 insertions(+), 9 deletions(-)




More information about the libvir-list mailing list