From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGBwj-0001vA-9M for qemu-devel@nongnu.org; Tue, 27 Jan 2015 14:37:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGBwf-0007fg-PR for qemu-devel@nongnu.org; Tue, 27 Jan 2015 14:37:09 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:59221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGBwf-0007fU-IE for qemu-devel@nongnu.org; Tue, 27 Jan 2015 14:37:05 -0500 Date: Tue, 27 Jan 2015 14:37:03 -0500 (EST) From: John Priddy Message-ID: <484551897.1352025.1422387423673.JavaMail.zimbra@redhat.com> In-Reply-To: <54C7E58C.4040904@redhat.com> References: <1422288204-29271-1-git-send-email-mreitz@redhat.com> <1422288204-29271-10-git-send-email-mreitz@redhat.com> <54C7E58C.4040904@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend Reply-To: John Priddy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Kevin Wolf , Fam Zheng , Jeff Cody , Markus Armbruster , qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz I think I mistakenly got put on the CC list for this. Can the next replyer please remove john@redhat.com? Thanks. -- John Priddy Solutions Architect Red Hat +1 (917) 576-8023 - Mobile john@redhat.com ----- Original Message ----- > From: "Eric Blake" > To: "Max Reitz" , qemu-devel@nongnu.org > Cc: "Kevin Wolf" , "Stefan Hajnoczi" , "Markus Armbruster" > , john@redhat.com, "Jeff Cody" , "Fam Zheng" > Sent: Tuesday, January 27, 2015 2:22:52 PM > Subject: Re: [PATCH 09/50] block: Move guest_block_size into BlockBackend > > On 01/26/2015 09:02 AM, Max Reitz wrote: > > guest_block_size is a guest device property so it should be moved into > > the interface between block layer and guest devices, which is the > > BlockBackend. > > > > Signed-off-by: Max Reitz > > --- > > block.c | 7 ------- > > block/block-backend.c | 7 +++++-- > > include/block/block.h | 1 - > > include/block/block_int.h | 3 --- > > 4 files changed, 5 insertions(+), 13 deletions(-) > > > > Reviewed-by: Eric Blake > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > >