Re: [libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2015-01-09 Thread Jim Fehlig
John Ferlan wrote: > On 12/15/2014 11:30 PM, Jim Fehlig wrote: > >> From: Kiarie Kahurani >> >> Introduce a Xen xl parser >> >> This parser allows for users to convert the new xl disk format and >> spice graphics config to libvirt xml format and vice versa. Regarding >> the spice graphics confi

Re: [libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2015-01-09 Thread John Ferlan
On 12/15/2014 11:30 PM, Jim Fehlig wrote: > From: Kiarie Kahurani > > Introduce a Xen xl parser > > This parser allows for users to convert the new xl disk format and > spice graphics config to libvirt xml format and vice versa. Regarding > the spice graphics config, the code is pretty much st

Re: [libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2015-01-06 Thread David kiarie
On Sun, Jan 4, 2015 at 9:00 PM, Jim Fehlig wrote: > Michal Privoznik wrote: > > On 16.12.2014 05:30, Jim Fehlig wrote: > >> diff --git a/src/xenconfig/xen_xl_disk.l b/src/xenconfig/xen_xl_disk.l > >> new file mode 100644 > >> index 000..164aa32 > >> --- /dev/null > >> +++ b/src/xenconfig/xen_

Re: [libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2015-01-04 Thread Jim Fehlig
Michal Privoznik wrote: > On 16.12.2014 05:30, Jim Fehlig wrote: >> diff --git a/src/xenconfig/xen_xl_disk.l b/src/xenconfig/xen_xl_disk.l >> new file mode 100644 >> index 000..164aa32 >> --- /dev/null >> +++ b/src/xenconfig/xen_xl_disk.l >> @@ -0,0 +1,256 @@ >> +/* >> + * xen_xl_disk.l - parse

Re: [libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2014-12-19 Thread Michal Privoznik
On 16.12.2014 05:30, Jim Fehlig wrote: > From: Kiarie Kahurani > > Introduce a Xen xl parser > > This parser allows for users to convert the new xl disk format and > spice graphics config to libvirt xml format and vice versa. Regarding > the spice graphics config, the code is pretty much straigh

[libvirt] [PATCH V3 2/4] src/xenconfig: Xen-xl parser

2014-12-15 Thread Jim Fehlig
From: Kiarie Kahurani Introduce a Xen xl parser This parser allows for users to convert the new xl disk format and spice graphics config to libvirt xml format and vice versa. Regarding the spice graphics config, the code is pretty much straight forward. For the disk {formating, parsing}, this pa