qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@axis.com>
To: Fabrice Bellard <fabrice@bellard.org>,
	Jason Wessel <jason.wessel@windriver.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [4432] Debugger single step without interrupts (Jason Wessel).
Date: Mon, 12 May 2008 12:54:03 +0200	[thread overview]
Message-ID: <20080512105403.GB21455@edgar.se.axis.com> (raw)
In-Reply-To: <48281725.40602@bellard.org>

On Mon, May 12, 2008 at 12:08:37PM +0200, Fabrice Bellard wrote:
> I see no reason why the real time timers should be stopped while single
> stepping. These timers have no relation with the emulation.

Thanks for noticing.

> BTW, it seems that some devices incorrectly use the real time timers...

OK, not sure if thats the reason for disabling them. Jason?
I tried to keep them on with the etrax machine and the sstep works equally well.

Best regards
-- 
Edgar E. Iglesias
Axis Communications AB

Index: vl.c
===================================================================
--- vl.c	(revision 4432)
+++ vl.c	(working copy)
@@ -7040,7 +7040,6 @@
     }
 
     /* real time timers */
-    if (!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER))
     qemu_run_timers(&active_timers[QEMU_TIMER_REALTIME],
                     qemu_get_clock(rt_clock));
 

  reply	other threads:[~2008-05-12 10:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2008-05-12 13:16     ` Jason Wessel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080512105403.GB21455@edgar.se.axis.com \
    --to=edgar.iglesias@axis.com \
    --cc=fabrice@bellard.org \
    --cc=jason.wessel@windriver.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).