Re: [PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-03 Thread Corey Minyard
On Mon, Aug 02, 2021 at 11:03:22PM +, Shengtan Mao wrote: > This patch implements the remote I2C device. > The remote I2C device allows an external I2C device to communicate with the > I2C controller in QEMU through the remote I2C protocol. > Users no longer have to directly modify QEMU to add

Re: [PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
This patch set was sent in error (duplicates and bad version names). Please ignore it. Sorry for the inconvenience, Shengtan Mao On Mon, Aug 2, 2021 at 7:03 PM Shengtan Mao wrote: > This patch implements the remote I2C device. > The remote I2C device allows an external I2C device to communicate

[PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
This patch implements the remote I2C device. The remote I2C device allows an external I2C device to communicate with the I2C controller in QEMU through the remote I2C protocol. Users no longer have to directly modify QEMU to add new I2C devices and can instead implement the emulated device extern

[PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
This patch implements the remote I2C device. The remote I2C device allows an external I2C device to communicate with the I2C controller in QEMU through the remote I2C protocol. Users no longer have to directly modify QEMU to add new I2C devices and can instead implement the emulated device extern