Re: [Qemu-devel] [PATCH RFC v2 0/2] block: Crude initial implementation of -blockdev

2017-02-14 Thread Markus Armbruster
Markus Armbruster writes: > This is based on "[PATCH 00/24] QemuOpts util/cutils: Fix and clean up > number conversions". > > v2: Support KEY=VALUE,... syntax as well. Forgot to mention: the thing collapses when KEY has a type other than string. There's one reason this is marked RFC...

[Qemu-devel] [PATCH RFC v2 0/2] block: Crude initial implementation of -blockdev

2017-02-14 Thread Markus Armbruster
This is based on "[PATCH 00/24] QemuOpts util/cutils: Fix and clean up number conversions". v2: Support KEY=VALUE,... syntax as well. Markus Armbruster (2): util/qemu-option: New opt_parse_qdict() block: Crude initial implementation of -blockdev include/qemu/option.h | 3 ++ qemu-options