summaryrefslogtreecommitdiffstats
path: root/hw/block/vhost-user-blk.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-05-04 13:56:54 +0200
committerPaolo Bonzini2020-06-10 18:09:36 +0200
commitca27b5eb7cdd112ed465bd757358af4c06e135ea (patch)
treeae9b76890dd89111698692f7d711ae89f159f045 /hw/block/vhost-user-blk.c
parenttarget/i386: Fix OUTL debug output (diff)
downloadqemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.tar.gz
qemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.tar.xz
qemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.zip
qom/object: Move Object typedef to 'qemu/typedefs.h'
We use the Object type all over the place. Forward declare it in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-2-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/block/vhost-user-blk.c')
-rw-r--r--hw/block/vhost-user-blk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/block/vhost-user-blk.c b/hw/block/vhost-user-blk.c
index 9d8c0b3909..98941019a2 100644
--- a/hw/block/vhost-user-blk.c
+++ b/hw/block/vhost-user-blk.c
@@ -20,7 +20,6 @@
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "qemu/cutils.h"
-#include "qom/object.h"
#include "hw/qdev-core.h"
#include "hw/qdev-properties.h"
#include "hw/virtio/vhost.h"