mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
exec: move include files to include/exec/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
737e150e89
commit
022c62cbbc
277 changed files with 456 additions and 456 deletions
|
@ -73,7 +73,7 @@
|
|||
|
||||
#define CPUArchState struct CPUPPCState
|
||||
|
||||
#include "cpu-defs.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
#include "softfloat.h"
|
||||
|
||||
|
@ -1251,7 +1251,7 @@ static inline void cpu_clone_regs(CPUPPCState *env, target_ulong newsp)
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "cpu-all.h"
|
||||
#include "exec/cpu-all.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/* CRF definitions */
|
||||
|
@ -2224,7 +2224,7 @@ static inline bool cpu_has_work(CPUState *cpu)
|
|||
return msr_ee && (env->interrupt_request & CPU_INTERRUPT_HARD);
|
||||
}
|
||||
|
||||
#include "exec-all.h"
|
||||
#include "exec/exec-all.h"
|
||||
|
||||
static inline void cpu_pc_from_tb(CPUPPCState *env, TranslationBlock *tb)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "def-helper.h"
|
||||
#include "exec/def-helper.h"
|
||||
|
||||
DEF_HELPER_3(raise_exception_err, void, env, i32, i32)
|
||||
DEF_HELPER_2(raise_exception, void, env, i32)
|
||||
|
@ -414,4 +414,4 @@ DEF_HELPER_3(store_601_batl, void, env, i32, tl)
|
|||
DEF_HELPER_3(store_601_batu, void, env, i32, tl)
|
||||
#endif
|
||||
|
||||
#include "def-helper.h"
|
||||
#include "exec/def-helper.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef __KVM_PPC_H__
|
||||
#define __KVM_PPC_H__
|
||||
|
||||
#include "memory.h"
|
||||
#include "exec/memory.h"
|
||||
|
||||
void kvmppc_init(void);
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "helper_regs.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "softmmu_exec.h"
|
||||
#include "exec/softmmu_exec.h"
|
||||
#endif /* !defined(CONFIG_USER_ONLY) */
|
||||
|
||||
//#define DEBUG_OP
|
||||
|
@ -257,16 +257,16 @@ STVE(stvewx, cpu_stl_data, bswap32, u32)
|
|||
#define MMUSUFFIX _mmu
|
||||
|
||||
#define SHIFT 0
|
||||
#include "softmmu_template.h"
|
||||
#include "exec/softmmu_template.h"
|
||||
|
||||
#define SHIFT 1
|
||||
#include "softmmu_template.h"
|
||||
#include "exec/softmmu_template.h"
|
||||
|
||||
#define SHIFT 2
|
||||
#include "softmmu_template.h"
|
||||
#include "exec/softmmu_template.h"
|
||||
|
||||
#define SHIFT 3
|
||||
#include "softmmu_template.h"
|
||||
#include "exec/softmmu_template.h"
|
||||
|
||||
/* try to fill the TLB and return an exception if error. If retaddr is
|
||||
NULL, it means that the function was called in C code (i.e. not
|
||||
|
|
|
@ -71,7 +71,7 @@ static TCGv cpu_reserve;
|
|||
static TCGv cpu_fpscr;
|
||||
static TCGv_i32 cpu_access_type;
|
||||
|
||||
#include "gen-icount.h"
|
||||
#include "exec/gen-icount.h"
|
||||
|
||||
void ppc_translate_init(void)
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "disas/bfd.h"
|
||||
#include "gdbstub.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include <kvm.h>
|
||||
#include "kvm_ppc.h"
|
||||
#include "arch_init.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue