[Qemu-devel] [PATCH 3/5] ide: Generate BLOCK_IO_ERROR QMP event

2010-02-03 Thread Luiz Capitulino
Just call bdrv_mon_event() in the right place. Signed-off-by: Luiz Capitulino --- hw/ide/core.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index b6643e8..603e537 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -480,14 +480,17 @@

Re: [Qemu-devel] [PATCH 3/5] ide: Generate BLOCK_IO_ERROR QMP event

2010-02-03 Thread Luiz Capitulino
On Wed, 03 Feb 2010 10:10:59 +0100 Kevin Wolf wrote: > Am 03.02.2010 09:31, schrieb Christoph Hellwig: > > On Tue, Feb 02, 2010 at 07:10:11PM -0200, Luiz Capitulino wrote: > >> Just call bdrv_mon_event() in the right place. > >> > >> Signed-off-by: Luiz Capitulino > >> --- > >> hw/ide/core.c |

Re: [Qemu-devel] [PATCH 3/5] ide: Generate BLOCK_IO_ERROR QMP event

2010-02-03 Thread Kevin Wolf
Am 03.02.2010 09:31, schrieb Christoph Hellwig: > On Tue, Feb 02, 2010 at 07:10:11PM -0200, Luiz Capitulino wrote: >> Just call bdrv_mon_event() in the right place. >> >> Signed-off-by: Luiz Capitulino >> --- >> hw/ide/core.c |6 +- >> 1 files changed, 5 insertions(+), 1 deletions(-) >> >

Re: [Qemu-devel] [PATCH 3/5] ide: Generate BLOCK_IO_ERROR QMP event

2010-02-03 Thread Christoph Hellwig
On Tue, Feb 02, 2010 at 07:10:11PM -0200, Luiz Capitulino wrote: > Just call bdrv_mon_event() in the right place. > > Signed-off-by: Luiz Capitulino > --- > hw/ide/core.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/hw/ide/core.c b/hw/ide/core.c > index b66

[Qemu-devel] [PATCH 3/5] ide: Generate BLOCK_IO_ERROR QMP event

2010-02-02 Thread Luiz Capitulino
Just call bdrv_mon_event() in the right place. Signed-off-by: Luiz Capitulino --- hw/ide/core.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index b6643e8..603e537 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -480,14 +480,17 @@