summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio-blk.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-10-07 13:59:17 +0200
committerKevin Wolf <kwolf@redhat.com>2014-10-20 14:02:21 +0200
commit2a30307f709e6a395d23cf94837e9aae15f8e8fa (patch)
tree00de5c10f442aae6a8123dc84ef62603009a3f67 /include/hw/virtio/virtio-blk.h
parentf75167313c8b7c7c46319b54210a66e7864b88c4 (diff)
downloadfocaccia-qemu-2a30307f709e6a395d23cf94837e9aae15f8e8fa.tar.gz
focaccia-qemu-2a30307f709e6a395d23cf94837e9aae15f8e8fa.zip
virtio-blk: Rename VirtIOBlkConf variables to conf
This is consistent with how VirtIOFOOConf variables are named
elsewhere, and makes blk available for BlockBackend variables.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/hw/virtio/virtio-blk.h')
-rw-r--r--include/hw/virtio/virtio-blk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/virtio/virtio-blk.h b/include/hw/virtio/virtio-blk.h
index 0f4323d73c..0f7ca3ceef 100644
--- a/include/hw/virtio/virtio-blk.h
+++ b/include/hw/virtio/virtio-blk.h
@@ -125,7 +125,7 @@ typedef struct VirtIOBlock {
     VirtQueue *vq;
     void *rq;
     QEMUBH *bh;
-    VirtIOBlkConf blk;
+    VirtIOBlkConf conf;
     unsigned short sector_mask;
     bool original_wce;
     VMChangeStateEntry *change;