[libvirt] [PATCH 0/2] libxl: Add support for qdisk disk backend

Jim Fehlig jfehlig at suse.com
Fri Jun 21 20:32:48 UTC 2013


An update of

https://www.redhat.com/archives/libvir-list/2013-April/msg02104.html

This small patch series adds support for qdisk backend type in libxl.  A
qdisk uses the block drivers in qemu to serve as a block backend, verses
blktap or blkbk.

While testing the second patch, I noticed a slightly misleading error was
emitted when the tap backend didn't support the requested disk format.  Fix
this with the first patch, including adding format checks in the other
supported disk backends.

V2: Fix logic errors when validating disk format

Jim Fehlig (2):
  libxl: Fix disk format error message
  libxl: support qdisk backend

 src/libxl/libxl_conf.c |   49 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 47 insertions(+), 2 deletions(-)

-- 
1.7.7




More information about the libvir-list mailing list