[Qemu-devel] [PATCH v3 7/8] iotests: Test internal option typing

2019-02-06 Thread Max Reitz
It would be nice if qemu used the correct types for blockdev options internally, even if the user specified string values (either through -drive or by being not so nice and using json:{} with string values). This patch adds a test verifying that fact. Signed-off-by: Max Reitz --- tests/qemu-iote

Re: [Qemu-devel] [PATCH v3 7/8] iotests: Test internal option typing

2019-02-06 Thread Eric Blake
On 2/6/19 1:55 PM, Max Reitz wrote: > It would be nice if qemu used the correct types for blockdev options > internally, even if the user specified string values (either through > -drive or by being not so nice and using json:{} with string values). > This patch adds a test verifying that fact. >