Fix virtio-blk
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 11 Aug 2009 00:27:59 +0000 (19:27 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 11 Aug 2009 00:27:59 +0000 (19:27 -0500)
Reported-by: Christoph Hellwig
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

hw/qdev.h

index 5016968..204c4e5 100644 (file)
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -198,7 +198,7 @@ extern PropertyInfo qdev_prop_pci_devfn;
 #define DEFINE_PROP_CHR(_n, _s, _f)             \
     DEFINE_PROP(_n, _s, _f, qdev_prop_chr, CharDriverState*)
 #define DEFINE_PROP_DRIVE(_n, _s, _f)             \
-    DEFINE_PROP(_n, _s, _f, qdev_prop_chr, DriveInfo*)
+    DEFINE_PROP(_n, _s, _f, qdev_prop_drive, DriveInfo*)
 #define DEFINE_PROP_MACADDR(_n, _s, _f)         \
     DEFINE_PROP(_n, _s, _f, qdev_prop_macaddr, uint8_t[6])