qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 40/48] block: add opt_transfer_length to BlockLimits


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 40/48] block: add opt_transfer_length to BlockLimits
Date: Fri, 6 Dec 2013 17:36:39 +0100

From: Peter Lieven <address@hidden>

Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Peter Lieven <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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 ec0797e..8b132d7 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -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;
 
 /*
-- 
1.8.4.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]