[libvirt] [PATCH V3 01/24] src/xenxs:Refactor code parsing memory config

2014-08-06 Thread David Kiarie
From: Kiarie Kahurani davidkiar...@gmail.com introduce function xenParseXMMem(virConfPtr conf,.); which parses memory config instead signed-off-by: David Kiariedavidkiar...@gmail.com --- src/xenxs/xen_xm.c | 83 +- 1 file changed, 45

Re: [libvirt] [PATCH V3 01/24] src/xenxs:Refactor code parsing memory config

2014-08-06 Thread Jim Fehlig
David Kiarie wrote: From: Kiarie Kahurani davidkiar...@gmail.com Ok, I think we are getting close with all the refactoring work. Some nits that apply to all the patches: 1) Please add a space between the component and comment in the commit summary. E.g. src/xenxs: Refactor code parsing