qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] Ide patches
@ 2016-06-27 19:24 John Snow
  2016-06-27 19:24 ` [Qemu-devel] [PULL 1/1] macio: Use blk_drain instead of blk_drain_all John Snow
  2016-06-28  8:38 ` [Qemu-devel] [PULL 0/1] Ide patches Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: John Snow @ 2016-06-27 19:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jsnow

The following changes since commit 14e60aaece20a1cfc059a69f6491b0899f9257a8:

  hw/net/e1000: Don't use *_to_cpup() (2016-06-27 16:39:56 +0100)

are available in the git repository at:

  https://github.com/jnsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to 0d0437aac6dc94bdc1601968bbb9e623e34bd3e7:

  macio: Use blk_drain instead of blk_drain_all (2016-06-27 14:28:31 -0400)

----------------------------------------------------------------

Just the one little patch.

----------------------------------------------------------------

Fam Zheng (1):
  macio: Use blk_drain instead of blk_drain_all

 hw/ide/macio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.4.11

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL 1/1] macio: Use blk_drain instead of blk_drain_all
  2016-06-27 19:24 [Qemu-devel] [PULL 0/1] Ide patches John Snow
@ 2016-06-27 19:24 ` John Snow
  2016-06-28  8:38 ` [Qemu-devel] [PULL 0/1] Ide patches Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: John Snow @ 2016-06-27 19:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jsnow, Fam Zheng

From: Fam Zheng <famz@redhat.com>

We only care about the associated backend, so blk_drain is more
appropriate here.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20160612065603.21911-1-famz@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
---
 hw/ide/macio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ide/macio.c b/hw/ide/macio.c
index fa57352..56cc506 100644
--- a/hw/ide/macio.c
+++ b/hw/ide/macio.c
@@ -406,7 +406,7 @@ static void pmac_ide_flush(DBDMA_io *io)
     IDEState *s = idebus_active_if(&m->bus);
 
     if (s->bus->dma->aiocb) {
-        blk_drain_all();
+        blk_drain(s->blk);
     }
 }
 
-- 
2.4.11

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL 0/1] Ide patches
  2016-06-27 19:24 [Qemu-devel] [PULL 0/1] Ide patches John Snow
  2016-06-27 19:24 ` [Qemu-devel] [PULL 1/1] macio: Use blk_drain instead of blk_drain_all John Snow
@ 2016-06-28  8:38 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-06-28  8:38 UTC (permalink / raw)
  To: John Snow; +Cc: QEMU Developers

On 27 June 2016 at 20:24, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit 14e60aaece20a1cfc059a69f6491b0899f9257a8:
>
>   hw/net/e1000: Don't use *_to_cpup() (2016-06-27 16:39:56 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to 0d0437aac6dc94bdc1601968bbb9e623e34bd3e7:
>
>   macio: Use blk_drain instead of blk_drain_all (2016-06-27 14:28:31 -0400)
>
> ----------------------------------------------------------------
>
> Just the one little patch.
>
> ----------------------------------------------------------------
>
> Fam Zheng (1):
>   macio: Use blk_drain instead of blk_drain_all
>
>  hw/ide/macio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-28  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 19:24 [Qemu-devel] [PULL 0/1] Ide patches John Snow
2016-06-27 19:24 ` [Qemu-devel] [PULL 1/1] macio: Use blk_drain instead of blk_drain_all John Snow
2016-06-28  8:38 ` [Qemu-devel] [PULL 0/1] Ide patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).