qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <av1474@comtv.ru>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org, aurelien@aurel32.net,
	Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] tcg-s390: New TCG Target.
Date: Sat, 26 Jun 2010 10:31:30 +0400 (MSD)	[thread overview]
Message-ID: <alpine.LNX.2.00.1006261028540.1412@linmac> (raw)
In-Reply-To: <1277506637-7552-1-git-send-email-rth@twiddle.net>

On Fri, 25 Jun 2010, Richard Henderson wrote:

> Original patch from Ulrich Hecht, further work from Alexander Graf
> and Richard Henderson.
> 
> Cc: Ulrich Hecht <uli@suse.de>
> Cc: Alexander Graf <agraf@suse.de>
> Signed-off-by: Richard Henderson <rth@twiddle.net>
[..snip..]

> +/* #define DEBUG_S390_TCG */
> +
> +#ifdef DEBUG_S390_TCG
> +#define dprintf(fmt, ...) \
> +    do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0)
> +#else
> +#define dprintf(fmt, ...) \
> +    do { } while (0)
> +#endif

dprintf must go (defined by POSIX)

[..snip..]

-- 
mailto:av1474@comtv.ru

  reply	other threads:[~2010-06-26  6:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-25 22:57 [Qemu-devel] [PATCH] tcg-s390: New TCG Target Richard Henderson
2010-06-26  6:31 ` malc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-29  2:15 Richard Henderson
2010-06-29 19:28 ` Aurelien Jarno
2010-06-25 22:07 Richard Henderson

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.1006261028540.1412@linmac \
    --to=av1474@comtv.ru \
    --cc=agraf@suse.de \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).