Revision 0d09e41a hw/moxie/moxiesim.c

b/hw/moxie/moxiesim.c
26 26
 */
27 27
#include "hw/sysbus.h"
28 28
#include "hw/hw.h"
29
#include "hw/pc.h"
30
#include "hw/isa.h"
29
#include "hw/i386/pc.h"
30
#include "hw/isa/isa.h"
31 31
#include "net/net.h"
32 32
#include "sysemu/sysemu.h"
33 33
#include "hw/boards.h"
34 34
#include "hw/loader.h"
35
#include "hw/serial.h"
35
#include "hw/char/serial.h"
36 36
#include "exec/address-spaces.h"
37 37

  
38 38
#define PHYS_MEM_BASE 0x80000000

Also available in: Unified diff