mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
exec/ram_addr: remove dependency on cpu.h
Needed so compilation units including it can be common. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250317183417.285700-10-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
9ed7bcff05
commit
ede39130af
1 changed files with 2 additions and 1 deletions
|
|
@ -20,13 +20,14 @@
|
|||
#define RAM_ADDR_H
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "cpu.h"
|
||||
#include "system/xen.h"
|
||||
#include "system/tcg.h"
|
||||
#include "exec/cputlb.h"
|
||||
#include "exec/ramlist.h"
|
||||
#include "exec/ramblock.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/memory.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "qemu/rcu.h"
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue