qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4432] Debugger single step without interrupts (Jason Wessel).
@ 2008-05-12  7:44 Edgar E. Iglesias
  2008-05-12 10:08 ` Fabrice Bellard
  0 siblings, 1 reply; 4+ messages in thread
From: Edgar E. Iglesias @ 2008-05-12  7:44 UTC (permalink / raw)
  To: qemu-devel

Revision: 4432
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4432
Author:   edgar_igl
Date:     2008-05-12 07:44:23 +0000 (Mon, 12 May 2008)

Log Message:
-----------
Debugger single step without interrupts (Jason Wessel).

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2008-05-11 19:24:10 UTC (rev 4431)
+++ trunk/vl.c	2008-05-12 07:44:23 UTC (rev 4432)
@@ -7032,6 +7032,7 @@
     qemu_aio_poll();
 
     if (vm_running) {
+        if (!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER))
         qemu_run_timers(&active_timers[QEMU_TIMER_VIRTUAL],
                         qemu_get_clock(vm_clock));
         /* run dma transfers, if any */
@@ -7039,6 +7040,7 @@
     }
 
     /* real time timers */
+    if (!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER))
     qemu_run_timers(&active_timers[QEMU_TIMER_REALTIME],
                     qemu_get_clock(rt_clock));
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-12 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12  7:44 [Qemu-devel] [4432] Debugger single step without interrupts (Jason Wessel) Edgar E. Iglesias
2008-05-12 10:08 ` Fabrice Bellard
2008-05-12 10:54   ` Edgar E. Iglesias
2008-05-12 13:16     ` Jason Wessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).