From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8c7-0007fh-6P for qemu-devel@nongnu.org; Thu, 25 Sep 2014 08:57:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX8c2-0004eh-4H for qemu-devel@nongnu.org; Thu, 25 Sep 2014 08:57:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8c1-0004e6-Ta for qemu-devel@nongnu.org; Thu, 25 Sep 2014 08:57:34 -0400 Date: Thu, 25 Sep 2014 14:57:22 +0200 From: Kevin Wolf Message-ID: <20140925125722.GL4667@noname.redhat.com> References: <1410891148-28849-1-git-send-email-armbru@redhat.com> <1410891148-28849-10-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1410891148-28849-10-git-send-email-armbru@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 09/23] block: Merge BlockBackend and BlockDriverState name spaces 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: > BlockBackend's name space is separate only to keep the initial patches > simple. Time to merge the two. >=20 > Signed-off-by: Markus Armbruster > Reviewed-by: Beno=EEt Canet Reviewed-by: Kevin Wolf