]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tcg: Add a new line after incompatibility warning
authorPranith Kumar <bobby.prani@gmail.com>
Sat, 25 Mar 2017 20:19:23 +0000 (16:19 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 Mar 2017 09:52:50 +0000 (10:52 +0100)
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

diff --git a/cpus.c b/cpus.c
index 167d9615e13c97f21924fc18b7f3caf9304a469c..68fdbc40b9d0278798ad20b66ebb6388dd298dc9 100644 (file)
--- 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;
             }