diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/block/block_int-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/block/block_int-common.h b/include/block/block_int-common.h index 4909876756..c7ca5a83e9 100644 --- a/include/block/block_int-common.h +++ b/include/block/block_int-common.h @@ -862,6 +862,9 @@ typedef struct BlockLimits { * an explicit monitor command to load the disk inside the guest). */ bool has_variable_length; + + /* device zone model */ + BlockZoneModel zoned; } BlockLimits; typedef struct BdrvOpBlocker BdrvOpBlocker; |