xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: ZhouPeng <zpengxen@gmail.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: "Xen-Devel (E-mail)" <xen-devel@lists.xensource.com>,
	Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: [PATCH] Play with spice for xen-upstream-qemu on upstream Xen
Date: Thu, 26 May 2011 22:07:09 +0800	[thread overview]
Message-ID: <BANLkTim-RXdDL1iym7WdJjt9tViAORFuyA@mail.gmail.com> (raw)
In-Reply-To: <19934.22336.520004.747016@mariner.uk.xensource.com>

It's fine.
Thanks

2011/5/26 Ian Jackson <Ian.Jackson@eu.citrix.com>:
> I wrote:
>> Yes, I agree.  I will make this change myself as it's just one
>> character :-).  Thanks for digging.
>
> Ian.
>
> # HG changeset patch
> # User Ian Jackson <Ian.Jackson@eu.citrix.com>
> # Date 1306416939 -3600
> # Node ID 240bdcce0ad2e0caa0fa9ee6448952239a219ab0
> # Parent  d8d24e8a81f8413eb25b14984f69d0e39e63eb3a
> libxl: add missing ":" in log messages
>
> libxl__logv would fail to put a ":" between the function name and the
> rest of the message.
>
> Reported-by: Zhou Peng <zhoupeng@nfs.iscas.ac.cn>
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
>
> diff -r d8d24e8a81f8 -r 240bdcce0ad2 tools/libxl/libxl_internal.c
> --- a/tools/libxl/libxl_internal.c      Thu May 26 14:33:52 2011 +0100
> +++ b/tools/libxl/libxl_internal.c      Thu May 26 14:35:39 2011 +0100
> @@ -168,7 +168,7 @@ void libxl__logv(libxl_ctx *ctx, xentool
>  x:
>     xtl_log(ctx->lg, msglevel, errnoval, "libxl",
>             "%s%s%s%s" "%s",
> -            fileline, func&&file?":":"", func?func:"", func||file?" ":"",
> +            fileline, func&&file?":":"", func?func:"", func||file?": ":"",
>             base);
>     if (base != enomem) free(base);
>     errno = esave;
>



-- 
Zhou Peng
Operating System Technology Group
Institute of Software, the Chinese Academy of Sciences (ISCAS)

      reply	other threads:[~2011-05-26 14:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-18  7:49 [PATCH] Play with spice for xen-upstream-qemu on upstream Xen ZhouPeng
2011-04-18 13:52 ` Stefano Stabellini
2011-04-19  4:46   ` ZhouPeng
2011-04-20 12:33     ` Stefano Stabellini
2011-04-21  1:23       ` ZhouPeng
2011-04-18 16:24 ` Ian Jackson
2011-04-19  1:31   ` ZhouPeng
2011-05-20 15:16     ` Ian Jackson
2011-05-23 11:17       ` ZhouPeng
2011-05-24  3:29         ` ZhouPeng
2011-05-24 15:55           ` Ian Jackson
2011-05-25 14:12             ` ZhouPeng
2011-05-26 13:34               ` Ian Jackson
2011-05-26 13:36                 ` Ian Jackson
2011-05-26 14:07                   ` ZhouPeng [this message]

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=BANLkTim-RXdDL1iym7WdJjt9tViAORFuyA@mail.gmail.com \
    --to=zpengxen@gmail.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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).