Re: [PATCH 01/21] qemu: domain: Forbid unsupported 'tftp' protocol and handle tests

2020-05-15 Thread Eric Blake
On 5/15/20 10:27 AM, Peter Krempa wrote: 'tftp' storage protocol was supported by qemu until 2.7.0. Add an interlock when blockdev is used and drop the test case for it as it's IMO not worth adding another test file just for that. Fair enough. Signed-off-by: Peter Krempa ---

[PATCH 01/21] qemu: domain: Forbid unsupported 'tftp' protocol and handle tests

2020-05-15 Thread Peter Krempa
'tftp' storage protocol was supported by qemu until 2.7.0. Add an interlock when blockdev is used and drop the test case for it as it's IMO not worth adding another test file just for that. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 10 ++