From: Olaf Hering <olaf@aepfle.de>
To: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: [PATCH] xenalyze: add missing newline to fprintf
Date: Tue, 14 Dec 2010 18:50:36 +0100 [thread overview]
Message-ID: <20101214175036.GA19563@aepfle.de> (raw)
In-Reply-To: <20101214174620.GA19442@aepfle.de>
Add missing newline to fprintf.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
--- xenalyze.hg.orig/xenalyze.c
+++ xenalyze.hg/xenalyze.c
@@ -4980,7 +4980,7 @@ void hvm_vmexit_process(struct record_in
v->guest_paging_levels = 4;
}
if(!is_valid_addr64(r->x64.rip))
- fprintf(warn, "%s: invalid va %llx",
+ fprintf(warn, "%s: invalid va %llx\n",
__func__, r->x64.rip);
h->rip = r->x64.rip;
h->exit_reason = r->x64.exit_reason;
next prev parent reply other threads:[~2010-12-14 17:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-14 17:46 [PATCH] xenalyze: use packed structs with u64 members Olaf Hering
2010-12-14 17:50 ` Olaf Hering [this message]
2010-12-16 10:35 ` [PATCH] xenalyze: use correct sizeof argument when counting extra_data Olaf Hering
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=20101214175036.GA19563@aepfle.de \
--to=olaf@aepfle.de \
--cc=George.Dunlap@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 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.