Re: [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend

2015-01-27 Thread John Priddy
I think I mistakenly got put on the CC list for this. Can the next replyer please remove j...@redhat.com? Thanks. -- John Priddy Solutions Architect Red Hat +1 (917) 576-8023 - Mobile j...@redhat.com - Original Message - > From: "Eric Blake" > To: "Max Reitz" , qemu-devel@nongnu.org >

Re: [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend

2015-01-27 Thread Max Reitz
On 2015-01-27 at 14:37, John Priddy wrote: I think I mistakenly got put on the CC list for this. Can the next replyer please remove j...@redhat.com? Thanks. Oh, sorry, I meant to CC a different John for whom I had no alias yet. I am sorry for the spam. :-/ Max

Re: [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend

2015-01-27 Thread Eric Blake
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.

[Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend

2015-01-26 Thread Max Reitz
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 - inclu