[libvirt] [PATCH] libxl: Fix setting of disk backend

2013-02-20 Thread Jim Fehlig
The libxl driver was setting the backend field of libxl_device_disk structure to LIBXL_DISK_BACKEND_TAP when the driver element of disk configuration was not specified. This needlessly forces the use of blktap driver, which may not be loaded in dom0

Re: [libvirt] [PATCH] libxl: Fix setting of disk backend

2013-02-20 Thread Eric Blake
On 02/20/2013 01:31 PM, Jim Fehlig wrote: The libxl driver was setting the backend field of libxl_device_disk structure to LIBXL_DISK_BACKEND_TAP when the driver element of disk configuration was not specified. This needlessly forces the use of blktap driver, which may not be loaded in dom0

Re: [libvirt] [PATCH] libxl: Fix setting of disk backend

2013-02-20 Thread Jim Fehlig
Eric Blake wrote: On 02/20/2013 01:31 PM, Jim Fehlig wrote: The libxl driver was setting the backend field of libxl_device_disk structure to LIBXL_DISK_BACKEND_TAP when the driver element of disk configuration was not specified. This needlessly forces the use of blktap driver, which may