summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-07-27 18:39:37 +0300
committerMichael S. Tsirkin <mst@redhat.com>2015-07-27 23:55:27 +0300
commitc147b5153e733a14fc65d2098e7036754c185ad1 (patch)
tree73bc75542d9f7c7939e58d76baf8466e95b9b219 /hw
parent8ef3ea253b5aaaa00f3b9999f3ff19e74cfa26f8 (diff)
downloadqemu-c147b5153e733a14fc65d2098e7036754c185ad1.tar.gz
virtio: minor cleanup
There's no need for blk to set ANY_LAYOUT, it's done by virtio core as necessary. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/block/virtio-blk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c
index 44f9b8e4b5..1556c9cf5a 100644
--- a/hw/block/virtio-blk.c
+++ b/hw/block/virtio-blk.c
@@ -736,7 +736,6 @@ static uint64_t virtio_blk_get_features(VirtIODevice *vdev, uint64_t features,
error_setg(errp, "Please set scsi=off for virtio-blk devices in order to use virtio 1.0");
return 0;
}
- virtio_add_feature(&features, VIRTIO_F_ANY_LAYOUT);
} else {
virtio_clear_feature(&features, VIRTIO_F_ANY_LAYOUT);
virtio_add_feature(&features, VIRTIO_BLK_F_SCSI);