>From 936ef0a907bcf16809f9980c2d37e8fcb13697d2 Mon Sep 17 00:00:00 2001 From: Yoochan Jeong <yc01.je...@samsung.com> Date: Wed, 21 Aug 2024 10:45:28 +0900 Subject: [PATCH 0/4] hw/ufs: ufs device testing function added and modified
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 | 26 ++- tests/qtest/ufs-test.c | 414 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 432 insertions(+), 8 deletions(-) -- 2.34.1