From c72cc1916f4117d438d1110957072f475939b789 Mon Sep 17 00:00:00 2001 From: hangliu1 Date: Tue, 28 Jun 2022 21:04:13 +0800 Subject: [PATCH] doc: update some dm parameter below parameters are obsolete, reserve the code for potential use but remove the description in document. amd_hostbridge virtio-ipu virtio-hyper_dmabuf virtio-audio Tracked-On: #6690 Signed-off-by: hangliu1 --- doc/user-guides/acrn-dm-parameters.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 62e88e642..02ed93938 100755 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -379,9 +379,6 @@ arguments used for configuration. Here is a table describing these emulated dev Packet Interface device (for CD-ROM emulation). ``ahci-cd`` supports the same parameters than ``ahci``. - * - ``amd_hostbridge`` - - Virtualized PCI AMD hostbridge - * - ``hostbridge`` - Virtualized PCI hostbridge, a hardware bridge between the CPU's high-speed system local bus and the Peripheral Component Interconnect @@ -414,17 +411,9 @@ arguments used for configuration. Here is a table describing these emulated dev n,virtio-input,/dev/input/eventX[,serial]``. ``serial`` is an optional string used as the unique identification code of guest virtio input device. - * - ``virtio-ipu`` - - Virtio image processing unit (IPU), it is used to connect - camera device to system, to convert the raw Bayer image into YUV domain. - * - ``virtio-console`` - Virtio console type device for data input and output. - * - ``virtio-hyper_dmabuf`` - - Virtio device that allows sharing data buffers between VMs using a - dmabuf-like interface. - * - ``virtio-heci`` - Virtio Host Embedded Controller Interface, parameters should be appended with the format ``::,d<0~8>``. You can find the BDF @@ -467,9 +456,6 @@ arguments used for configuration. Here is a table describing these emulated dev ``physical_rpmb`` to specify RPMB in physical mode, otherwise RPMB is in simulated mode. - * - ``virtio-audio`` - - Virtio audio type device - * - ``virtio-net`` - Virtio network type device, parameter should be appended with the format: ``virtio-net,=[,vhost][,mac= | mac_seed=]``.