virtio-blk: move x-data-plane qdev property to virtio-blk.h
commitee512c6f21b2f76ae923e3a4cabbd58899ff7ae1
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 18 Jun 2014 09:58:31 +0000 (18 17:58 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 1 Jul 2014 07:15:02 +0000 (1 09:15 +0200)
treef1ebe368763ff99f043471d9a60b174548cb8cfc
parenta9968c77d5a56211ae22be2e6a1dcb07f2016010
virtio-blk: move x-data-plane qdev property to virtio-blk.h

Move the x-data-plane property.  Originally it was outside since not
every transport may wish to support dataplane.  But that makes little
sense when we have a dedicated CONFIG_VIRTIO_BLK_DATA_PLANE ifdef
already.

This move makes it easier to switch to property aliases in the next
patch.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
hw/s390x/virtio-ccw.c
hw/virtio/virtio-pci.c
include/hw/virtio/virtio-blk.h