Message ID | cover.1690348453.git.jeuk20.kim@samsung.com (mailing list archive) |
---|---|
Headers | show |
Series | hw/ufs: Add Universal Flash Storage (UFS) support | expand |
On Wed, Jul 26, 2023 at 02:30:49PM +0900, Jeuk Kim wrote: > Since v6: > - Add tests/qtest/ufs-test.c to test ufs initialisation and I/O > - Add struct UtpTaskReqDesc to include/block/ufs.h > - Fix ufs_log2() logic > - Fix ufs-lu to use 4K as default block size to match the ufs spec > > Since I created a new file, tests/qtest/ufs-test.c, I added Laurent Vivier to the cc list. > Thank you. Modulo the comments about the test case: Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
On 7/27/2023 4:36 AM, Stefan Hajnoczi wrote: > On Wed, Jul 26, 2023 at 02:30:49PM +0900, Jeuk Kim wrote: >> Since v6: >> - Add tests/qtest/ufs-test.c to test ufs initialisation and I/O >> - Add struct UtpTaskReqDesc to include/block/ufs.h >> - Fix ufs_log2() logic >> - Fix ufs-lu to use 4K as default block size to match the ufs spec >> >> Since I created a new file, tests/qtest/ufs-test.c, I added Laurent Vivier to the cc list. >> Thank you. > > Modulo the comments about the test case: > > Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Thank you very much for your detailed reviews so far. I will resend the patch reflecting your comments on the test case. Thanks again! Jeuk