All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Andrea Arcangeli <aarcange@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] ide_dma_cancel will result in partial DMA transfer (resend #3)
Date: Thu, 26 Feb 2009 10:04:13 -0600	[thread overview]
Message-ID: <49A6BD7D.6040505@us.ibm.com> (raw)
In-Reply-To: <20090218172920.GH15606@random.random>

Andrea Arcangeli wrote:
> +	if (bm->aiocb) {
> +		QEMU_WARN("qemu_aio_flush called");
>   

This doesn't build (there is no QEMU_WARN).  I think I've mentioned this 
before?

Regards,

Anthony Liguori

> +		qemu_aio_flush();
> +		if (bm->aiocb)
> +			QEMU_WARN("aiocb still pending");
> +		if (bm->status & BM_STATUS_DMAING)
> +			QEMU_WARN("BM_STATUS_DMAING still pending");
> +	}
>          bm->cmd = val & 0x09;
>      } else {
>          if (!(bm->status & BM_STATUS_DMAING)) {
>
>   

  reply	other threads:[~2009-02-26 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 17:29 [Qemu-devel] [PATCH] ide_dma_cancel will result in partial DMA transfer (resend #3) Andrea Arcangeli
2009-02-26 16:04 ` Anthony Liguori [this message]
2009-02-26 16:37   ` [Qemu-devel] " Andrea Arcangeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49A6BD7D.6040505@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=aarcange@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.