Re: [libvirt PATCH v3 6/6] qemu: Implement 'blob' support for virtio gpu

2022-05-18 Thread Jonathon Jongsma
On 5/11/22 7:06 AM, Peter Krempa wrote: On Tue, May 10, 2022 at 11:24:31 -0500, Jonathon Jongsma wrote: This can improve performance for some guests since it reduces copying of display data between host and guest. Requires udmabuf on the host. Signed-off-by: Jonathon Jongsma --- src/qemu/qem

Re: [libvirt PATCH v3 6/6] qemu: Implement 'blob' support for virtio gpu

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 11:24:31 -0500, Jonathon Jongsma wrote: > This can improve performance for some guests since it reduces copying of > display data between host and guest. Requires udmabuf on the host. > > Signed-off-by: Jonathon Jongsma > --- > src/qemu/qemu_cgroup.c

[libvirt PATCH v3 6/6] qemu: Implement 'blob' support for virtio gpu

2022-05-10 Thread Jonathon Jongsma
This can improve performance for some guests since it reduces copying of display data between host and guest. Requires udmabuf on the host. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_cgroup.c| 22 ++ src/qemu/qemu_command.c | 3 ++ sr