]> git.proxmox.com Git - qemu.git/commit - exec.c
memory: move tlb flush to MemoryListener commit callback
authorAvi Kivity <avi@redhat.com>
Sun, 12 Feb 2012 19:23:17 +0000 (21:23 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:44 +0000 (13:44 +0200)
commit117712c3e48e64c763d981b0d72603ef703031fe
tree6f4ed28d9bb5da304d58b60fe97d4e3dff7c04db
parent717cb7b259d7258063f8c4a812098a8d3adfa4b3
memory: move tlb flush to MemoryListener commit callback

This way, if we have several changes in a single transaction, we flush just
once.

Signed-off-by: Avi Kivity <avi@redhat.com>
exec.c