On 28-04-21, 17:52, Viresh Kumar wrote:
Hello,
In my earlier attempt [1], I implemented the vhost-user-i2c backend deamon for QEMU (though the code was generic enough to be used with any hypervisor).
And here is a Rust implementation of the vhost-user-i2c backend daemon. Again this is generic enough to be used with any hypervisor and can live in its own repository now:
A new crate is added in rust-vmm for this and here is the new repo I am using:
https://github.com/vireshk/vhost-device
And here is the discussion happening on my PULL request.
https://github.com/rust-vmm/vhost-device/pull/1