Re: [Qemu-devel] [PATCH V11 2/4] Create four opts list related functions

2013-01-31 Thread Dong Xu Wang
于 2013-1-26 2:13, Blue Swirl 写道: On Thu, Jan 24, 2013 at 6:59 PM, Markus Armbruster wrote: Dong Xu Wang writes: This patch will create 4 functions, count_opts_list, append_opts_list, free_opts_list and print_opts_list, they will used in following commits. Signed-off-by: Dong Xu Wang --- v6

Re: [Qemu-devel] [PATCH V11 2/4] Create four opts list related functions

2013-01-27 Thread Dong Xu Wang
于 2013-1-25 2:59, Markus Armbruster 写道: > Dong Xu Wang writes: > >> This patch will create 4 functions, count_opts_list, append_opts_list, >> free_opts_list and print_opts_list, they will used in following commits. >> >> Signed-off-by: Dong Xu Wang >> --- >> v6->v7): >> 1) Fix typo. >> >> v5->v6

Re: [Qemu-devel] [PATCH V11 2/4] Create four opts list related functions

2013-01-25 Thread Blue Swirl
On Thu, Jan 24, 2013 at 6:59 PM, Markus Armbruster wrote: > Dong Xu Wang writes: > >> This patch will create 4 functions, count_opts_list, append_opts_list, >> free_opts_list and print_opts_list, they will used in following commits. >> >> Signed-off-by: Dong Xu Wang >> --- >> v6->v7): >> 1) Fix

Re: [Qemu-devel] [PATCH V11 2/4] Create four opts list related functions

2013-01-24 Thread Markus Armbruster
Dong Xu Wang writes: > This patch will create 4 functions, count_opts_list, append_opts_list, > free_opts_list and print_opts_list, they will used in following commits. > > Signed-off-by: Dong Xu Wang > --- > v6->v7): > 1) Fix typo. > > v5->v6): > 1) allocate enough space in append_opts_list fun

[Qemu-devel] [PATCH V11 2/4] Create four opts list related functions

2013-01-24 Thread Dong Xu Wang
This patch will create 4 functions, count_opts_list, append_opts_list, free_opts_list and print_opts_list, they will used in following commits. Signed-off-by: Dong Xu Wang --- v6->v7): 1) Fix typo. v5->v6): 1) allocate enough space in append_opts_list function. include/qemu/option.h | 4 +++