From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: PATCH: Enable QEMU booting of blktap disks Date: Fri, 20 Jul 2007 12:35:26 +0200 Message-ID: <46A08FEE.70908@redhat.com> References: <20070719170922.GE26669@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Warfield Cc: xen-devel@lists.xensource.com, "Daniel P. Berrange" List-Id: xen-devel@lists.xenproject.org Andrew Warfield wrote: > As I've said before, I dislike the idea of having separate > implementations of disks -- one in qemu and one in tapdisk. The qemu one isn't going to go away due to qemu being *the* device model for any kind of virtualization in Linux. So if you want to have tapdisk share the code to avoid duplication I see two possible ways to get there: (a) replace blktapd with qemu (b) put the bits into a shared library, which then can be used by qemu & blktapd and other tools (qemu-img, virtual machine management tools, ...). cheers, Gerd