Re: [Qemu-devel] [RFC][PATCH 2/7] qemu-config: Make qemu_config_parse more generic

2010-03-28 Thread Christoph Hellwig
On Mon, Mar 15, 2010 at 06:08:30PM +0100, Kevin Wolf wrote: > qemu_config_parse gets the option groups as a parameter now instead of > hardcoding the VM configuration groups. This way it can be used for other > configurations, too. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christo

[Qemu-devel] [RFC][PATCH 2/7] qemu-config: Make qemu_config_parse more generic

2010-03-15 Thread Kevin Wolf
qemu_config_parse gets the option groups as a parameter now instead of hardcoding the VM configuration groups. This way it can be used for other configurations, too. Signed-off-by: Kevin Wolf --- qemu-config.c | 15 --- qemu-config.h |2 +- 2 files changed, 9 insertions(+), 8 d