Re: [libvirt] [PATCH 10/10] xenconfig: add support for type="pvh"

2018-09-24 Thread Jim Fehlig
On 9/14/18 5:41 PM, Marek Marczykowski-Górecki wrote: On Fri, Sep 14, 2018 at 05:21:17PM -0600, Jim Fehlig wrote: On 8/5/18 3:48 PM, Marek Marczykowski-Górecki wrote: Handle PVH domain type in both directions (xen-xl->xml, xml->xen-xl). And add a test for it. Signed-off-by: Marek

Re: [libvirt] [PATCH 10/10] xenconfig: add support for type="pvh"

2018-09-14 Thread Marek Marczykowski-Górecki
On Fri, Sep 14, 2018 at 05:21:17PM -0600, Jim Fehlig wrote: > On 8/5/18 3:48 PM, Marek Marczykowski-Górecki wrote: > > Handle PVH domain type in both directions (xen-xl->xml, xml->xen-xl). > > And add a test for it. > > > > Signed-off-by: Marek Marczykowski-Górecki > > --- > > Does domain_conf.c

Re: [libvirt] [PATCH 10/10] xenconfig: add support for type="pvh"

2018-09-14 Thread Jim Fehlig
On 8/5/18 3:48 PM, Marek Marczykowski-Górecki wrote: Handle PVH domain type in both directions (xen-xl->xml, xml->xen-xl). And add a test for it. Signed-off-by: Marek Marczykowski-Górecki --- Does domain_conf.c (virDomainDefFormatInternal) still need to silently convert VIR_DOMAIN_OSTYPE_XEN

[libvirt] [PATCH 10/10] xenconfig: add support for type="pvh"

2018-08-05 Thread Marek Marczykowski-Górecki
Handle PVH domain type in both directions (xen-xl->xml, xml->xen-xl). And add a test for it. Signed-off-by: Marek Marczykowski-Górecki --- Does domain_conf.c (virDomainDefFormatInternal) still need to silently convert VIR_DOMAIN_OSTYPE_XEN to VIR_DOMAIN_OSTYPE_LINUX? In case of PVH,