]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests/245: Fix type for iothread property
authorKevin Wolf <kwolf@redhat.com>
Fri, 8 Oct 2021 13:34:32 +0000 (15:34 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Oct 2021 14:06:23 +0000 (16:06 +0200)
commite2c8eb1454b6aee79077d6d9710ec92d66554e56
tree6d5d3e923756e483d38ee3bc34fa0ad3020644a6
parentdbc8221f8cf3a3004fb6b4d0675f5852758b0388
iotests/245: Fix type for iothread property

iothread is a string property, so None (= JSON null) is not a valid
value for it. Pass the empty string instead to get the default iothread.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20211008133442.141332-6-kwolf@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/245