Am 21.03.2013 um 14:03 hat Markus Armbruster geschrieben: > Doesn't apply anymore. I'll review anyway; sorry for being late with > that. > > Kevin, I haven't been able to follow your work on driver-specific > options; do you expect further conflicts with this work?
No, QEMUOptionParameter is only used for bdrv_create(), i.e. creating images, which I don't touch. In my work on bdrv_open() I've been using QDict/QemuOpts from the beginning. Kevin