Re: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-05-27 Thread Viresh Kumar
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

Re: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-05-21 Thread Viresh Kumar
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

Re: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-05-19 Thread Viresh Kumar
On 20-05-21, 05:03, Trilok Soni wrote: > Thanks Viresh. > > Top posting since somehow I am not getting rust-vmm group emails on my > open-source email ID subscription. I have received Vatsa's email on the > Hypervisor crate on rust-vmm mailing list but not this one. > I am not sure you > are

RE: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-05-19 Thread Trilok Soni
-lists.linaro.org; rust-...@lists.opendev.org; Vincent Guittot ; Mike Holmes ; Bill Mills ; Alex Bennée ; Arnd Bergmann ; Jie Deng ; qemu-devel@nongnu.org Subject: Re: [RUST] Add crate for generic vhost-user-i2c backend daemon - CAUTION

Re: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-05-19 Thread Viresh Kumar
On 29-04-21, 12:39, Viresh Kumar wrote: > On 28-04-21, 17:13, Trilok Soni wrote: > > Viresh, > > > > For rust-vmm, you need to create the new issue in the right project. > > You can probably pick up vmm-reference project at rust-vmm and ask > > for the new crate. > > Done. > >

Re: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-04-29 Thread Viresh Kumar
On 28-04-21, 17:13, Trilok Soni wrote: > Viresh, > > For rust-vmm, you need to create the new issue in the right project. > You can probably pick up vmm-reference project at rust-vmm and ask > for the new crate. Done. https://github.com/rust-vmm/vmm-reference/issues/118 > There is also

RE: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-04-28 Thread Trilok Soni
; Mike Holmes ; Bill Mills ; Alex Bennée ; Arnd Bergmann ; Jie Deng ; qemu-devel@nongnu.org Subject: RE: [RUST] Add crate for generic vhost-user-i2c backend daemon Viresh, For rust-vmm, you need to create the new issue in the right project. You can probably pick up vmm-reference project at rust

RE: [RUST] Add crate for generic vhost-user-i2c backend daemon

2021-04-28 Thread Trilok Soni
o: stratos-...@op-lists.linaro.org; rust-...@lists.opendev.org Cc: Vincent Guittot ; Mike Holmes ; Bill Mills ; Alex Bennée ; Arnd Bergmann ; Jie Deng ; qemu-devel@nongnu.org; Trilok Soni Subject: [RUST] Add crate for generic vhost-user-i2c back

[RUST] Add crate for generic vhost-user-i2c backend daemon

2021-04-28 Thread Viresh Kumar
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