From: malc <av1474@comtv.ru>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 1/3] Fix %lld or %llx printf format use
Date: Sun, 16 May 2010 01:21:52 +0400 (MSD) [thread overview]
Message-ID: <alpine.LNX.2.00.1005160121290.1934@linmac> (raw)
In-Reply-To: <AANLkTinAAJx8em7hmAVUfT7Qxdo1SxZO-lNAM9AX4jpa@mail.gmail.com>
On Sat, 15 May 2010, Blue Swirl wrote:
> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
> ---
> audio/audio_template.h | 2 +-
> block/curl.c | 9 ++++---
> block/parallels.c | 7 ++++-
> block/qcow2.c | 8 ++++--
> darwin-user/commpage.c | 2 +-
> darwin-user/syscall.c | 2 +-
> hw/vga.c | 2 +-
> hw/vhost_net.c | 2 +-
> ia64-dis.c | 9 +++++--
> nbd.c | 4 +-
> qemu-img.c | 10 ++++----
> qemu-io.c | 57 ++++++++++++++++++++++++-----------------------
> target-cris/translate.c | 4 +-
> target-ppc/translate.c | 7 +++--
> target-sparc/helper.c | 2 +-
> 15 files changed, 69 insertions(+), 58 deletions(-)
>
> diff --git a/audio/audio_template.h b/audio/audio_template.h
> index 6b19848..2f5224b 100644
> --- a/audio/audio_template.h
> +++ b/audio/audio_template.h
> @@ -541,7 +541,7 @@ uint64_t glue (AUD_get_elapsed_usec_, TYPE) (SW
> *sw, QEMUAudioTimeStamp *ts)
>
> cur_ts = sw->hw->ts_helper;
> old_ts = ts->old_ts;
> - /* dolog ("cur %lld old %lld\n", cur_ts, old_ts); */
> + /* dolog ("cur %" PRId64 " old %" PRId64 "\n", cur_ts, old_ts); */
>
> if (cur_ts >= old_ts) {
> delta = cur_ts - old_ts;
Fine with me.
[..snip..]
--
mailto:av1474@comtv.ru
next prev parent reply other threads:[~2010-05-15 21:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-15 20:49 [Qemu-devel] [PATCH 1/3] Fix %lld or %llx printf format use Blue Swirl
2010-05-15 21:21 ` malc [this message]
2010-05-17 16:50 ` Markus Armbruster
2010-05-19 19:22 ` Blue Swirl
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=alpine.LNX.2.00.1005160121290.1934@linmac \
--to=av1474@comtv.ru \
--cc=blauwirbel@gmail.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 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).