Re: [Qemu-devel] [PATCHv3 06/20] block: add BlockLimits structure to BlockDriverState

2013-10-07 Thread Stefan Hajnoczi
On Wed, Oct 02, 2013 at 09:53:01AM -0600, Eric Blake wrote: > On 09/24/2013 07:35 AM, Peter Lieven wrote: > > this patch adds BlockLimits which introduces discard and write_zeroes > > limits and alignment information to the BlockDriverState. > > > > Signed-off-by: Peter Lieven > > --- > > includ

Re: [Qemu-devel] [PATCHv3 06/20] block: add BlockLimits structure to BlockDriverState

2013-10-02 Thread Eric Blake
On 09/24/2013 07:35 AM, Peter Lieven wrote: > this patch adds BlockLimits which introduces discard and write_zeroes > limits and alignment information to the BlockDriverState. > > Signed-off-by: Peter Lieven > --- > include/block/block_int.h | 17 + > 1 file changed, 17 inserti

[Qemu-devel] [PATCHv3 06/20] block: add BlockLimits structure to BlockDriverState

2013-09-24 Thread Peter Lieven
this patch adds BlockLimits which introduces discard and write_zeroes limits and alignment information to the BlockDriverState. Signed-off-by: Peter Lieven --- include/block/block_int.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/block/block_int.h b/include/b