test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] doc: adding info to virtualization gsg about dumping PCI info in a VM
@ 2018-12-25 11:24 Rami Rosen
  2018-12-26 17:35 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-12-25 11:24 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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@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
 
-- 
1.8.3.1

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

end of thread, other threads:[~2018-12-26  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-25 11:24 [dts] [PATCH] doc: adding info to virtualization gsg about dumping PCI info in a VM Rami Rosen
2018-12-26 17:35 ` Lijuan Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).