[Qemu-devel] [PATCH 1/9] exec: introduce cpu_reload_memory_map

2015-02-06 Thread Paolo Bonzini
This for now is a simple TLB flush. This can change later for two reasons: 1) an AddressSpaceDispatch will be cached in the CPUState object 2) it will not be possible to do tlb_flush once the TCG-generated code runs outside the BQL. Reviewed-by: Fam Zheng Signed-off-by: Paolo Bonzini --- cpu

Re: [Qemu-devel] [PATCH 1/9] exec: introduce cpu_reload_memory_map

2015-02-03 Thread Fam Zheng
On Tue, 02/03 13:52, Paolo Bonzini wrote: > This for now is a simple TLB flush. This can change later for two > reasons: > > 1) an AddressSpaceDispatch will be cached in the CPUState object > > 2) it will not be possible to do tlb_flush once the TCG-generated code > runs outside the BQL. > > Si

[Qemu-devel] [PATCH 1/9] exec: introduce cpu_reload_memory_map

2015-02-03 Thread Paolo Bonzini
This for now is a simple TLB flush. This can change later for two reasons: 1) an AddressSpaceDispatch will be cached in the CPUState object 2) it will not be possible to do tlb_flush once the TCG-generated code runs outside the BQL. Signed-off-by: Paolo Bonzini --- cpu-exec.c | 6