[PULL 0/2] ufs queue

Jeuk Kim posted 2 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1787548791.git.jeuk20.kim@samsung.com
Maintainers: Jeuk Kim <jeuk20.kim@samsung.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
hw/ufs/Kconfig      |   9 +++++
hw/ufs/lu.c         |   2 +-
hw/ufs/meson.build  |   4 +-
hw/ufs/trace-events |   4 +-
hw/ufs/ufs-pci.c    | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/ufs/ufs-sysbus.c |  80 +++++++++++++++++++++++++++++++++++++
hw/ufs/ufs-sysbus.h |  22 +++++++++++
hw/ufs/ufs.c        | 109 +++++++++++---------------------------------------
hw/ufs/ufs.h        |  14 ++++---
9 files changed, 260 insertions(+), 96 deletions(-)
create mode 100644 hw/ufs/ufs-pci.c
create mode 100644 hw/ufs/ufs-sysbus.c
create mode 100644 hw/ufs/ufs-sysbus.h
[PULL 0/2] ufs queue
Posted by Jeuk Kim 1 month ago
From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit eea8fe61b8be8f3016e522e6af24924a0266ca95:

  Merge tag 'igvm-20260821-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-08-21 10:39:31 -0700)

are available in the Git repository at:

  https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20260824

for you to fetch changes up to 6ed05d5e65208a5ee23a02667d5df0dc6491c156:

  hw/ufs: Add a generic SysBus frontend (2026-08-24 14:17:29 +0900)

----------------------------------------------------------------
ufs queue

- Separate the UFS controller core from the PCI frontend

----------------------------------------------------------------
Jeuk Kim (2):
      hw/ufs: Separate the controller core from the PCI frontend
      hw/ufs: Add a generic SysBus frontend

 hw/ufs/Kconfig      |   9 +++++
 hw/ufs/lu.c         |   2 +-
 hw/ufs/meson.build  |   4 +-
 hw/ufs/trace-events |   4 +-
 hw/ufs/ufs-pci.c    | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/ufs/ufs-sysbus.c |  80 +++++++++++++++++++++++++++++++++++++
 hw/ufs/ufs-sysbus.h |  22 +++++++++++
 hw/ufs/ufs.c        | 109 +++++++++++---------------------------------------
 hw/ufs/ufs.h        |  14 ++++---
 9 files changed, 260 insertions(+), 96 deletions(-)
 create mode 100644 hw/ufs/ufs-pci.c
 create mode 100644 hw/ufs/ufs-sysbus.c
 create mode 100644 hw/ufs/ufs-sysbus.h
Re: [PULL 0/2] ufs queue
Posted by Richard Henderson 1 month ago
On 8/23/26 22:27, Jeuk Kim wrote:
> From: Jeuk Kim<jeuk20.kim@samsung.com>
> 
> The following changes since commit eea8fe61b8be8f3016e522e6af24924a0266ca95:
> 
>    Merge tag 'igvm-20260821-pull-request' ofhttps://gitlab.com/kraxel/qemu into staging (2026-08-21 10:39:31 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20260824
> 
> for you to fetch changes up to 6ed05d5e65208a5ee23a02667d5df0dc6491c156:
> 
>    hw/ufs: Add a generic SysBus frontend (2026-08-24 14:17:29 +0900)
> 
> ----------------------------------------------------------------
> ufs queue
> 
> - Separate the UFS controller core from the PCI frontend

Applied, thanks.

r~