Re: [Qemu-devel] [PATCH 5/7] qemu-option: Add qemu_opts_absorb_qdict()

2013-03-01 Thread Eric Blake
On 03/01/2013 01:13 PM, Kevin Wolf wrote: > This adds a function that adds all entries of a QDict to a QemuOpts if > the keys are known, and leaves only the rest in the QDict. > > This way a single QDict of -drive options can be processed in multiple > places (generic block layer, block driver, ba

[Qemu-devel] [PATCH 5/7] qemu-option: Add qemu_opts_absorb_qdict()

2013-03-01 Thread Kevin Wolf
This adds a function that adds all entries of a QDict to a QemuOpts if the keys are known, and leaves only the rest in the QDict. This way a single QDict of -drive options can be processed in multiple places (generic block layer, block driver, backing file block driver, etc.), where each part pick