aboutsummaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-03-22 11:08:12 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-05-03 17:21:20 +0200
commit4e111653168acc058044885c679015d50fcaf474 (patch)
treedc3a3f6c44e7aebd613154a039f3a486c923308e /linux-user
parent22879b66800d4f84ff48f151867369e76e33f9a4 (diff)
downloadqemu-4e111653168acc058044885c679015d50fcaf474.zip
qemu-4e111653168acc058044885c679015d50fcaf474.tar.gz
qemu-4e111653168acc058044885c679015d50fcaf474.tar.bz2
user: Move 'thunk.h' from 'exec/user' to 'user'
Keep all user emulation headers under the same user/ directory. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240428221450.26460-2-philmd@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/thunk.c2
-rw-r--r--linux-user/user-internals.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-user/thunk.c b/linux-user/thunk.c
index 071aad4..3cd19e7 100644
--- a/linux-user/thunk.c
+++ b/linux-user/thunk.c
@@ -20,7 +20,7 @@
#include "qemu/log.h"
#include "qemu.h"
-#include "exec/user/thunk.h"
+#include "user/thunk.h"
//#define DEBUG
diff --git a/linux-user/user-internals.h b/linux-user/user-internals.h
index ce11d9e..5c7f173 100644
--- a/linux-user/user-internals.h
+++ b/linux-user/user-internals.h
@@ -18,7 +18,7 @@
#ifndef LINUX_USER_USER_INTERNALS_H
#define LINUX_USER_USER_INTERNALS_H
-#include "exec/user/thunk.h"
+#include "user/thunk.h"
#include "exec/exec-all.h"
#include "exec/tb-flush.h"
#include "qemu/log.h"