Revision 0d09e41a hw/mips/mips_r4k.c

b/hw/mips/mips_r4k.c
8 8
 * the standard PC ISA addresses.
9 9
*/
10 10
#include "hw/hw.h"
11
#include "hw/mips.h"
12
#include "hw/mips_cpudevs.h"
13
#include "hw/pc.h"
14
#include "hw/serial.h"
15
#include "hw/isa.h"
11
#include "hw/mips/mips.h"
12
#include "hw/mips/cpudevs.h"
13
#include "hw/i386/pc.h"
14
#include "hw/char/serial.h"
15
#include "hw/isa/isa.h"
16 16
#include "net/net.h"
17 17
#include "sysemu/sysemu.h"
18 18
#include "hw/boards.h"
19
#include "hw/flash.h"
19
#include "hw/block/flash.h"
20 20
#include "qemu/log.h"
21
#include "hw/mips-bios.h"
21
#include "hw/mips/bios.h"
22 22
#include "hw/ide.h"
23 23
#include "hw/loader.h"
24 24
#include "elf.h"
25
#include "hw/mc146818rtc.h"
26
#include "hw/i8254.h"
25
#include "hw/timer/mc146818rtc.h"
26
#include "hw/timer/i8254.h"
27 27
#include "sysemu/blockdev.h"
28 28
#include "exec/address-spaces.h"
29 29

  

Also available in: Unified diff