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 ##########