softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-12-17 18:20:04 +01:00
parent 1de7afc984
commit 9c17d615a6
296 changed files with 421 additions and 421 deletions

View file

@ -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

View file

@ -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,

View file

@ -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"

View file

@ -19,7 +19,7 @@
#include "cpu.h"
#include "qemu/log.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "helper.h"
#if 0

View file

@ -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

View file

@ -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"

View file

@ -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);

View file

@ -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",