]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.h
exec: move functions to translate-all.h
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 22 Apr 2015 12:15:48 +0000 (14:15 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:09:59 +0000 (17:09 +0200)
commit1652b974766401743879d78f796f44b8929b0787
tree50a540cbf11b4a70038aa0b614b0cd812b2e13d1
parent845b6214a309fa58a4405050bf8313e19fde5c91
exec: move functions to translate-all.h

Remove them from the sundry exec-all.h header, since they are only used by
the TCG runtime in exec.c and user-exec.c.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/exec-all.h
linux-user/mmap.c
translate-all.h
user-exec.c