Re: [PATCH 0/8] virtio: Add vhost-user based Video decode

2022-02-03 Thread Michael S. Tsirkin
On Thu, Feb 03, 2022 at 12:10:17PM +, Peter Griffin wrote: > Hi Michael, > > Apologies for the delaying in replying to you, I didn't see your email until > now > whilst replying to Alex review feedback. > > On Tue, 11 Jan 2022, Michael S. Tsirkin wrote: > > > On Thu, Dec 09, 2021 at 02:55:5

Re: [PATCH 0/8] virtio: Add vhost-user based Video decode

2022-02-03 Thread Peter Griffin
Hi Michael, Apologies for the delaying in replying to you, I didn't see your email until now whilst replying to Alex review feedback. On Tue, 11 Jan 2022, Michael S. Tsirkin wrote: > On Thu, Dec 09, 2021 at 02:55:53PM +, Peter Griffin wrote: > > This series adds support for virtio-video deco

Re: [PATCH 0/8] virtio: Add vhost-user based Video decode

2022-02-03 Thread Peter Griffin
Hi Alex, On Tue, 11 Jan 2022, Alex Bennée wrote: > > Peter Griffin writes: > > > This series adds support for virtio-video decoder devices in Qemu > > and also provides a vhost-user-video vmm implementation. > > This brings up a bunch of failures in CI: > > https://gitlab.com/stsquad/qemu/

Re: [PATCH 0/8] virtio: Add vhost-user based Video decode

2022-01-11 Thread Alex Bennée
Peter Griffin writes: > This series adds support for virtio-video decoder devices in Qemu > and also provides a vhost-user-video vmm implementation. This brings up a bunch of failures in CI: https://gitlab.com/stsquad/qemu/-/pipelines/445691849/failures A bunch are probably solved with mas

Re: [PATCH 0/8] virtio: Add vhost-user based Video decode

2022-01-11 Thread Michael S. Tsirkin
On Thu, Dec 09, 2021 at 02:55:53PM +, Peter Griffin wrote: > This series adds support for virtio-video decoder devices in Qemu > and also provides a vhost-user-video vmm implementation. > > The vhost-user-video vmm currently parses virtio-vido v3 protocol > (as that is what the Linux frontend

[PATCH 0/8] virtio: Add vhost-user based Video decode

2021-12-09 Thread Peter Griffin
This series adds support for virtio-video decoder devices in Qemu and also provides a vhost-user-video vmm implementation. The vhost-user-video vmm currently parses virtio-vido v3 protocol (as that is what the Linux frontend driver implements). It then converts that to a v4l2 mem2mem stateful deco