]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: Introduce tests for UFS
authorJeuk Kim <jeuk20.kim@samsung.com>
Wed, 6 Sep 2023 07:43:51 +0000 (16:43 +0900)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Sep 2023 18:01:29 +0000 (14:01 -0400)
commit631c872614aca91eaf947c1748f0f27f99635d92
treeb0fbcd22c1c1470468b0aff5fdecc441bf0d6f52
parent2a8b36a4967db84b82ac248f60b981bcddb804b6
tests/qtest: Introduce tests for UFS

This patch includes the following tests
  Test mmio read
  Test ufs device initialization and ufs-lu recognition
  Test I/O (Performs a write followed by a read to verify)

Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 9e9207f54505e9ba30931849f949ff6f474ac333.1693980783.git.jeuk20.kim@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
MAINTAINERS
tests/qtest/meson.build
tests/qtest/ufs-test.c [new file with mode: 0644]