[virtio-dev] [PATCH v3] virtio-i2c: add the device specification

2020-10-26 Thread Jie Deng
virtio-i2c is a virtual I2C adapter device. It provides a way to flexibly communicate with the I2C slave devices from the guest. This patch adds the specification for this device. Signed-off-by: Jie Deng --- conformance.tex | 28 ++--- content.tex | 1 + virtio-i2c.tex | 94 +++

[virtio-dev] Re: [PATCH v2] virtio-i2c: add the device specification

2020-10-26 Thread Jie Deng
On 2020/10/26 9:22, Jie Deng wrote: On 2020/10/24 0:00, Michael S. Tsirkin wrote: On Fri, Oct 23, 2020 at 02:51:25PM +0800, Jie Deng wrote: + +The driver queues requests to the virtqueues, and they are used by the +device. The request is the representation of one segment of an I2C +transactio