[dts] [PATCH] doc: adding info to virtualization gsg about dumping PCI info in a VM

Lijuan Tu lijuan.tu at intel.com
Wed Dec 26 18:35:15 CET 2018


Applied, thanks


On 2018年12月25日 19:24, Rami Rosen wrote:
> This patch adds more info about using the "info pci" QEMU/Monitor
> command to dump PCI info in a VM, and fixes two trivial typos
> in that same sentence as well.
>
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>   doc/dts_gsg/virtualization.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   mode change 100644 => 100755 doc/dts_gsg/virtualization.rst
>
> diff --git a/doc/dts_gsg/virtualization.rst b/doc/dts_gsg/virtualization.rst
> old mode 100644
> new mode 100755
> index 6033a8b..3d6c28b
> --- a/doc/dts_gsg/virtualization.rst
> +++ b/doc/dts_gsg/virtualization.rst
> @@ -423,8 +423,8 @@ When assign host pci device into guest, we also add "id" string for this device.
>   
>   	-device pci-assign,host=07:10.0,id=pt_0
>   	
> -With this command, we assign host VF device 07:10.0 into guest and it named as "pt_0". "pt_0" mean it's the first device pass through into guest os.
> -After guest os started, we use dump pci command and generate guest and host pci mapping by "id".
> +With this command, we assign host VF device 07:10.0 into guest and it is named as "pt_0". "pt_0" means it's the first device pass through into guest os.
> +After guest os started, we use the QEMU/Monitor "info pci" command to dump PCI information and generate guest and host pci mapping by "id".
>   
>   .. code-block:: console
>   



More information about the dts mailing list