Re: [Qemu-devel] [PATCH 1/2] qemu: Add opt_set_bool functionality
On Wed, 19 Oct 2011 22:46:32 +0530, "M. Mohan Kumar" wrote: > From: "M. Mohan Kumar" > > Signed-off-by: M. Mohan Kumar Applied with doc update to v9fs.git Thanks -aneesh
[Qemu-devel] [PATCH 1/2] qemu: Add opt_set_bool functionality
From: "M. Mohan Kumar" Signed-off-by: M. Mohan Kumar --- Changes from previous version: * Changed qemu_opt_{get|set}_bool to use 'bool' data type qemu-option.c | 43 +++ qemu-option.h |3 ++- 2 files changed, 41 insertions(+), 5 deletions(-) diff