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

Peter Krempa pkrempa at redhat.com
Thu Jun 14 11:50:36 UTC 2012


On 06/14/12 13:14, Eric Blake wrote:
> On 06/14/2012 02:53 AM, Peter Krempa wrote:
>> 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(-)
>
> ACK series.

Thanks; pushed.

Peter




More information about the libvir-list mailing list