qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v7 1/4] block: Add zoned device model property


From: Stefano Garzarella
Subject: Re: [Qemu-block] [PATCH v7 1/4] block: Add zoned device model property
Date: Mon, 9 Sep 2019 10:01:59 +0200
User-agent: NeoMutt/20180716

On Sat, Sep 07, 2019 at 06:38:38PM -0400, Dmitry Fomichev wrote:
> This commit adds Zoned Device Model (as defined in T10 ZBC and
> T13 ZAC standards) as a block driver property, along with some
> useful access functions.
> 
> A new backend driver permission, BLK_PERM_SUPPORT_HM_ZONED, is also
> introduced. Only the drivers having this permission will be allowed
> to open host managed zoned block devices.
> 
> No code is added yet to initialize or check the value of this new
> property, therefore this commit doesn't change any functionality.
> 
> Signed-off-by: Dmitry Fomichev <address@hidden>
> Reviewed-by: Stefan Hajnoczi <address@hidden>
> ---
>  block.c                   | 37 +++++++++++++++++++++++++++----------
>  include/block/block.h     | 21 +++++++++++++++++++--
>  include/block/block_int.h |  3 +++
>  qapi/block-core.json      |  5 ++++-
>  4 files changed, 53 insertions(+), 13 deletions(-)
> 

Acked-by: Stefano Garzarella <address@hidden>



reply via email to

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