summaryrefslogtreecommitdiffstats
path: root/user-exec.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-04-22 14:15:48 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-06-05 17:09:59 +0200
commit1652b974766401743879d78f796f44b8929b0787 (patch)
tree50a540cbf11b4a70038aa0b614b0cd812b2e13d1 /user-exec.c
parent845b6214a309fa58a4405050bf8313e19fde5c91 (diff)
downloadhqemu-1652b974766401743879d78f796f44b8929b0787.zip
hqemu-1652b974766401743879d78f796f44b8929b0787.tar.gz
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>
Diffstat (limited to 'user-exec.c')
-rw-r--r--user-exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-exec.c b/user-exec.c
index 8f57e8a..ed9a07f 100644
--- a/user-exec.c
+++ b/user-exec.c
@@ -22,6 +22,7 @@
#include "tcg.h"
#include "qemu/bitops.h"
#include "exec/cpu_ldst.h"
+#include "translate-all.h"
#undef EAX
#undef ECX
OpenPOWER on IntegriCloud