Revision d5001cf7

b/hw/microblaze/petalogix_ml605_mmu.c
32 32
#include "sysemu/sysemu.h"
33 33
#include "hw/devices.h"
34 34
#include "hw/boards.h"
35
#include "hw/xilinx.h"
36 35
#include "sysemu/blockdev.h"
37 36
#include "hw/char/serial.h"
38 37
#include "exec/address-spaces.h"
b/hw/microblaze/petalogix_s3adsp1800_mmu.c
30 30
#include "sysemu/sysemu.h"
31 31
#include "hw/devices.h"
32 32
#include "hw/boards.h"
33
#include "hw/xilinx.h"
34 33
#include "sysemu/blockdev.h"
35 34
#include "exec/address-spaces.h"
36 35

  
b/hw/ppc/virtex_ml507.c
40 40
#include "ppc405.h"
41 41

  
42 42
#include "sysemu/blockdev.h"
43
#include "hw/xilinx.h"
43
#include "qapi/qmp/qerror.h"
44 44

  
45 45
#define EPAPR_MAGIC    (0x45504150)
46 46
#define FLASH_SIZE     (16 * 1024 * 1024)
/dev/null
1
#ifndef HW_XILINX_H
2
#define HW_XILINX_H 1
3

  
4

  
5
#include "qemu-common.h"
6
#include "qapi/qmp/qerror.h"
7
#include "hw/stream.h"
8
#include "net/net.h"
9

  
10
#endif

Also available in: Unified diff