block: add opt_transfer_length to BlockLimits

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
master
Peter Lieven 2013-11-27 11:07:04 +01:00 committed by Stefan Hajnoczi
parent 1c0704a556
commit 7337acaf21
1 changed files with 3 additions and 0 deletions

View File

@ -247,6 +247,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;
/*