On 22/07/2015 08:15, Sergey Fedorov wrote: > ping.
Hi, this patch was a bit late for QEMU 2.4, but it will be included in 2.5. Paolo > On 30.06.2015 12:35, Sergey Fedorov wrote: >> > Instead of invalidating an original TB in cpu_exec_nocache() >> > prematurely, just save a link to it in the temporary generated TB. If >> > cpu_io_recompile() is raised subsequently from the temporary TB, >> > invalidate the original one as well. That allows reusing the original TB >> > each time cpu_exec_nocache() is called to handle expired instruction >> > counter in icount mode. >> > >> > Signed-off-by: Sergey Fedorov <serge.f...@gmail.com> >> > --- >> > >> > v2: >> > * take tcg_ctx.tb_ctx.tb_invalidated_flag into account