Re: [PATCH V2 0/3] virtio: Add vhost-user-i2c device's support

2021-09-05 Thread Viresh Kumar
On 04-09-21, 15:44, Michael S. Tsirkin wrote: > So I'm not sure whether it's appropriate to merge this right now. This is already merged. > There are several spec change proposals before the virtio TC > and I did not investigate whether this code reflects the > spec before or after these changes.

Re: [PATCH V2 0/3] virtio: Add vhost-user-i2c device's support

2021-09-04 Thread Michael S. Tsirkin
On Fri, Jul 09, 2021 at 10:30:15AM +0530, Viresh Kumar wrote: > Hello, > > This patchset adds vhost-user-i2c device's support in Qemu. Initially I tried > to > add the backend implementation as well into Qemu, but as I was looking for a > hypervisor agnostic backend implementation, I decided to k

[PATCH V2 0/3] virtio: Add vhost-user-i2c device's support

2021-07-08 Thread Viresh Kumar
Hello, This patchset adds vhost-user-i2c device's support in Qemu. Initially I tried to add the backend implementation as well into Qemu, but as I was looking for a hypervisor agnostic backend implementation, I decided to keep it outside of Qemu. Eventually I implemented it in Rust and it works ve