mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1de7afc984
commit
9c17d615a6
296 changed files with 421 additions and 421 deletions
|
@ -31,7 +31,7 @@
|
|||
#else
|
||||
#include "monitor/monitor.h"
|
||||
#include "qemu-char.h"
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#endif
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
#ifndef TARGET_CPU_MEMORY_RW_DEBUG
|
||||
static inline int target_memory_rw_debug(CPUArchState *env, target_ulong addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue