Re: [libvirt] [PATCH] Disable use of 'reason' field in block IO event in QEMU

2010-06-03 Thread Eric Blake
On 06/03/2010 08:06 AM, Daniel P. Berrange wrote: > QEMU upstream decided against adding a 'reason' field to > the block IO event in QMP. Disable this code to remove a > annoying warning message. It will be renabled when the > error string reason is re-introduced in QEMU ACK. -- Eric Blake ebl

[libvirt] [PATCH] Disable use of 'reason' field in block IO event in QEMU

2010-06-03 Thread Daniel P. Berrange
QEMU upstream decided against adding a 'reason' field to the block IO event in QMP. Disable this code to remove a annoying warning message. It will be renabled when the error string reason is re-introduced in QEMU --- src/qemu/qemu_monitor_json.c |4 1 files changed, 4 insertions(+), 0 de