From bc4e68d362ec4be9cd54fea181dca2b5b0435865 Mon Sep 17 00:00:00 2001 From: Jeuk Kim Date: Wed, 6 Sep 2023 16:43:48 +0900 Subject: hw/ufs: Initial commit for emulated Universal-Flash-Storage Universal Flash Storage (UFS) is a high-performance mass storage device with a serial interface. It is primarily used as a high-performance data storage device for embedded applications. This commit contains code for UFS device to be recognized as a UFS PCI device. Patches to handle UFS logical unit and Transfer Request will follow. Signed-off-by: Jeuk Kim Reviewed-by: Stefan Hajnoczi Message-id: 10232660d462ee5cd10cf673f1a9a1205fc8276c.1693980783.git.jeuk20.kim@gmail.com Signed-off-by: Stefan Hajnoczi --- docs/specs/pci-ids.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/specs') diff --git a/docs/specs/pci-ids.rst b/docs/specs/pci-ids.rst index e302bea..d6707fa 100644 --- a/docs/specs/pci-ids.rst +++ b/docs/specs/pci-ids.rst @@ -92,6 +92,8 @@ PCI devices (other than virtio): PCI PVPanic device (``-device pvpanic-pci``) 1b36:0012 PCI ACPI ERST device (``-device acpi-erst``) +1b36:0013 + PCI UFS device (``-device ufs``) All these devices are documented in :doc:`index`. -- cgit v1.1