From: Jeuk Kim <jeuk20.kim@gmail.com>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com, qemu-block@nongnu.org,
qemu-stable@nongnu.org, jeuk20.kim@samsung.com,
j-young.choi@samsung.com
Subject: [PULL 0/5] ufs queue
Date: Tue, 12 May 2026 13:42:50 +0900 [thread overview]
Message-ID: <cover.1778560533.git.jeuk20.kim@samsung.com> (raw)
From: Jeuk Kim <jeuk20.kim@samsung.com>
The following changes since commit 5e61afe211e82a9af15a8794a0bd29bb574e953b:
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-05-11 10:49:53 -0400)
are available in the Git repository at:
https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20260512-2
for you to fetch changes up to 042dbcff8382393b20b716294a6c4b1a4af6b3f1:
hw/ufs: Zero reserved bytes in REPORT LUNS response header (2026-05-12 13:24:48 +0900)
----------------------------------------------------------------
ufs mcq bug fix:
- validate MCQ queue references before use
- reject zero-depth MCQ queues
- avoid deleting MCQ SQs while requests are still outstanding
- zero reserved bytes in REPORT LUNS response header
----------------------------------------------------------------
Jeuk Kim (5):
hw/ufs: Validate MCQ SQ references before use
hw/ufs: Guard MCQ CQ accesses against missing queues
hw/ufs: Reject zero-depth MCQ queues
hw/ufs: Keep MCQ SQs alive while requests are outstanding
hw/ufs: Zero reserved bytes in REPORT LUNS response header
hw/ufs/lu.c | 4 +++
hw/ufs/trace-events | 3 ++
hw/ufs/ufs.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++-------
hw/ufs/ufs.h | 9 +++++-
4 files changed, 96 insertions(+), 12 deletions(-)
next reply other threads:[~2026-05-12 4:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 4:42 Jeuk Kim [this message]
2026-05-12 4:42 ` [PULL 1/5] hw/ufs: Validate MCQ SQ references before use Jeuk Kim
2026-05-12 4:42 ` [PULL 2/5] hw/ufs: Guard MCQ CQ accesses against missing queues Jeuk Kim
2026-05-12 4:42 ` [PULL 3/5] hw/ufs: Reject zero-depth MCQ queues Jeuk Kim
2026-05-12 4:42 ` [PULL 4/5] hw/ufs: Keep MCQ SQs alive while requests are outstanding Jeuk Kim
2026-05-12 4:42 ` [PULL 5/5] hw/ufs: Zero reserved bytes in REPORT LUNS response header Jeuk Kim
2026-05-14 13:21 ` [PULL 0/5] ufs queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 10:57 Jeuk Kim
2024-09-07 11:00 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1778560533.git.jeuk20.kim@samsung.com \
--to=jeuk20.kim@gmail.com \
--cc=j-young.choi@samsung.com \
--cc=jeuk20.kim@samsung.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.