Re: [libvirt] [PATCH 2/2] libxl: support qdisk backend

2013-06-24 Thread Daniel P. Berrange
On Fri, Jun 21, 2013 at 02:32:50PM -0600, Jim Fehlig wrote: libxl supports the LIBXL_DISK_BACKEND_QDISK disk backend, where qemu is used to provide the disk backend. This patch simply maps the existing driver name='qemu'/ to LIBXL_DISK_BACKEND_QDISK. --- src/libxl/libxl_conf.c | 25

Re: [libvirt] [PATCH 2/2] libxl: support qdisk backend

2013-06-24 Thread Jim Fehlig
Daniel P. Berrange wrote: On Fri, Jun 21, 2013 at 02:32:50PM -0600, Jim Fehlig wrote: libxl supports the LIBXL_DISK_BACKEND_QDISK disk backend, where qemu is used to provide the disk backend. This patch simply maps the existing driver name='qemu'/ to LIBXL_DISK_BACKEND_QDISK. ---

[libvirt] [PATCH 2/2] libxl: support qdisk backend

2013-06-21 Thread Jim Fehlig
libxl supports the LIBXL_DISK_BACKEND_QDISK disk backend, where qemu is used to provide the disk backend. This patch simply maps the existing driver name='qemu'/ to LIBXL_DISK_BACKEND_QDISK. --- src/libxl/libxl_conf.c | 25 + 1 files changed, 25 insertions(+), 0

[libvirt] [PATCH 2/2] libxl: support qdisk backend

2013-04-29 Thread Jim Fehlig
libxl supports the LIBXL_DISK_BACKEND_QDISK disk backend, where qemu is used to provide the disk backend. This patch simply maps the existing driver name='qemu'/ to LIBXL_DISK_BACKEND_QDISK. --- src/libxl/libxl_conf.c | 25 + 1 file changed, 25 insertions(+) diff --git