X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fsun4u.c;h=cbfd217587b6315aeddc99651c4b6b045905e041;hb=bbef882cc1938fa5a6e1b36a50d79ce5c0cefb81;hp=b2b51e30c206356cc672a1e0eebadcb41a8a5a54;hpb=4ba79505f43bd0ace35c3fe42197eb02e7e0478e;p=mirror_qemu.git diff --git a/hw/sun4u.c b/hw/sun4u.c index b2b51e30c2..cbfd217587 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -22,15 +22,15 @@ * THE SOFTWARE. */ #include "hw.h" -#include "pci.h" +#include "pci/pci.h" #include "apb_pci.h" #include "pc.h" #include "serial.h" #include "nvram.h" #include "fdc.h" -#include "net.h" -#include "qemu-timer.h" -#include "sysemu.h" +#include "net/net.h" +#include "qemu/timer.h" +#include "sysemu/sysemu.h" #include "boards.h" #include "firmware_abi.h" #include "fw_cfg.h" @@ -38,8 +38,8 @@ #include "ide.h" #include "loader.h" #include "elf.h" -#include "blockdev.h" -#include "exec-memory.h" +#include "sysemu/blockdev.h" +#include "exec/address-spaces.h" //#define DEBUG_IRQ //#define DEBUG_EBUS