mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-27 06:35:23 -07:00
codebase: prepare to remove cpu.h from exec/exec-all.h
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-7-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
82b75e943b
commit
2ec0dc245f
7 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "qemu/cutils.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/cputlb.h"
|
||||
#include "exec/target_long.h"
|
||||
#include "helper_regs.h"
|
||||
#include "hw/ppc/ppc.h"
|
||||
#include "hw/ppc/spapr.h"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include "hw/irq.h"
|
||||
#include "hw/sh4/sh.h"
|
||||
#include "system/system.h"
|
||||
#include "target/sh4/cpu.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/qdev-properties-system.h"
|
||||
#include "sh7750_regs.h"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
#define TCG_TCG_OP_H
|
||||
|
||||
#include "tcg/tcg-op-common.h"
|
||||
#include "exec/target_long.h"
|
||||
|
||||
#ifndef TARGET_LONG_BITS
|
||||
#error must include QEMU headers
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "exec/page-vary.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/target_page.h"
|
||||
|
||||
bool set_preferred_target_page_bits(int bits)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef HELPER_REGS_H
|
||||
#define HELPER_REGS_H
|
||||
|
||||
#include "target/ppc/cpu.h"
|
||||
|
||||
void hreg_swap_gpr_tgpr(CPUPPCState *env);
|
||||
void hreg_compute_hflags(CPUPPCState *env);
|
||||
void hreg_update_pmu_hflags(CPUPPCState *env);
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qemu/log.h"
|
||||
#include "target/ppc/cpu.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/helper-proto.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/host-utils.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/target_long.h"
|
||||
#include "exec/helper-proto.h"
|
||||
#include "tcg/tcg.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue