mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/ufs: Modify lu.c to share codes with SCSI subsystem
This patch removes the code that ufs-lu was duplicating from scsi-hd and allows them to share code. It makes ufs-lu have a virtual scsi-bus and scsi-hd internally. This allows scsi related commands to be passed thorugh to the scsi-hd. The query request and nop command work the same as the existing logic. Well-known lus do not have a virtual scsi-bus and scsi-hd, and handle the necessary scsi commands by emulating them directly. Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
This commit is contained in:
+1
-1
@@ -379,7 +379,7 @@ typedef struct Attributes {
|
||||
|
||||
/* Command response result code */
|
||||
typedef enum CommandRespCode {
|
||||
UFS_COMMAND_RESULT_SUCESS = 0x00,
|
||||
UFS_COMMAND_RESULT_SUCCESS = 0x00,
|
||||
UFS_COMMAND_RESULT_FAIL = 0x01,
|
||||
} CommandRespCode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user