Re: [Qemu-devel] [PATCH v23 05/32] move qemu_opt_del ahead for later calling

2014-03-25 Thread Eric Blake
On 03/21/2014 04:12 AM, Chunyan Liu wrote: > In later patch, qemu_opt_get_del functions will be added, they will > first get the option value, then call qemu_opt_del to remove the option > from opt list. To prepare for that purpose, move qemu_opt_del ahead first. > > Signed-off-by: Chunyan Liu >

[Qemu-devel] [PATCH v23 05/32] move qemu_opt_del ahead for later calling

2014-03-21 Thread Chunyan Liu
In later patch, qemu_opt_get_del functions will be added, they will first get the option value, then call qemu_opt_del to remove the option from opt list. To prepare for that purpose, move qemu_opt_del ahead first. Signed-off-by: Chunyan Liu --- util/qemu-option.c | 16 1 file c