Re: [Qemu-devel] [PATCH 1/2] Add opt_set_bool function

2011-10-13 Thread M. Mohan Kumar
Andreas, I will repost the patch with boolean type change. -- Regards, M. Mohan Kumar On Wednesday, October 12, 2011 09:47:48 PM Andreas Färber wrote: > Am 12.10.2011 09:53, schrieb M. Mohan Kumar: > > In addition to qemu_opt_set function, we need a function to set bool > > value also. > > > >

Re: [Qemu-devel] [PATCH 1/2] Add opt_set_bool function

2011-10-12 Thread Andreas Färber
Am 12.10.2011 09:53, schrieb M. Mohan Kumar: In addition to qemu_opt_set function, we need a function to set bool value also. Signed-off-by: M. Mohan Kumar --- qemu-option.c | 35 +++ qemu-option.h |1 + 2 files changed, 36 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH 1/2] Add opt_set_bool function

2011-10-12 Thread M. Mohan Kumar
In addition to qemu_opt_set function, we need a function to set bool value also. Signed-off-by: M. Mohan Kumar --- qemu-option.c | 35 +++ qemu-option.h |1 + 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/qemu-option.c b/qemu-option.c index