[PATCH 0/3] tests/qtest/ufs-test: Add MCQ tests

Jeuk Kim posted 3 patches 1 month, 2 weeks ago
tests/qtest/ufs-test.c | 724 ++++++++++++++++++++++++-----------------
1 file changed, 428 insertions(+), 296 deletions(-)
[PATCH 0/3] tests/qtest/ufs-test: Add MCQ tests
Posted by Jeuk Kim 1 month, 2 weeks ago
This series adds test support for UFS Multi-Circular Queue (MCQ) mode in QEMU.  
It includes MCQ initialization tests, a bitmap-based slot allocation method,  
and cleanup of unused code.

Jeuk Kim (3):
  tests/qtest/ufs-test: Cleanup unused code
  tests/qtest/ufs-test: Prepare for MCQ test
  tests/qtest/ufs-test: Add test code for MCQ functionality

 tests/qtest/ufs-test.c | 724 ++++++++++++++++++++++++-----------------
 1 file changed, 428 insertions(+), 296 deletions(-)

-- 
2.43.0
Re: [PATCH 0/3] tests/qtest/ufs-test: Add MCQ tests
Posted by Fabiano Rosas 1 month, 2 weeks ago
Jeuk Kim <jeuk20.kim@gmail.com> writes:

> This series adds test support for UFS Multi-Circular Queue (MCQ) mode in QEMU.  
> It includes MCQ initialization tests, a bitmap-based slot allocation method,  
> and cleanup of unused code.
>
> Jeuk Kim (3):
>   tests/qtest/ufs-test: Cleanup unused code
>   tests/qtest/ufs-test: Prepare for MCQ test
>   tests/qtest/ufs-test: Add test code for MCQ functionality
>
>  tests/qtest/ufs-test.c | 724 ++++++++++++++++++++++++-----------------
>  1 file changed, 428 insertions(+), 296 deletions(-)

Acked-by: Fabiano Rosas <farosas@suse.de>