From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X79oE-0000OC-HS for qemu-devel@nongnu.org; Tue, 15 Jul 2014 16:58:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X79nz-00033o-1t for qemu-devel@nongnu.org; Tue, 15 Jul 2014 16:58:46 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:43924 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X79ny-00033e-Qs for qemu-devel@nongnu.org; Tue, 15 Jul 2014 16:58:30 -0400 Date: Tue, 15 Jul 2014 22:57:54 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140715205754.GA24994@irqsave.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Current State of Block Filter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Richter Cc: benoit.canet@irqsave.net, Stefan Hajnoczi , qemu-devel , Kevin Wolf , Paolo Bonzini The Tuesday 15 Jul 2014 =E0 10:49:31 (-0400), Wolfgang Richter wrote : > The way I see block filter currently implemented is as a special block > device > with `is_filter` set to true. >=20 > Is this a correct characterization of the current incarnation? Yes, >=20 > If so, I was wondering if it is possible to "insert" a block filter lay= er > on top > of an existing block device once QEMU is executing (via QMP commands)? No, We would like to achieve that be we didn't have a way to do that while re= specting all the requirements. >=20 > It seems possible to add block filter managed block devices, but I don'= t > think > I see a way of adding a block filter to an existing block device. No way to do so right now. Best regards Beno=EEt >=20 > -- > Wolf