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