Re: [Qemu-block] [RFC PATCH 10/19] block: Make remaining uses of qobject input visitor more robust

2018-06-12 Thread Kevin Wolf
Am 07.06.2018 um 08:25 hat Markus Armbruster geschrieben: > Remaining uses of qobject_input_visitor_new_keyval() in the block > subsystem: > > * block_crypto_create_opts_init() > Currently doesn't visit any non-string scalars, thus safe. It's > called from > - block_crypto_open_luks() >

[Qemu-block] [RFC PATCH 10/19] block: Make remaining uses of qobject input visitor more robust

2018-06-07 Thread Markus Armbruster
Remaining uses of qobject_input_visitor_new_keyval() in the block subsystem: * block_crypto_create_opts_init() Currently doesn't visit any non-string scalars, thus safe. It's called from - block_crypto_open_luks() Creates the QDict with qemu_opts_to_qdict_filtered(), which creates