On Tue, Apr 29, 2014 at 05:10:24PM +0800, Chunyan Liu wrote: > This patch series is to replace QEMUOptionParameter with QemuOpts, so that > only > one Qemu Option structure is kept in QEMU code. > > --- > Changes to v25: > * split v25 2/31 (add def_value_str to QemuOptDesc) into two patches: > 1st patch adds def_value_str, 2nd patch repurpose qemu_opts_print. > * update 4/32 qapi command line description. > * update 12/32 (change block layer to support both) according to > Eric's comments. > * small update to gluster.c > * rebase to latest code > > All patches are also available from: > https://github.com/chunyanliu/qemu/commits/QemuOpts
I looked through the comments from Leandro and Eric. A respin is necessary to address the test failures that Leandro found. Please also address the comments Eric made. We're almost there now!