Skip to content

Commit 8be0977

Browse files
deb-intelwenlingz
authored andcommitted
Doc: Update image and text in Virtio-i2c doc
Signed-off-by: Deb Taylor <deb.taylor@intel.com>
1 parent 58a093d commit 8be0977

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
23.3 KB
Loading

doc/tutorials/images/virtio-i2c-2.png

-13.2 KB
Binary file not shown.

doc/tutorials/virtio_i2c.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the backend kick handler, data is obtained from the virtqueue, which reformat
2525

2626
When the request is done, the backend driver updates the results and notifies the frontend. The msg process flow is shown in :numref:`virtio-process-flow` below.
2727

28-
.. figure:: images/virtio-i2c-2.png
28+
.. figure:: images/virtio-i2c-1a.png
2929
:align: center
3030
:name: virtio-process-flow
3131

@@ -67,7 +67,7 @@ a virtual I2C adapter will appear in the guest OS:
6767
root@clr-d5f61ae5f5224e59bb1727db3b5f5d4e ~ # ./i2cdetect -y -l
6868
i2c-3 i2c DPDDC-A I2C adapter
6969
i2c-1 i2c i915 gmbus dpc I2C adapter
70-
i2c-6 i2c i2c-virtio I2C adapter
70+
i2c-6 i2c i2c-virtio I2C adapter <------
7171
i2c-4 i2c DPDDC-B I2C adapter
7272
i2c-2 i2c i915 gmbus misc I2C adapter
7373
i2c-0 i2c i915 gmbus dpb I2C adapter
@@ -77,9 +77,10 @@ You can find the slave device 0x1C under the virtio I2C adapter i2c-6:
7777

7878
.. code-block:: none
7979
80+
root@clr-d5f61ae5f5224e59bb1727db3b5f5d4e ~ # ./i2cdetect -y -r 6
8081
0 1 2 3 4 5 6 7 8 9 a b c d e f
8182
00: -- -- -- -- -- -- -- -- -- -- -- -- --
82-
10: -- -- -- -- -- -- -- -- -- -- -- -- 1c -- -- --
83+
10: -- -- -- -- -- -- -- -- -- -- -- -- 1c -- -- -- <--------
8384
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
8485
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
8586
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

0 commit comments

Comments
 (0)