From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZMDA-0001RF-2a for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZMD2-0001x0-Cm for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:53:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZMD2-0001wn-6a for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:52:56 -0400 Message-ID: <542C2350.8020001@redhat.com> Date: Wed, 01 Oct 2014 17:52:48 +0200 From: Max Reitz MIME-Version: 1.0 References: <1412105144-532-1-git-send-email-armbru@redhat.com> <1412105144-532-5-git-send-email-armbru@redhat.com> In-Reply-To: <1412105144-532-5-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 04/23] block: Connect BlockBackend and DriveInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: kwolf@redhat.com, benoit.canet@nodalink.com, stefanha@redhat.com On 30.09.2014 21:25, Markus Armbruster wrote: > Make the BlockBackend own the DriveInfo. Change blockdev_init() to > return the BlockBackend instead of the DriveInfo. > > Signed-off-by: Markus Armbruster > --- > block.c | 2 -- > block/block-backend.c | 38 ++++++++++++++++++++++++++ > blockdev.c | 69 ++++++++++++++++++++++++----------------------- > include/sysemu/blockdev.h | 4 +++ > 4 files changed, 77 insertions(+), 36 deletions(-) Reviewed-by: Max Reitz