mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
1c0704a556
commit
7337acaf21
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue