[PULL 0/2] ufs queue
Jeuk Kim <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Jeuk Kim <[email protected]> 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