]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: introduce cpu_reload_memory_map
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jan 2015 11:46:47 +0000 (12:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Feb 2015 16:30:19 +0000 (17:30 +0100)
commit76e5c76f2e2e0d20bab2cd5c7a87452f711654fb
treef312a288fac7f37635618aacbc4303c81e5116fd
parent8b5c216025c312ab01542c4595393e0fdcbed015
exec: introduce cpu_reload_memory_map

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 <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpu-exec.c
exec.c
include/exec/exec-all.h