mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
8ef3ea253b
commit
c147b5153e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue