Il 26/11/2013 09:56, Peter Lieven ha scritto:
> Signed-off-by: Peter Lieven <[email protected]>
> ---
>  include/block/block_int.h |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/block/block_int.h b/include/block/block_int.h
> index 95140b6..6499516 100644
> --- a/include/block/block_int.h
> +++ b/include/block/block_int.h
> @@ -242,6 +242,9 @@ typedef struct BlockLimits {
>  
>      /* optimal alignment for write zeroes requests in sectors */
>      int64_t write_zeroes_alignment;
> +    
> +    /* optimal transfer length in sectors */
> +    int opt_transfer_length;
>  } BlockLimits;
>  
>  /*
> 

Reviewed-by: Paolo Bonzini <[email protected]>

Reply via email to