Re: [Qemu-devel] [PATCH V5 08/10] Create four opts list related functions

2012-11-20 Thread Dong Xu Wang
On Tue, Nov 20, 2012 at 1:16 AM, Stefan Hajnoczi wrote: > > On Thu, Nov 01, 2012 at 05:12:28PM +0800, Dong Xu Wang wrote: > > +/* Create a new QemuOptsList and make its desc to the merge of first and > > second. > > + * It will allocate space for one new QemuOptsList plus enouth space for > > + *

Re: [Qemu-devel] [PATCH V5 08/10] Create four opts list related functions

2012-11-19 Thread Stefan Hajnoczi
On Thu, Nov 01, 2012 at 05:12:28PM +0800, Dong Xu Wang wrote: > +/* Create a new QemuOptsList and make its desc to the merge of first and > second. > + * It will allocate space for one new QemuOptsList plus enouth space for > + * QemuOptDesc in first and second QemuOptsList. First argument's QemuO

[Qemu-devel] [PATCH V5 08/10] Create four opts list related functions

2012-11-01 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 --- qemu-option.c | 90 + qemu-option.h |4 ++ 2 files changed