mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -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
|
@ -35,8 +35,8 @@
|
|||
#include "mips_cpudevs.h"
|
||||
#include "pci/pci.h"
|
||||
#include "qemu-char.h"
|
||||
#include "sysemu.h"
|
||||
#include "arch_init.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
#include "boards.h"
|
||||
#include "qemu/log.h"
|
||||
#include "mips-bios.h"
|
||||
|
@ -45,7 +45,7 @@
|
|||
#include "elf.h"
|
||||
#include "mc146818rtc.h"
|
||||
#include "i8254.h"
|
||||
#include "blockdev.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "sysbus.h" /* SysBusDevice */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue