Revision 9c17d615 hw/spapr.c

b/hw/spapr.c
24 24
 * THE SOFTWARE.
25 25
 *
26 26
 */
27
#include "sysemu.h"
27
#include "sysemu/sysemu.h"
28 28
#include "hw.h"
29 29
#include "elf.h"
30 30
#include "net/net.h"
31
#include "blockdev.h"
32
#include "cpus.h"
33
#include "kvm.h"
31
#include "sysemu/blockdev.h"
32
#include "sysemu/cpus.h"
33
#include "sysemu/kvm.h"
34 34
#include "kvm_ppc.h"
35 35

  
36 36
#include "hw/boards.h"
......
43 43
#include "hw/xics.h"
44 44
#include "hw/pci/msi.h"
45 45

  
46
#include "kvm.h"
46
#include "sysemu/kvm.h"
47 47
#include "kvm_ppc.h"
48 48
#include "pci/pci.h"
49 49

  

Also available in: Unified diff