Revision 0d09e41a hw/ppc/virtex_ml507.c

b/hw/ppc/virtex_ml507.c
24 24

  
25 25
#include "hw/sysbus.h"
26 26
#include "hw/hw.h"
27
#include "hw/serial.h"
28
#include "hw/flash.h"
27
#include "hw/char/serial.h"
28
#include "hw/block/flash.h"
29 29
#include "sysemu/sysemu.h"
30
#include "hw/devices.h"
30
#include "hw/arm/devices.h"
31 31
#include "hw/boards.h"
32 32
#include "sysemu/device_tree.h"
33 33
#include "hw/loader.h"
......
35 35
#include "qemu/log.h"
36 36
#include "exec/address-spaces.h"
37 37

  
38
#include "hw/ppc.h"
39
#include "hw/ppc4xx.h"
38
#include "hw/ppc/ppc.h"
39
#include "hw/ppc/ppc4xx.h"
40 40
#include "hw/ppc405.h"
41 41

  
42 42
#include "sysemu/blockdev.h"

Also available in: Unified diff