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 onl
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?
Stefan Hajnoczi writes:
> Looks fine at the high level. Markus had specific comments in the last
> version, please wait for his review before applying.
I intend to review it again. Unfortunately, I'm struggling with getting
my review queue under control. Please be patient.
On Thu, Feb 28, 2013 at 05:20:32PM +0800, Dong Xu Wang wrote:
> Patch 1 add def_value_str and use it in qemu_opts_print.
>
> Patch 2 Create functions to pair with QemuOpts parser.
>
> Patch 3 Use QemuOpts parser in Block.
>
> Patch 4 Remove QEMUOptionParameter parser related code.
>
>
Patch 1 add def_value_str and use it in qemu_opts_print.
Patch 2 Create functions to pair with QemuOpts parser.
Patch 3 Use QemuOpts parser in Block.
Patch 4 Remove QEMUOptionParameter parser related code.
Dong Xu Wang (4):
add def_value_str and use it in qemu_opts_print
Create