From 016c624b4e1e11a174d9e51034dc9c3d98e0e4ca Mon Sep 17 00:00:00 2001 From: Gao Junhao Date: Wed, 23 Oct 2019 02:02:47 +0000 Subject: [PATCH] doc: modify virtio-i2c doc path move virtio-i2c doc from tutorials to developer-guilders/hld and add entry for virtio-i2c in hld-virtio-devices Signed-off-by: Gao Junhao --- doc/developer-guides/hld/hld-virtio-devices.rst | 3 +++ .../hld}/images/virtio-i2c-1.png | Bin .../hld}/images/virtio-i2c-1a.png | Bin .../hld/virtio-i2c.rst} | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) rename doc/{tutorials => developer-guides/hld}/images/virtio-i2c-1.png (100%) rename doc/{tutorials => developer-guides/hld}/images/virtio-i2c-1a.png (100%) rename doc/{tutorials/virtio_i2c.rst => developer-guides/hld/virtio-i2c.rst} (97%) diff --git a/doc/developer-guides/hld/hld-virtio-devices.rst b/doc/developer-guides/hld/hld-virtio-devices.rst index 7a982b83d..4c3dd283d 100644 --- a/doc/developer-guides/hld/hld-virtio-devices.rst +++ b/doc/developer-guides/hld/hld-virtio-devices.rst @@ -751,6 +751,8 @@ their temporary IDs are listed in the following table. +--------------+-------------+-------------+-------------+-------------+ | COREU | 0x8086 | 0x8608 | 0x8086 | 0xFFF8 | +--------------+-------------+-------------+-------------+-------------+ + | I2C | 0x8086 | 0x860a | 0x8086 | 0xFFF6 | + +--------------+-------------+-------------+-------------+-------------+ The following sections introduce the status of virtio devices currently supported in ACRN. @@ -763,3 +765,4 @@ supported in ACRN. virtio-input virtio-console virtio-rnd + virtio-i2c diff --git a/doc/tutorials/images/virtio-i2c-1.png b/doc/developer-guides/hld/images/virtio-i2c-1.png similarity index 100% rename from doc/tutorials/images/virtio-i2c-1.png rename to doc/developer-guides/hld/images/virtio-i2c-1.png diff --git a/doc/tutorials/images/virtio-i2c-1a.png b/doc/developer-guides/hld/images/virtio-i2c-1a.png similarity index 100% rename from doc/tutorials/images/virtio-i2c-1a.png rename to doc/developer-guides/hld/images/virtio-i2c-1a.png diff --git a/doc/tutorials/virtio_i2c.rst b/doc/developer-guides/hld/virtio-i2c.rst similarity index 97% rename from doc/tutorials/virtio_i2c.rst rename to doc/developer-guides/hld/virtio-i2c.rst index 39ded1066..1cab6abd8 100644 --- a/doc/tutorials/virtio_i2c.rst +++ b/doc/developer-guides/hld/virtio-i2c.rst @@ -1,4 +1,4 @@ - .. _virtio_i2c: + .. _virtio-i2c: Virtio-i2c ##########