[PATCH 0/2] hw/ufs: Add support MCQ

Minwoo Im posted 2 patches 6 months, 1 week ago
Only 0 patches received!
There is a newer version of this series
hw/ufs/trace-events |  17 ++
hw/ufs/ufs.c        | 474 ++++++++++++++++++++++++++++++++++++++++++--
hw/ufs/ufs.h        |  98 ++++++++-
include/block/ufs.h | 131 +++++++++++-
4 files changed, 698 insertions(+), 22 deletions(-)
[PATCH 0/2] hw/ufs: Add support MCQ
Posted by Minwoo Im 6 months, 1 week ago
UFSHCI 4.0 spec introduced MCQ(Multi-Circular Queue) to support multiple
command queues for UFS controller.  To test ufs-mcq path of kernel, MCQ
emulated device would be a good choice to go with.

The first patch added newly introduced fields in UFSHCI 4.0 to support
MCQ.  The other one made the actual changes for MCQ.

Please review.

Thanks,

Minwoo Im (2):
  hw/ufs: Update MCQ-related fields to block/ufs.h
  hw/ufs: Add support MCQ of UFSHCI 4.0

 hw/ufs/trace-events |  17 ++
 hw/ufs/ufs.c        | 474 ++++++++++++++++++++++++++++++++++++++++++--
 hw/ufs/ufs.h        |  98 ++++++++-
 include/block/ufs.h | 131 +++++++++++-
 4 files changed, 698 insertions(+), 22 deletions(-)

-- 
2.34.1