mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33: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
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "dump.h"
|
||||
#include "sysemu/dump.h"
|
||||
#include "elf.h"
|
||||
|
||||
#ifdef TARGET_X86_64
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "memory_mapping.h"
|
||||
#include "sysemu/memory_mapping.h"
|
||||
|
||||
/* PAE Paging or IA-32e Paging */
|
||||
static void walk_pte(MemoryMappingList *list, hwaddr pte_start_addr,
|
||||
|
|
|
@ -22,14 +22,14 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
#include "qemu/option.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#include "qapi/visitor.h"
|
||||
#include "arch_init.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
|
||||
#include "hyperv.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
#include <linux/kvm_para.h>
|
||||
#endif
|
||||
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "hw/xen.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#include "qemu/log.h"
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "helper.h"
|
||||
|
||||
#if 0
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
|
||||
#include "cpu.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "monitor/monitor.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#include <linux/kvm_para.h>
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "kvm_i386.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef QEMU_KVM_I386_H
|
||||
#define QEMU_KVM_I386_H
|
||||
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
bool kvm_allows_irq0_override(void);
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "hw/isa.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
static const VMStateDescription vmstate_segment = {
|
||||
.name = "segment",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue