qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 5/6] tcg: Add a new line after incompatibility wa


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v2 5/6] tcg: Add a new line after incompatibility warning
Date: Tue, 28 Mar 2017 09:36:22 +0100

From: Pranith Kumar <address@hidden>

Signed-off-by: Pranith Kumar <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]