qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] icount and tb chaining


From: James Greensky
Subject: [Qemu-devel] icount and tb chaining
Date: Thu, 12 Jan 2012 11:02:28 -0800

Hello all, I have a question about icount and tb chaining that I hope
somebody can clear up.  In cpu-exec.c, when the icount_decr.u16.low
counter expires, it passes back the current tb as the next_tb and add
a jump with the least significant bits = 2. This falls through to tb
add jump, which then updates the jmp_first field of the current tb.
why is this done? Thanks -Jim



reply via email to

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