Re: [libvirt] [PATCH] libxl: default to qemu driver for network disks

2016-05-25 Thread Jim Fehlig
On 05/25/2016 02:41 AM, Michal Privoznik wrote: > On 24.05.2016 00:01, Jim Fehlig wrote: >> Xen only supports network-based disks with the qemu (aka qdisk) driver. >> Set the driverName to 'qemu' in libxlDomainDeviceDefPostParse() if >> not already set. When starting a domain with network-based dis

Re: [libvirt] [PATCH] libxl: default to qemu driver for network disks

2016-05-25 Thread Michal Privoznik
On 24.05.2016 00:01, Jim Fehlig wrote: > Xen only supports network-based disks with the qemu (aka qdisk) driver. > Set the driverName to 'qemu' in libxlDomainDeviceDefPostParse() if > not already set. When starting a domain with network-based disks, > ensure the driverName is 'qemu'. > > Signed-of

Re: [libvirt] [PATCH] libxl: default to qemu driver for network disks

2016-05-25 Thread Joao Martins
On 05/25/2016 04:23 AM, Jim Fehlig wrote: > On 05/23/2016 04:01 PM, Jim Fehlig wrote: >> Xen only supports network-based disks with the qemu (aka qdisk) driver. >> Set the driverName to 'qemu' in libxlDomainDeviceDefPostParse() if >> not already set. When starting a domain with network-based disks,

Re: [libvirt] [PATCH] libxl: default to qemu driver for network disks

2016-05-24 Thread Jim Fehlig
On 05/23/2016 04:01 PM, Jim Fehlig wrote: > Xen only supports network-based disks with the qemu (aka qdisk) driver. > Set the driverName to 'qemu' in libxlDomainDeviceDefPostParse() if > not already set. When starting a domain with network-based disks, > ensure the driverName is 'qemu'. FYI, I've

[libvirt] [PATCH] libxl: default to qemu driver for network disks

2016-05-23 Thread Jim Fehlig
Xen only supports network-based disks with the qemu (aka qdisk) driver. Set the driverName to 'qemu' in libxlDomainDeviceDefPostParse() if not already set. When starting a domain with network-based disks, ensure the driverName is 'qemu'. Signed-off-by: Jim Fehlig --- src/libxl/libxl_conf.c | 1