qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jeuk Kim <jeuk20.kim@gmail.com>
To: daejun7.park@samsung.com, "kwolf@redhat.com" <kwolf@redhat.com>,
	"hreitz@redhat.com" <hreitz@redhat.com>,
	"pbonzini@redhat.com" <pbonzini@redhat.com>,
	"fam@euphon.net" <fam@euphon.net>,
	"thuth@redhat.com" <thuth@redhat.com>,
	"lvivier@redhat.com" <lvivier@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"qemu-block@nongnu.org" <qemu-block@nongnu.org>
Cc: Seokhwan Kim <sukka.kim@samsung.com>,
	Yonggil Song <yonggil.song@samsung.com>,
	Jeuk Kim <jeuk20.kim@samsung.com>,
	JinHwan Park <jh.i.park@samsung.com>
Subject: Re: [PATCH 0/3] Support for Zoned UFS
Date: Tue, 12 Dec 2023 13:40:51 +0900	[thread overview]
Message-ID: <806e361d-e51b-498f-937e-b472191db59e@gmail.com> (raw)
In-Reply-To: <20231208060902epcms2p3810b29fefbddaf16a7f3f2758cf218ba@epcms2p3>

I've already done all the ufs related review.


If the SCSI maintainers approve this patchset, I'll put it in my tree 
and create a pull request.


Thank you,

Jeuk


On 12/8/2023 3:09 PM, Daejun Park wrote:
> This patch enables zoned support for UFS devices.
> By applying this patch, a QEMU run can use parameters to configure whether
> each LU of each UFS is zoned, and the capacity, size, and max open zones.
> Zoned UFS is implemented by referencing ZBC2.
> (https://www.t10.org/members/w_zbc2.htm)
>
> Daejun Park (3):
>    hw/ufs: Support for Zoned UFS
>    hw/scsi: add mode sense support for zbc device
>    tests/qtest: Add tests for Zoned UFS
>
>   hw/scsi/scsi-disk.c    |  13 +-
>   hw/ufs/lu.c            | 616 +++++++++++++++++++++++++++++++++++++++++
>   hw/ufs/ufs.c           |   6 +-
>   hw/ufs/ufs.h           |  32 +++
>   include/block/ufs.h    |  31 +++
>   tests/qtest/ufs-test.c | 178 ++++++++++++
>   6 files changed, 870 insertions(+), 6 deletions(-)
>


      parent reply	other threads:[~2023-12-12  4:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20231208060902epcms2p3810b29fefbddaf16a7f3f2758cf218ba@epcms2p3>
2023-12-08  6:09 ` [PATCH 0/3] Support for Zoned UFS Daejun Park
     [not found]   ` <CGME20231208060902epcms2p3810b29fefbddaf16a7f3f2758cf218ba@epcms2p2>
2023-12-08  6:13     ` [PATCH 1/3] hw/ufs: " Daejun Park
2023-12-12  4:38       ` Jeuk Kim
     [not found]   ` <CGME20231208060902epcms2p3810b29fefbddaf16a7f3f2758cf218ba@epcms2p4>
2023-12-08  6:20     ` [PATCH 2/3] hw/scsi: add mode sense support for zbc device Daejun Park
     [not found]   ` <CGME20231208060902epcms2p3810b29fefbddaf16a7f3f2758cf218ba@epcms2p7>
2023-12-08  6:22     ` [PATCH 3/3] tests/qtest: Add tests for Zoned UFS Daejun Park
2023-12-12  4:39       ` Jeuk Kim
2023-12-12  4:40   ` Jeuk Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=806e361d-e51b-498f-937e-b472191db59e@gmail.com \
    --to=jeuk20.kim@gmail.com \
    --cc=daejun7.park@samsung.com \
    --cc=fam@euphon.net \
    --cc=hreitz@redhat.com \
    --cc=jeuk20.kim@samsung.com \
    --cc=jh.i.park@samsung.com \
    --cc=kwolf@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sukka.kim@samsung.com \
    --cc=thuth@redhat.com \
    --cc=yonggil.song@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).