Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-10-11 Thread Kevin Wolf
Am 10.10.2011 22:25, schrieb Luiz Capitulino: > On Mon, 10 Oct 2011 19:30:32 +0200 > Kevin Wolf wrote: > >> Am 26.09.2011 22:43, schrieb Luiz Capitulino: >>> This series adds support to the block layer to keep track of devices' >>> I/O status. That information is also made available in QMP and HM

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-10-10 Thread Luiz Capitulino
On Mon, 10 Oct 2011 19:30:32 +0200 Kevin Wolf wrote: > Am 26.09.2011 22:43, schrieb Luiz Capitulino: > > This series adds support to the block layer to keep track of devices' > > I/O status. That information is also made available in QMP and HMP. > > > > The goal here is to allow management appl

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-10-10 Thread Kevin Wolf
Am 26.09.2011 22:43, schrieb Luiz Capitulino: > This series adds support to the block layer to keep track of devices' > I/O status. That information is also made available in QMP and HMP. > > The goal here is to allow management applications that miss the > BLOCK_IO_ERROR event to able to query th

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-09-29 Thread Mark Wu
On 09/27/2011 04:43 AM, Luiz Capitulino wrote: This series adds support to the block layer to keep track of devices' I/O status. That information is also made available in QMP and HMP. The goal here is to allow management applications that miss the BLOCK_IO_ERROR event to able to query the VM to

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-09-28 Thread Luiz Capitulino
On Wed, 28 Sep 2011 17:45:27 +0800 hkran wrote: > On 09/27/2011 04:43 AM, Luiz Capitulino wrote: > > This series adds support to the block layer to keep track of devices' > > I/O status. That information is also made available in QMP and HMP. > > > > The goal here is to allow management applicati

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-09-28 Thread hkran
On 09/27/2011 04:43 AM, Luiz Capitulino wrote: This series adds support to the block layer to keep track of devices' I/O status. That information is also made available in QMP and HMP. The goal here is to allow management applications that miss the BLOCK_IO_ERROR event to able to query the VM to

Re: [Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-09-27 Thread Markus Armbruster
Luiz Capitulino writes: > This series adds support to the block layer to keep track of devices' > I/O status. That information is also made available in QMP and HMP. > > The goal here is to allow management applications that miss the > BLOCK_IO_ERROR event to able to query the VM to determine if

[Qemu-devel] [PATCH v3 0/6]: block: Add I/O status support

2011-09-26 Thread Luiz Capitulino
This series adds support to the block layer to keep track of devices' I/O status. That information is also made available in QMP and HMP. The goal here is to allow management applications that miss the BLOCK_IO_ERROR event to able to query the VM to determine if any device has caused the VM to sto