mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14cccb6185
commit
1de7afc984
496 changed files with 673 additions and 673 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include "cpu.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "helper.h"
|
||||
#include "host-utils.h"
|
||||
#include "qemu/host-utils.h"
|
||||
#include "sysemu.h"
|
||||
#include "bitops.h"
|
||||
#include "qemu/bitops.h"
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
static inline int get_phys_addr(CPUARMState *env, uint32_t address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue