[libvirt] [PATCH 0/2] fix two issues while doing virsh attach-disk

Peter Krempa pkrempa at redhat.com
Thu Jun 14 08:53:45 UTC 2012


First issue was caused by virsh generating invalid XML to attach the disk,
and the second issue is a off-by-one error that crashes the daemon with 50-90%
probability while doing virsh attach-disk dom /dev/zero vdx.

Peter Krempa (2):
  virsh: Don't generate invalid XML in attach-disk command
  qemu: Fix off-by-one error while unescaping monitor strings

 src/qemu/qemu_monitor.c |   11 +++--------
 tools/virsh.c           |   16 ++++++++--------
 2 files changed, 11 insertions(+), 16 deletions(-)

-- 
1.7.8.6




More information about the libvir-list mailing list