Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-04-05 Thread Alex Bennée
Viresh Kumar writes: > Hello, > > This patchset adds vhost-user-gpio device's support in Qemu. The support for > the > same has already been added to virtio specification and Linux Kernel. > > A Rust based backend is also in progress and is tested against this patchset: > >

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-03-31 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Fri, Feb 04, 2022 at 01:52:47PM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: >> >> Hello, >> >> >> >> This patchset adds vhost-user-gpio device's support in Qemu. The

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-02-04 Thread Michael S. Tsirkin
On Fri, Feb 04, 2022 at 01:52:47PM +, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > >> Hello, > >> > >> This patchset adds vhost-user-gpio device's support in Qemu. The support > >> for the > >> same has already

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-02-04 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: >> Hello, >> >> This patchset adds vhost-user-gpio device's support in Qemu. The support for >> the >> same has already been added to virtio specification and Linux Kernel. >> >> A Rust based

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-02-04 Thread Michael S. Tsirkin
On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > Hello, > > This patchset adds vhost-user-gpio device's support in Qemu. The support for > the > same has already been added to virtio specification and Linux Kernel. > > A Rust based backend is also in progress and is tested

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-20 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Thu, Jan 20, 2022 at 09:32:34AM +0530, Viresh Kumar wrote: >> On 17-01-22, 10:11, Alex Bennée wrote: >> > >> > "Michael S. Tsirkin" writes: >> > >> > > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: >> > >> Hello, >> > >> >> > >> This

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-20 Thread Michael S. Tsirkin
On Mon, Jan 17, 2022 at 10:11:21AM +, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > >> Hello, > >> > >> This patchset adds vhost-user-gpio device's support in Qemu. The support > >> for the > >> same has already

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-20 Thread Michael S. Tsirkin
On Thu, Jan 20, 2022 at 09:32:34AM +0530, Viresh Kumar wrote: > On 17-01-22, 10:11, Alex Bennée wrote: > > > > "Michael S. Tsirkin" writes: > > > > > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > > >> Hello, > > >> > > >> This patchset adds vhost-user-gpio device's support in

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-19 Thread Viresh Kumar
On 17-01-22, 10:11, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > >> Hello, > >> > >> This patchset adds vhost-user-gpio device's support in Qemu. The support > >> for the > >> same has already been added to virtio

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-17 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: >> Hello, >> >> This patchset adds vhost-user-gpio device's support in Qemu. The support for >> the >> same has already been added to virtio specification and Linux Kernel. >> >> A Rust based

Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-17 Thread Michael S. Tsirkin
On Wed, Jan 12, 2022 at 05:04:57PM +0530, Viresh Kumar wrote: > Hello, > > This patchset adds vhost-user-gpio device's support in Qemu. The support for > the > same has already been added to virtio specification and Linux Kernel. > > A Rust based backend is also in progress and is tested

[PATCH 0/2] virtio: Add vhost-user-gpio device's support

2022-01-12 Thread Viresh Kumar
Hello, This patchset adds vhost-user-gpio device's support in Qemu. The support for the same has already been added to virtio specification and Linux Kernel. A Rust based backend is also in progress and is tested against this patchset: https://github.com/rust-vmm/vhost-device/pull/76 -- Viresh