mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-22 15:38:36 -07:00
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>
This commit is contained in:
parent
329f166244
commit
2a8b36a496
6 changed files with 1761 additions and 7 deletions
|
|
@ -231,6 +231,7 @@
|
|||
#define MODE_PAGE_FLEXIBLE_DISK_GEOMETRY 0x05
|
||||
#define MODE_PAGE_CACHING 0x08
|
||||
#define MODE_PAGE_AUDIO_CTL 0x0e
|
||||
#define MODE_PAGE_CONTROL 0x0a
|
||||
#define MODE_PAGE_POWER 0x1a
|
||||
#define MODE_PAGE_FAULT_FAIL 0x1c
|
||||
#define MODE_PAGE_TO_PROTECT 0x1d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue