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 +0000, Peter Griffin wrote:
> > This series adds support fo
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:
>
>
Hi Alex,
Thanks for reviewing.
On Tue, 11 Jan 2022, Alex Bennée wrote:
>
> Peter Griffin writes:
>
> > Signed-off-by: Peter Griffin
> > ---
> > tools/meson.build | 9 +
> > 1 file changed, 9 insertions(+)
> >
> > diff --git a/to
Hi Alex,
Thanks for reviewing.
On Tue, 11 Jan 2022, Alex Bennée wrote:
>
> Peter Griffin writes:
>
> > Signed-off-by: Peter Griffin
> > ---
> > hw/display/Kconfig | 5 +
> > hw/display/meson.build | 3 +
> > hw/
Hi Alex,
Thanks for your review :)
On Tue, 11 Jan 2022, Alex Bennée wrote:
>
> Peter Griffin writes:
>
> > Signed-off-by: Peter Griffin
> > ---
> > tools/vhost-user-video/README.md | 98
> > 1 file changed, 98 insertions
Hi Peter,
On Fri, 10 Dec 2021, Peter Maydell wrote:
> On Thu, 9 Dec 2021 at 15:03, Peter Griffin wrote:
> >
> > Signed-off-by: Peter Griffin
> > ---
> > include/standard-headers/linux/virtio_video.h | 483 ++
> > 1 file changed, 483 inse
Hi Michael,
On Fri, 10 Dec 2021, Michael S. Tsirkin wrote:
> On Thu, Dec 09, 2021 at 02:55:58PM +0000, Peter Griffin wrote:
> > Signed-off-by: Peter Griffin
> > ---
> > include/standard-headers/linux/virtio_video.h | 483 ++
> > 1 file changed, 48
Hi Michael,
On Fri, 10 Dec 2021, Michael S. Tsirkin wrote:
> On Thu, Dec 09, 2021 at 02:55:59PM +0000, Peter Griffin wrote:
> > Linux vicodec (Virtual Codec) test driver in Linux implements
> > FWHT. FWHT was designed to be fast and simple and to have
> > characteristics
Signed-off-by: Peter Griffin
---
hw/display/Kconfig | 5 +
hw/display/meson.build | 3 +
hw/display/vhost-user-video.c| 386 +++
include/hw/virtio/vhost-user-video.h | 41 +++
4 files changed, 435 insertions(+)
create mode
Linux vicodec (Virtual Codec) test driver in Linux implements
FWHT. FWHT was designed to be fast and simple and to have
characteristics of other video codecs and therefore face similar
issues [1].
https://en.wikipedia.org/wiki/Fast_Walsh%E2%80%93Hadamard_transform
Signed-off-by: Peter Griffin
d-off-by: Peter Griffin
---
tools/vhost-user-video/50-qemu-rpmb.json.in |5 +
tools/vhost-user-video/main.c | 1680
tools/vhost-user-video/meson.build| 10 +
tools/vhost-user-video/v4l2_backend.c | 1777 +
tools/vhost-us
Add boiler plate code for vhost-user-video-pci.
Example
-device vhost-user-video-pci,chardev=video,id=video
-chardev socket,path=video.sock,id=video
Signed-off-by: Peter Griffin
---
hw/display/vhost-user-video-pci.c | 82 +++
1 file changed, 82 insertions(+)
create
Signed-off-by: Peter Griffin
---
tools/meson.build | 9 +
1 file changed, 9 insertions(+)
diff --git a/tools/meson.build b/tools/meson.build
index 3e5a0abfa2..3314b5efc5 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -24,3 +24,12 @@ endif
if have_virtiofsd
subdir
Signed-off-by: Peter Griffin
---
include/standard-headers/linux/virtio_video.h | 483 ++
1 file changed, 483 insertions(+)
create mode 100644 include/standard-headers/linux/virtio_video.h
diff --git a/include/standard-headers/linux/virtio_video.h
b/include/standard-headers
initiative by Linaro called
"project Stratos" for which you can find information here:
https://collaborate.linaro.org/display/STR/Stratos+Home
Applies cleanly to git://git.qemu.org/qemu.git master(a3607def89).
Thanks,
Peter.
[1] https://lwn.net/Articles/760650/
Peter Griffin (8):
vhost-
Signed-off-by: Peter Griffin
---
tools/vhost-user-video/README.md | 98
1 file changed, 98 insertions(+)
create mode 100644 tools/vhost-user-video/README.md
diff --git a/tools/vhost-user-video/README.md b/tools/vhost-user-video/README.md
new file mode 100644
Add myself as maintainer of the virtio-video files added
in this series.
Signed-off-by: Peter Griffin
---
MAINTAINERS | 8
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7543eb4d59..43c53aded8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2012,6 +2012,14
17 matches
Mail list logo