[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] hw/ufs: ufs device testing function added and modified
From: |
Yoochan Jeong |
Subject: |
[PATCH v2 0/4] hw/ufs: ufs device testing function added and modified |
Date: |
Thu, 22 Aug 2024 17:08:46 +0900 |
Previously, it was only able to test virtual UFS devices if they properly
read and write storage data. In this patch, three test functions are added
to test if virtual UFS devices properly read and write its metadata.
Each functions test reading and writing flags, attributes and descriptors.
Related minor bugs and errors are also fixed.
Yoochan Jeong (4):
hw/ufs: minor bug fixes related to ufs-test
hw/ufs: ufs flag read/write test implemented
hw/ufs: ufs attribute read/write test implemented
hw/ufs: ufs descriptor read test implemented
hw/ufs/ufs.c | 19 +-
include/block/ufs.h | 6 +
tests/qtest/ufs-test.c | 384 ++++++++++++++++++++++++++++++++++++++++-
3 files changed, 400 insertions(+), 9 deletions(-)
--
2.34.1