All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/ufs: Add a generic SysBus frontend
@ 2026-08-07 10:36 Jeuk Kim
  2026-08-07 10:36 ` [PATCH 1/2] hw/ufs: Separate the controller core from the PCI frontend Jeuk Kim
  2026-08-07 10:36 ` [PATCH 2/2] hw/ufs: Add a generic SysBus frontend Jeuk Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Jeuk Kim @ 2026-08-07 10:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: jeuk20.kim, pbonzini, qemu-block, j-young.choi, mikail.sadic,
	hyenc.jeong

The UFS controller implementation is currently tied to its PCI QOM
device. This series separates the controller core from the PCI frontend
and adds a reusable SysBus frontend, following the AHCI model.

The existing "ufs" PCI device and its properties remain unchanged.
Platform-specific controllers can derive from TYPE_SYSBUS_UFS and keep
only their hardware-specific behavior.

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 |  81 ++++++++++++++++++++++++++++++++
 hw/ufs/ufs-sysbus.h |  22 +++++++++
 hw/ufs/ufs.c        | 108 +++++++++---------------------------------
 hw/ufs/ufs.h        |  14 ++++--
 9 files changed, 262 insertions(+), 94 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

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-07 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 10:36 [PATCH 0/2] hw/ufs: Add a generic SysBus frontend Jeuk Kim
2026-08-07 10:36 ` [PATCH 1/2] hw/ufs: Separate the controller core from the PCI frontend Jeuk Kim
2026-08-07 10:36 ` [PATCH 2/2] hw/ufs: Add a generic SysBus frontend Jeuk Kim

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.