mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
exec/cpu: Extract page-protection definitions to page-protection.h
Extract page-protection definitions from "exec/cpu-all.h" to "exec/page-protection.h". The list of files requiring the new header was generated using: $ git grep -wE \ 'PAGE_(READ|WRITE|EXEC|RWX|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)' Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Nicholas Piggin <npiggin@gmail.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240427155714.53669-3-philmd@linaro.org>
This commit is contained in:
parent
7dd1259b37
commit
74781c0888
59 changed files with 100 additions and 30 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "cpu_loop-common.h"
|
||||
#include "signal-common.h"
|
||||
#include "semihosting/common-semi.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "target/arm/syndrome.h"
|
||||
|
||||
#define get_user_code_u32(x, gaddr, env) \
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "qemu.h"
|
||||
#include "user/tswap-target.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "user/guest-base.h"
|
||||
#include "user-internals.h"
|
||||
#include "signal-common.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <sys/shm.h>
|
||||
#include "trace.h"
|
||||
#include "exec/log.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "qemu.h"
|
||||
#include "user-internals.h"
|
||||
#include "user-mmap.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/bitops.h"
|
||||
#include "gdbstub/user.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "hw/core/tcg-cpu-ops.h"
|
||||
|
||||
#include <sys/ucontext.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "qemu/plugin.h"
|
||||
#include "tcg/startup.h"
|
||||
#include "target_mman.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include <elf.h>
|
||||
#include <endian.h>
|
||||
#include <grp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue