From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thanos Makatos Subject: [PATCH 00 of 16 RFC] add libxl support for blktap3 and introduce the blktap3 build system Date: Wed, 24 Oct 2012 18:02:19 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: thanos.makatos@citrix.com List-Id: xen-devel@lists.xenproject.org This series introduces support for blktap3 in libxl and adds the basis of the blktap3 build system. There is no essential blktap3 functionality yet: all blktap3 functions are stubs and they will be implemented in later patches. This means that trying to use tap as the disk backend for a guest will make libxl complain since all of blktap3 functions return a failure error code. Most header files introduced in this series require some basic documentation. Finally, licenses need to be verified.