qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] win32: remove broken timers


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] win32: remove broken timers
Date: Wed, 09 Nov 2011 13:44:45 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 11/09/2011 05:46 AM, Paolo Bonzini wrote:
The non-dynticks timer variations are broken, so they can be
removed.

Signed-off-by: Paolo Bonzini<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---
  qemu-timer.c |    4 +---
  1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/qemu-timer.c b/qemu-timer.c
index f11a28d..cd026c6 100644
--- a/qemu-timer.c
+++ b/qemu-timer.c
@@ -183,10 +183,8 @@ static struct qemu_alarm_timer alarm_timers[] = {
  #endif
      {"unix", unix_start_timer, unix_stop_timer, unix_rearm_timer},
  #else
-    {"mmtimer", mm_start_timer, mm_stop_timer, NULL},
-    {"mmtimer2", mm_start_timer, mm_stop_timer, mm_rearm_timer},
+    {"mmtimer", mm_start_timer, mm_stop_timer, mm_rearm_timer},
      {"dynticks", win32_start_timer, win32_stop_timer, win32_rearm_timer},
-    {"win32", win32_start_timer, win32_stop_timer, NULL},
  #endif
      {NULL, }
  };




reply via email to

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