Revision 9c17d615 target-i386/cpu.c

b/target-i386/cpu.c
22 22
#include <inttypes.h>
23 23

  
24 24
#include "cpu.h"
25
#include "kvm.h"
25
#include "sysemu/kvm.h"
26 26

  
27 27
#include "qemu/option.h"
28 28
#include "qemu/config-file.h"
29 29
#include "qapi/qmp/qerror.h"
30 30

  
31 31
#include "qapi/visitor.h"
32
#include "arch_init.h"
32
#include "sysemu/arch_init.h"
33 33

  
34 34
#include "hyperv.h"
35 35

  
......
38 38
#include <linux/kvm_para.h>
39 39
#endif
40 40

  
41
#include "sysemu.h"
41
#include "sysemu/sysemu.h"
42 42
#ifndef CONFIG_USER_ONLY
43 43
#include "hw/xen.h"
44 44
#include "hw/sysbus.h"

Also available in: Unified diff