From: Marcelo Tosatti <[email protected]>

Signed-off-by: Marcelo Tosatti <[email protected]>

diff --git a/monitor.c b/monitor.c
index b73225c..b4c4878 100644
--- a/monitor.c
+++ b/monitor.c
@@ -447,6 +447,8 @@ static void print_cpu_iter(QObject *obj, void *opaque)
     if (strcmp(qdict_get_str(cpu, "halted"), "yes") == 0)
         monitor_printf(mon, " (halted)");
 
+    monitor_printf(mon, " thread_id=%ld", qdict_get_int(cpu, "thread_id"));
+
     monitor_printf(mon, "\n");
 }
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to