Message ID | cover.1725619134.git.jeuk20.kim@samsung.com |
---|---|
State | New |
Headers | show |
On Fri, 6 Sept 2024 at 11:58, Jeuk Kim <jeuk20.kim@gmail.com> wrote: > > From: Jeuk Kim <jeuk20.kim@samsung.com> > > The following changes since commit 7b87a25f49a301d3377f3e71e0b4a62540c6f6e4: > > Merge tag 'edgar/xen-queue-2024-09-04.for-upstream' of https://gitlab.com/edgar.iglesias/qemu into staging (2024-09-05 13:02:26 +0100) > > are available in the Git repository at: > > https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20240906 > > for you to fetch changes up to 9fe8e2c68ad99e503a11390b868a7dad846e7a0d: > > hw/ufs: ufs descriptor read test implemented (2024-09-06 18:04:16 +0900) > > ---------------------------------------------------------------- > ufs queue > > - Add basic info of query response upiu > - Add more qtests for the ufs query request > > ---------------------------------------------------------------- > Kyoungrul Kim (1): > hw/ufs: add basic info of query response upiu > > Yoochan Jeong (4): > hw/ufs: minor bug fixes related to ufs-test > hw/ufs: ufs flag read/write test implemented > hw/ufs: ufs attribute read/write test implemented > hw/ufs: ufs descriptor read test implemented Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2 for any user-visible changes. -- PMM
From: Jeuk Kim <jeuk20.kim@samsung.com> The following changes since commit 7b87a25f49a301d3377f3e71e0b4a62540c6f6e4: Merge tag 'edgar/xen-queue-2024-09-04.for-upstream' of https://gitlab.com/edgar.iglesias/qemu into staging (2024-09-05 13:02:26 +0100) are available in the Git repository at: https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20240906 for you to fetch changes up to 9fe8e2c68ad99e503a11390b868a7dad846e7a0d: hw/ufs: ufs descriptor read test implemented (2024-09-06 18:04:16 +0900) ---------------------------------------------------------------- ufs queue - Add basic info of query response upiu - Add more qtests for the ufs query request ---------------------------------------------------------------- Kyoungrul Kim (1): hw/ufs: add basic info of query response upiu Yoochan Jeong (4): hw/ufs: minor bug fixes related to ufs-test hw/ufs: ufs flag read/write test implemented hw/ufs: ufs attribute read/write test implemented hw/ufs: ufs descriptor read test implemented hw/ufs/ufs.c | 32 +++-- hw/ufs/ufs.h | 1 + include/block/ufs.h | 6 + tests/qtest/ufs-test.c | 384 ++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 410 insertions(+), 13 deletions(-)