qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT e9a6625] Fix build with profiler enabled


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT e9a6625] Fix build with profiler enabled
Date: Wed, 30 Sep 2009 12:15:24 -0000

From: Aurelien Jarno <address@hidden>

Broken by 4a1418e07bdcfaa3177739e04707ecaec75d89e1

Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/monitor.c b/monitor.c
index 167041e..f105a2e 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1456,6 +1456,9 @@ static void do_info_numa(Monitor *mon)
 
 #ifdef CONFIG_PROFILER
 
+int64_t qemu_time;
+int64_t dev_time;
+
 static void do_info_profile(Monitor *mon)
 {
     int64_t total;




reply via email to

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