From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH target-arm v2 1/7] dma/pl330: Delete overly verbose debug printf
Date: Tue, 25 Feb 2014 15:57:15 -0800 [thread overview]
Message-ID: <dd94d19493f97c47497b9d8caf74ca43e70d58fd.1393372019.git.peter.crosthwaite@xilinx.com> (raw)
In-Reply-To: <cover.1393372019.git.peter.crosthwaite@xilinx.com>
When using event synchronisation, this particular debug printf floods.
Just delete it.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
hw/dma/pl330.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c
index 401399d..68adf39 100644
--- a/hw/dma/pl330.c
+++ b/hw/dma/pl330.c
@@ -1108,7 +1108,6 @@ static int pl330_chan_exec(PL330Chan *ch)
ch->state != pl330_chan_waiting_periph &&
ch->state != pl330_chan_at_barrier &&
ch->state != pl330_chan_waiting_event) {
- DB_PRINT("%d\n", ch->state);
return 0;
}
ch->stall = 0;
--
1.9.0.1.g4196000
next prev parent reply other threads:[~2014-02-25 23:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 23:56 [Qemu-devel] [PATCH target-arm v2 0/7] PL330 Changes Peter Crosthwaite
2014-02-25 23:57 ` Peter Crosthwaite [this message]
2014-02-25 23:57 ` [Qemu-devel] [PATCH target-arm v2 2/7] dma/pl330: Fix misleading type Peter Crosthwaite
2014-02-25 23:58 ` [Qemu-devel] [PATCH target-arm v2 3/7] dma/pl330: printf format type sweep Peter Crosthwaite
2014-02-25 23:58 ` [Qemu-devel] [PATCH target-arm v2 4/7] dma/pl330: Rename parent_obj Peter Crosthwaite
2014-02-25 23:59 ` [Qemu-devel] [PATCH target-arm v2 5/7] dma/pl330: Add event debugging printfs Peter Crosthwaite
2014-02-26 0:00 ` [Qemu-devel] [PATCH target-arm v2 6/7] dma/pl330: Fix buffer depth Peter Crosthwaite
2014-02-26 0:00 ` [Qemu-devel] [PATCH target-arm v2 7/7] dma/pl330: implement dmaadnh instruction Peter Crosthwaite
2014-02-26 17:16 ` [Qemu-devel] [PATCH target-arm v2 0/7] PL330 Changes Peter Maydell
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=dd94d19493f97c47497b9d8caf74ca43e70d58fd.1393372019.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=peter.maydell@linaro.org \
--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 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).