Re: [Qemu-devel] How Qemu timer interrupts code emulation?

2015-05-22 Thread Nguyen Anh Quynh
On Sat, May 23, 2015 at 12:13 AM, Peter Maydell wrote: > On 22 May 2015 at 16:36, Jun Koi wrote: > > In general, we would have timer & code execution run in parallel, > > No code has to actually run when there's an active timer; > the event loop thread mostly sits blocked waiting for > something

[Qemu-devel] [PATCH] tlb_flush() fix

2007-10-15 Thread Nguyen Anh Quynh
This patch removes the unused param of tlb_flush() function. diff --git a/cpu-exec.c b/cpu-exec.c index 0f55229..76660e0 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -123,7 +123,7 @@ static TranslationBlock *tb_find_slow(target_ulong pc, tb = tb_alloc(pc); if (!tb) { /* flush must