Re: [PATCH 2/3] vl: plumb keyval-based options into -readconfig

2021-05-19 Thread Kevin Wolf
Am 18.05.2021 um 17:40 hat Paolo Bonzini geschrieben: > Let -readconfig support parsing configuration file groups into QDict in > addition to the previous behavior of recording them into QemuOpts. > This will be used to add back support for objects in -readconfig. > > Cc: Kevin Wolf > Cc: Markus

[PATCH 2/3] vl: plumb keyval-based options into -readconfig

2021-05-18 Thread Paolo Bonzini
Let -readconfig support parsing configuration file groups into QDict in addition to the previous behavior of recording them into QemuOpts. This will be used to add back support for objects in -readconfig. Cc: Kevin Wolf Cc: Markus Armbruster Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzin