diff options
| author | Richard Henderson | 2021-03-22 12:24:25 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-03-24 02:36:36 +0100 |
| commit | 27eb9d65ff5121ed11979dd57d9ec2b6c2315c01 (patch) | |
| tree | c7f96b11ac0170f1a62d3389c7dee6810e3ceec3 /include/exec/exec-all.h | |
| parent | exec: Rename exec-vary.c as page-vary.c (diff) | |
| download | qemu-27eb9d65ff5121ed11979dd57d9ec2b6c2315c01.tar.gz qemu-27eb9d65ff5121ed11979dd57d9ec2b6c2315c01.tar.xz qemu-27eb9d65ff5121ed11979dd57d9ec2b6c2315c01.zip | |
exec: Extract 'page-vary.h' header
In the next commit we will extract the generic code out of
page-vary.c, only keeping the target specific code. Both
files will use the same TargetPageBits structure, so make
its declaration in a shared header.
As the common header can not use target specific types,
use a uint64_t to hold the page mask value, and add a
cast back to target_long in the TARGET_PAGE_MASK definitions.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210322112427.4045204-3-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
