]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/s390-virtio.c
msi: add API to get notified about pending bit poll
[mirror_qemu.git] / hw / s390-virtio.c
index 7aca0c4aadb3aa9ec531297edf076a839e3e3656..20827761d09271a702fb878a9ca58a5efc8488fa 100644 (file)
  */
 
 #include "hw.h"
-#include "block.h"
-#include "blockdev.h"
-#include "sysemu.h"
-#include "net.h"
+#include "block/block.h"
+#include "sysemu/blockdev.h"
+#include "sysemu/sysemu.h"
+#include "net/net.h"
 #include "boards.h"
-#include "monitor.h"
+#include "monitor/monitor.h"
 #include "loader.h"
 #include "elf.h"
 #include "hw/virtio.h"
 #include "hw/sysbus.h"
-#include "kvm.h"
-#include "exec-memory.h"
+#include "sysemu/kvm.h"
+#include "exec/address-spaces.h"
 
 #include "hw/s390-virtio-bus.h"
 #include "hw/s390x/sclp.h"