]> git.proxmox.com Git - mirror_qemu.git/commit
exec: introduce address_space_extend_translation
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Nov 2016 11:04:31 +0000 (12:04 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Dec 2016 15:00:23 +0000 (16:00 +0100)
commit715c31ec8e12107f47ac74b464c97e813c76f898
tree61ea083c4b22600d0430ed66950ae3c31636c41d
parent0ce265ffef87f19f4dd1ff0663e09a63d66ae408
exec: introduce address_space_extend_translation

This extracts the common part of address_space_map and
address_space_cache_init into a new function.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c