Re: [libvirt] [PATCH V5 09/12] src/xenxs: Refactor code formating OS config

2014-08-14 Thread David Kiarie
On Thu, Aug 14, 2014 at 12:15:32AM -0600, Jim Fehlig wrote: > Kiarie Kahurani wrote: > > introduce function > >xenFormatXMOS(virConfPtr conf,); > > > > I split this into three functions: > > - xenFormatXMEmulator > - xenFormatXMCDROM > - xenFormatXMOS > > Formating of emulator and

Re: [libvirt] [PATCH V5 09/12] src/xenxs: Refactor code formating OS config

2014-08-13 Thread Jim Fehlig
Kiarie Kahurani wrote: > introduce function >xenFormatXMOS(virConfPtr conf,); > I split this into three functions: - xenFormatXMEmulator - xenFormatXMCDROM - xenFormatXMOS Formating of emulator and cdrom can be different between xm and xl, and we may want to account for that in th

[libvirt] [PATCH V5 09/12] src/xenxs: Refactor code formating OS config

2014-08-11 Thread Kiarie Kahurani
introduce function xenFormatXMOS(virConfPtr conf,); which formats OS config instead Signed-off-by: Kiarie Kahurani --- src/xenxs/xen_xm.c | 95 -- tests/xmconfigdata/test-escape-paths.cfg | 2 +- tests/xmconfigdata/test-fu