Re: [Qemu-devel] [libvirt] QMP: RFC: I/O error info & query-stop-reason

2011-06-02 Thread Anthony Liguori
On 06/02/2011 03:13 PM, Eric Blake wrote: On 06/02/2011 02:03 PM, Anthony Liguori wrote: { "event": "BLOCK_IO_ERROR", "data": { "device": "ide0-hd1", "operation": "write", "action": "stop", "reason": "enospc", } I'm ok with eithe

Re: [Qemu-devel] [libvirt] QMP: RFC: I/O error info & query-stop-reason

2011-06-02 Thread Eric Blake
On 06/02/2011 02:03 PM, Anthony Liguori wrote: { "event": "BLOCK_IO_ERROR", "data": { "device": "ide0-hd1", "operation": "write", "action": "stop", "reason": "enospc", } >>> >> I'm ok wit