This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2922dbc28c
qemu
/
hw
/
ufs
/
meson.build
2 lines
71 B
Meson
Raw
Normal View
History
Unescape
Escape
hw/ufs: Support for UFS logical unit This commit adds support for ufs logical unit. The LU handles processing for the SCSI command, unit descriptor query request. This commit enables the UFS device to process IO requests. Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: beacc504376ab6a14b1a3830bb3c69382cf6aebc.1693980783.git.jeuk20.kim@gmail.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-09-06 10:43:50 +03:00
system_ss
.
add
(
when
:
'CONFIG_UFS_PCI'
,
if_true
:
files
(
'ufs.c'
,
'lu.c'
)
)
Reference in New Issue
Copy Permalink