From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Pranith Kumar" <bobby.prani@gmail.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Peter Crosthwaite" <crosthwaite.peter@gmail.com>,
"Richard Henderson" <rth@twiddle.net>
Subject: [Qemu-devel] [PULL 5/6] tcg: Add a new line after incompatibility warning
Date: Tue, 28 Mar 2017 12:09:35 +0100 [thread overview]
Message-ID: <20170328110936.24806-6-alex.bennee@linaro.org> (raw)
In-Reply-To: <20170328110936.24806-1-alex.bennee@linaro.org>
From: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
---
cpus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpus.c b/cpus.c
index 167d9615e1..68fdbc40b9 100644
--- a/cpus.c
+++ b/cpus.c
@@ -209,7 +209,7 @@ void qemu_tcg_configure(QemuOpts *opts, Error **errp)
if (!check_tcg_memory_orders_compatible()) {
error_report("Guest expects a stronger memory ordering "
"than the host provides");
- error_printf("This may cause strange/hard to debug errors");
+ error_printf("This may cause strange/hard to debug errors\n");
}
mttcg_enabled = true;
}
--
2.11.0
next prev parent reply other threads:[~2017-03-28 11:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-28 11:09 [Qemu-devel] [PULL 0/6] MTTCG fixes for rc2 Alex Bennée
2017-03-28 11:09 ` [Qemu-devel] [PULL 1/6] user-exec: handle synchronous signals from QEMU gracefully Alex Bennée
2017-03-28 11:09 ` [Qemu-devel] [PULL 2/6] bsd-user: align use of mmap_lock to that of linux-user Alex Bennée
2017-03-28 11:09 ` [Qemu-devel] [PULL 3/6] ui/console: ensure do_safe_dpy_refresh holds BQL Alex Bennée
2017-03-28 11:09 ` [Qemu-devel] [PULL 4/6] ui/console: use exclusive mechanism directly Alex Bennée
2017-03-28 11:09 ` Alex Bennée [this message]
2017-03-28 11:09 ` [Qemu-devel] [PULL 6/6] replay/replay.c: bump REPLAY_VERSION Alex Bennée
2017-03-28 12:05 ` [Qemu-devel] [PULL 0/6] MTTCG fixes for rc2 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=20170328110936.24806-6-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=bobby.prani@gmail.com \
--cc=crosthwaite.peter@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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).