From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYv0C-00067R-6Q for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYv06-0004Mz-38 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:49:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYv05-0004Kv-Rv for qemu-devel@nongnu.org; Tue, 30 Sep 2014 06:49:46 -0400 Date: Tue, 30 Sep 2014 12:49:33 +0200 From: Kevin Wolf Message-ID: <20140930104933.GE3943@noname.str.redhat.com> References: <1410891148-28849-1-git-send-email-armbru@redhat.com> <1410891148-28849-23-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410891148-28849-23-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: mreitz@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, benoit.canet@nodalink.com Am 16.09.2014 um 20:12 hat Markus Armbruster geschrieben: > Move device model attachment / detachment and the BlockDevOps device > model callbacks and their wrappers from BlockDriverState to > BlockBackend. > > Signed-off-by: Markus Armbruster Reviewed-by: Kevin Wolf