[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 10/10] block/iscsi: add persistent reservation in/out driv
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v8 10/10] block/iscsi: add persistent reservation in/out driver |
Date: |
Thu, 11 Jul 2024 15:05:34 +0200 |
On Tue, Jul 09, 2024 at 10:47:06AM +0800, Changqi Lu wrote:
> Add persistent reservation in/out operations for iscsi driver.
> The following methods are implemented: bdrv_co_pr_read_keys,
> bdrv_co_pr_read_reservation, bdrv_co_pr_register, bdrv_co_pr_reserve,
> bdrv_co_pr_release, bdrv_co_pr_clear and bdrv_co_pr_preempt.
>
> Signed-off-by: Changqi Lu <luchangqi.123@bytedance.com>
> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
> ---
> block/iscsi.c | 425 ++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 425 insertions(+)
Aside from the g_free() issue I commented on:
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v8 05/10] hw/scsi: add persistent reservation in/out api for scsi device, (continued)
- [PATCH v8 05/10] hw/scsi: add persistent reservation in/out api for scsi device, Changqi Lu, 2024/07/08
- [PATCH v8 07/10] hw/nvme: add helper functions for converting reservation types, Changqi Lu, 2024/07/08
- [PATCH v8 06/10] block/nvme: add reservation command protocol constants, Changqi Lu, 2024/07/08
- [PATCH v8 08/10] hw/nvme: enable ONCS and rescap function, Changqi Lu, 2024/07/08
- [PATCH v8 09/10] hw/nvme: add reservation protocal command, Changqi Lu, 2024/07/08
- [PATCH v8 10/10] block/iscsi: add persistent reservation in/out driver, Changqi Lu, 2024/07/08