hw/ufs: Fix legacy single doorbell support bit
authorJeuk Kim <jeuk20.kim@gmail.com>
Tue, 7 Jan 2025 07:26:42 +0000 (16:26 +0900)
committerJeuk Kim <jeuk20.kim@samsung.com>
Mon, 17 Feb 2025 09:20:53 +0000 (18:20 +0900)
commitf8af22afec5092ce641fb5e5305f2bb9b232f206
tree20539342214884d387b6054057de48cef29398fe
parentdb7aa99ef894e88fc5eedf02ca2579b8c344b2ec
hw/ufs: Fix legacy single doorbell support bit

QEMU UFS has supported both legacy single doorbell and MCQ,
but the LSDBS value was incorrectly set. This change corrects
the LSDBS value to 0.

Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
hw/ufs/ufs.c