mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -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
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define CPUArchState struct CPUAlphaState
|
||||
|
||||
#include "cpu-defs.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
#include "softfloat.h"
|
||||
|
||||
|
@ -295,7 +295,7 @@ struct CPUAlphaState {
|
|||
#define cpu_gen_code cpu_alpha_gen_code
|
||||
#define cpu_signal_handler cpu_alpha_signal_handler
|
||||
|
||||
#include "cpu-all.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "cpu-qom.h"
|
||||
|
||||
enum {
|
||||
|
@ -520,7 +520,7 @@ static inline bool cpu_has_work(CPUState *cpu)
|
|||
| CPU_INTERRUPT_MCHK);
|
||||
}
|
||||
|
||||
#include "exec-all.h"
|
||||
#include "exec/exec-all.h"
|
||||
|
||||
static inline void cpu_pc_from_tb(CPUAlphaState *env, TranslationBlock *tb)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue