Revision 9c17d615 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
29 29
#include "adb.h"
30 30
#include "mac_dbdma.h"
31 31
#include "nvram.h"
32
#include "sysemu.h"
32
#include "sysemu/sysemu.h"
33 33
#include "net/net.h"
34 34
#include "isa.h"
35 35
#include "pci/pci.h"
......
39 39
#include "ide.h"
40 40
#include "loader.h"
41 41
#include "elf.h"
42
#include "kvm.h"
42
#include "sysemu/kvm.h"
43 43
#include "kvm_ppc.h"
44
#include "blockdev.h"
44
#include "sysemu/blockdev.h"
45 45
#include "exec/address-spaces.h"
46 46

  
47 47
#define MAX_IDE_BUS 2

Also available in: Unified diff