]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/ufs-test: Prepare for MCQ test
authorJeuk Kim <jeuk20.kim@gmail.com>
Wed, 12 Feb 2025 05:04:20 +0000 (14:04 +0900)
committerJeuk Kim <jeuk20.kim@samsung.com>
Mon, 17 Feb 2025 09:20:53 +0000 (18:20 +0900)
commit5cb3566a5860f35a8871277748616b9ab11f5cd2
treef57ce1ea5257565725f269555a39a3d8bbd6dd70
parente041d3d2165994311a6ee4bee6d1c7864ff81916
tests/qtest/ufs-test: Prepare for MCQ test

In legacy doorbell mode, the command descriptor slot matched
the UTRD slot. To maintain consistency in MCQ mode, command descriptor
slot allocation and deallocation now use a bitmap-based approach.

Acked-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
tests/qtest/ufs-test.c