Re: [PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-07-07 Thread Stefan Hajnoczi
On Thu, Jul 7, 2022, 17:28 Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > On Thu, 7 Jul 2022 at 14:42, Alex Bennée wrote: > >> > >> > >> Stefan Hajnoczi writes: > >> > >> > [[PGP Signed Part:Undecided]] > >> > On Tue, May 24, 2022 at 04:40:41PM +0100, Alex Bennée wrote: > >> >> Hi, > >>

Re: [PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-07-07 Thread Alex Bennée
Stefan Hajnoczi writes: > On Thu, 7 Jul 2022 at 14:42, Alex Bennée wrote: >> >> >> Stefan Hajnoczi writes: >> >> > [[PGP Signed Part:Undecided]] >> > On Tue, May 24, 2022 at 04:40:41PM +0100, Alex Bennée wrote: >> >> Hi, >> >> >> >> This series ostensibly adds virtio-user-gpio stubs to the bu

Re: [PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-07-07 Thread Stefan Hajnoczi
On Thu, 7 Jul 2022 at 14:42, Alex Bennée wrote: > > > Stefan Hajnoczi writes: > > > [[PGP Signed Part:Undecided]] > > On Tue, May 24, 2022 at 04:40:41PM +0100, Alex Bennée wrote: > >> Hi, > >> > >> This series ostensibly adds virtio-user-gpio stubs to the build for > >> use with an external vhost

Re: [PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-07-07 Thread Alex Bennée
Stefan Hajnoczi writes: > [[PGP Signed Part:Undecided]] > On Tue, May 24, 2022 at 04:40:41PM +0100, Alex Bennée wrote: >> Hi, >> >> This series ostensibly adds virtio-user-gpio stubs to the build for >> use with an external vhost-user daemon. We've been testing it with our >> rust daemons from

Re: [PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-05-25 Thread Stefan Hajnoczi
On Tue, May 24, 2022 at 04:40:41PM +0100, Alex Bennée wrote: > Hi, > > This series ostensibly adds virtio-user-gpio stubs to the build for > use with an external vhost-user daemon. We've been testing it with our > rust daemons from: > > https://github.com/rust-vmm/vhost-device > > Getting the

[PATCH v2 00/15] virtio-gpio and various virtio cleanups

2022-05-24 Thread Alex Bennée
Hi, This series ostensibly adds virtio-user-gpio stubs to the build for use with an external vhost-user daemon. We've been testing it with our rust daemons from: https://github.com/rust-vmm/vhost-device Getting the test enabled took some doing most likely because the need for CONFIG support ex