user: Move 'abitypes.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: <20240503125202.35667-1-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2024-03-22 11:10:04 +01:00
parent f184f3856e
commit 22879b6680
6 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
#include "exec/cpu_ldst.h" #include "exec/cpu_ldst.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "exec/user/abitypes.h" #include "user/abitypes.h"
extern char **environ; extern char **environ;

View File

@ -64,7 +64,7 @@
/* MMU memory access macros */ /* MMU memory access macros */
#if defined(CONFIG_USER_ONLY) #if defined(CONFIG_USER_ONLY)
#include "exec/user/abitypes.h" #include "user/abitypes.h"
/* /*
* If non-zero, the guest virtual address space is a contiguous subset * If non-zero, the guest virtual address space is a contiguous subset

View File

@ -21,7 +21,7 @@
#define THUNK_H #define THUNK_H
#include "cpu.h" #include "cpu.h"
#include "exec/user/abitypes.h" #include "user/abitypes.h"
/* types enums definitions */ /* types enums definitions */

View File

@ -1,5 +1,5 @@
#ifndef EXEC_USER_ABITYPES_H #ifndef USER_ABITYPES_H
#define EXEC_USER_ABITYPES_H #define USER_ABITYPES_H
#ifndef CONFIG_USER_ONLY #ifndef CONFIG_USER_ONLY
#error Cannot include this header from system emulation #error Cannot include this header from system emulation

View File

@ -10,7 +10,7 @@
#ifndef SYSCALL_TRACE_H #ifndef SYSCALL_TRACE_H
#define SYSCALL_TRACE_H #define SYSCALL_TRACE_H
#include "exec/user/abitypes.h" #include "user/abitypes.h"
#include "gdbstub/user.h" #include "gdbstub/user.h"
#include "qemu/plugin.h" #include "qemu/plugin.h"
#include "trace/trace-root.h" #include "trace/trace-root.h"

View File

@ -4,7 +4,7 @@
#include "cpu.h" #include "cpu.h"
#include "exec/cpu_ldst.h" #include "exec/cpu_ldst.h"
#include "exec/user/abitypes.h" #include "user/abitypes.h"
#include "syscall_defs.h" #include "syscall_defs.h"
#include "target_syscall.h" #include "target_syscall.h"