[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] [PATCH v5 0/4] virtio/block: handle zoned
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [Qemu-block] [PATCH v5 0/4] virtio/block: handle zoned backing devices |
Date: |
Wed, 28 Aug 2019 10:41:33 +0100 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Fri, Aug 23, 2019 at 03:49:23PM -0400, Dmitry Fomichev wrote:
> Dmitry Fomichev (4):
> block: Add zoned device model property
> raw: Recognize zoned backing devices
> block/ide/scsi: Set BLK_PERM_SUPPORT_ZONED
> raw: Don't open ZBDs if backend can't handle them
The overall approach looks good.
I wonder if bdrv_get_zoned_info() is really needed since zone_model is
part of BlockLimits and is already fetched via bdrv_refresh_limits().
Was it introduced because the block limits haven't been or cannot be
fetched when zone_model is queried the first time? It would be nice to
get rid of bdrv_get_zoned_info() if possible.
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v5 0/4] virtio/block: handle zoned backing devices, Dmitry Fomichev, 2019/08/23
- [Qemu-devel] [PATCH v5 4/4] raw: Don't open ZBDs if backend can't handle them, Dmitry Fomichev, 2019/08/23
- [Qemu-devel] [PATCH v5 1/4] block: Add zoned device model property, Dmitry Fomichev, 2019/08/23
- [Qemu-devel] [PATCH v5 3/4] block/ide/scsi: Set BLK_PERM_SUPPORT_ZONED, Dmitry Fomichev, 2019/08/23
- [Qemu-devel] [PATCH v5 2/4] raw: Recognize zoned backing devices, Dmitry Fomichev, 2019/08/23
- Re: [Qemu-devel] [PATCH v5 0/4] virtio/block: handle zoned backing devices, no-reply, 2019/08/23
- Re: [Qemu-devel] [Qemu-block] [PATCH v5 0/4] virtio/block: handle zoned backing devices,
Stefan Hajnoczi <=