]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/dataplane/virtio-blk.c
hw: move qdev-monitor.o to toplevel directory
[mirror_qemu.git] / hw / dataplane / virtio-blk.c
index 3f2da226696bd576de39a708bde948f29868f9d9..8588f931144c41f89eef2ff0c94ac92b9e6f3352 100644 (file)
 #include "qemu/iov.h"
 #include "event-poll.h"
 #include "qemu/thread.h"
+#include "qemu/error-report.h"
 #include "vring.h"
 #include "ioq.h"
 #include "migration/migration.h"
+#include "block/block.h"
 #include "hw/virtio-blk.h"
 #include "hw/dataplane/virtio-blk.h"