Re: [libvirt] [PATCH v5 2/6] libxl: add support for PVH

2018-11-26 Thread Jim Fehlig
On 11/26/18 12:34 PM, Marek Marczykowski-Górecki wrote: Since this is something between PV and HVM, it makes sense to put the setting in place where domain type is specified. To enable it, use It is I replaced '...' with 'xenpvh' in my local branch before pushing. Regards, Jim also incl

[libvirt] [PATCH v5 2/6] libxl: add support for PVH

2018-11-26 Thread Marek Marczykowski-Górecki
Since this is something between PV and HVM, it makes sense to put the setting in place where domain type is specified. To enable it, use It is also included in capabilities.xml, for every supported HVM guest type - it doesn't seems to be any other requirement (besides new enough Xen). Signed-