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

2011-09-23 Thread Markus Armbruster
Luiz Capitulino writes: > On Fri, 23 Sep 2011 10:55:39 +0200 > Markus Armbruster wrote: > >> Kevin Wolf writes: >> >> > Am 19.09.2011 16:09, schrieb Luiz Capitulino: >> >> On Mon, 19 Sep 2011 15:40:06 +0200 >> >> Kevin Wolf wrote: >> >> >> >>> Am 01.09.2011 20:37, schrieb Luiz Capitulino: >>

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

2011-09-23 Thread Luiz Capitulino
On Fri, 23 Sep 2011 10:55:39 +0200 Markus Armbruster wrote: > Kevin Wolf writes: > > > Am 19.09.2011 16:09, schrieb Luiz Capitulino: > >> On Mon, 19 Sep 2011 15:40:06 +0200 > >> Kevin Wolf wrote: > >> > >>> Am 01.09.2011 20:37, schrieb Luiz Capitulino: > This series adds support to the b

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

2011-09-23 Thread Markus Armbruster
Kevin Wolf writes: > Am 23.09.2011 10:55, schrieb Markus Armbruster: [...] >> Apropos enforcing. Currently, -drive accepts any werror and rerror >> action with if={ide,virtio,scsi,none}. We rely on device models not >> implementing an action to check and fail during initialization. >> scsi-gene

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

2011-09-23 Thread Kevin Wolf
Am 23.09.2011 10:55, schrieb Markus Armbruster: > Kevin Wolf writes: > >> Am 19.09.2011 16:09, schrieb Luiz Capitulino: >>> On Mon, 19 Sep 2011 15:40:06 +0200 >>> Kevin Wolf wrote: >>> Am 01.09.2011 20:37, schrieb Luiz Capitulino: > This series adds support to the block layer to keep tr

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

2011-09-23 Thread Markus Armbruster
Kevin Wolf writes: > Am 19.09.2011 16:09, schrieb Luiz Capitulino: >> On Mon, 19 Sep 2011 15:40:06 +0200 >> Kevin Wolf wrote: >> >>> Am 01.09.2011 20:37, schrieb Luiz Capitulino: This series adds support to the block layer to keep track of devices' I/O status. That information is also

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

2011-09-19 Thread Kevin Wolf
Am 19.09.2011 16:09, schrieb Luiz Capitulino: > On Mon, 19 Sep 2011 15:40:06 +0200 > Kevin Wolf wrote: > >> Am 01.09.2011 20:37, 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 v1 0/6]: block: Add I/O status support

2011-09-19 Thread Luiz Capitulino
On Mon, 19 Sep 2011 15:40:06 +0200 Kevin Wolf wrote: > Am 01.09.2011 20:37, 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 v1 0/6]: block: Add I/O status support

2011-09-19 Thread Kevin Wolf
Am 01.09.2011 20:37, 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 v1 0/6]: block: Add I/O status support

2011-09-09 Thread Luiz Capitulino
On Thu, 1 Sep 2011 15:37:49 -0300 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. ping? I'll have to rebase it anyway, but I'd like to know if the general approach is acceptable

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

2011-09-01 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