diff options
author | Tao Xu <tao3.xu@intel.com> | 2021-03-24 16:43:21 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2021-03-29 14:13:55 +0200 |
commit | 93d8d1293b7ebda45f07849cfc9698715c5748d6 (patch) | |
tree | 2c595b17dbbc901ab9738baba38f5236c99f0f06 /tests/qemu-iotests/051 | |
parent | ec2e6e016d24bd429792d08cf607e4c5350dcdaa (diff) | |
download | qemu-93d8d1293b7ebda45f07849cfc9698715c5748d6.zip qemu-93d8d1293b7ebda45f07849cfc9698715c5748d6.tar.gz qemu-93d8d1293b7ebda45f07849cfc9698715c5748d6.tar.bz2 |
iotests: Fix typo in iotest 051
There is an typo in iotest 051, correct it.
Signed-off-by: Tao Xu <tao3.xu@intel.com>
Message-Id: <20210324084321.90952-1-tao3.xu@intel.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/051')
-rwxr-xr-x | tests/qemu-iotests/051 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051 index 333cc81..7bf2934 100755 --- a/tests/qemu-iotests/051 +++ b/tests/qemu-iotests/051 @@ -199,7 +199,7 @@ case "$QEMU_DEFAULT_MACHINE" in # virtio-blk enables the iothread only when the driver initialises the # device, so a second virtio-blk device can't be added even with the # same iothread. virtio-scsi allows this. - run_qemu $iothread -device virtio-blk-pci,drive=disk,iohtread=iothread0,share-rw=on + run_qemu $iothread -device virtio-blk-pci,drive=disk,iothread=iothread0,share-rw=on run_qemu $iothread -device virtio-scsi,id=virtio-scsi1,iothread=thread0 -device scsi-hd,bus=virtio-scsi1.0,drive=disk,share-rw=on ;; *) |