summary refs log tree commit diff stats
path: root/include/scsi/constants.h
diff options
context:
space:
mode:
authorJeuk Kim <jeuk20.kim@samsung.com>2023-09-06 16:43:50 +0900
committerStefan Hajnoczi <stefanha@redhat.com>2023-09-07 14:01:29 -0400
commit2a8b36a4967db84b82ac248f60b981bcddb804b6 (patch)
tree47d95370f7485690ffb440752d671687b8f9d704 /include/scsi/constants.h
parent329f16624499cf7ee7640a7addb2dc51c1e6f030 (diff)
downloadfocaccia-qemu-2a8b36a4967db84b82ac248f60b981bcddb804b6.tar.gz
focaccia-qemu-2a8b36a4967db84b82ac248f60b981bcddb804b6.zip
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>
Diffstat (limited to 'include/scsi/constants.h')
-rw-r--r--include/scsi/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/constants.h b/include/scsi/constants.h
index 6a8bad556a..9b98451912 100644
--- a/include/scsi/constants.h
+++ b/include/scsi/constants.h
@@ -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