mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
include/hw/core: Create struct CPUJumpCache
Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
1d41a79b3c
commit
a976a99a29
12 changed files with 72 additions and 28 deletions
|
@ -65,7 +65,7 @@ static void trace_event_synchronize_vcpu_state_dynamic(
|
|||
{
|
||||
bitmap_copy(vcpu->trace_dstate, vcpu->trace_dstate_delayed,
|
||||
CPU_TRACE_DSTATE_MAX_EVENTS);
|
||||
cpu_tb_jmp_cache_clear(vcpu);
|
||||
tcg_flush_jmp_cache(vcpu);
|
||||
}
|
||||
|
||||
void trace_event_set_vcpu_state_dynamic(CPUState *vcpu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue