From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: [PATCH 0/4] Various blktap related patches (xen part) Date: Thu, 12 Mar 2009 19:28:28 +0100 Message-ID: <49B9544C.4030006@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" Cc: Jim Fehlig List-Id: xen-devel@lists.xenproject.org The following patch series is the xen repository part of some blktap related patches that accumulated during SLES 11 development. A qemu-xen part will follow once these are checked in, so the dependencies are met. The main point is restoring the possibility to use qemu-dm as a backend for blktap devices (and mid-term letting tapdisk die with its duplicated code), but at least the error handling addresses general concerns. As an overview, we have the following patches: 1) blktapctrl: Select backend by prefix 2) blktap: Export disk type constants for ioemu 3) blktapctrl: Fix too early close of pipes 4) blktap: Move error signaling to blktapctrl Kevin