From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RulYu-00046s-Mr for qemu-devel@nongnu.org; Tue, 07 Feb 2012 08:58:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RulYq-0003OI-2A for qemu-devel@nongnu.org; Tue, 07 Feb 2012 08:58:24 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:56076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RulYp-0003Ny-To for qemu-devel@nongnu.org; Tue, 07 Feb 2012 08:58:20 -0500 Received: by dadp14 with SMTP id p14so7621109dad.4 for ; Tue, 07 Feb 2012 05:58:19 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F312DF3.3010100@redhat.com> Date: Tue, 07 Feb 2012 14:58:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <73865e0ce364c40e0eb65ec6b22b819d@mail.gmail.com> <4F312854.3080404@redhat.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] replication agent module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , dlaor@redhat.com, qemu-devel@nongnu.org, Ori Mamluk , Luiz Capitulino On 02/07/2012 02:50 PM, Stefan Hajnoczi wrote: > We still haven't figured out a nice way to > make image files full-fledged Linux block devices, so we're > reimplementing all the block code in QEMU userspace. What about my favorite hammer, NBD? Paolo