Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property

2025-05-09 Thread Jiang XueQian
On 5/8/25 8:00 PM, Alex Bennée wrote: Jiang XueQian writes: This property passes socket of a externally started virgl_render_server to virglrenderer, so that it won't try to spawn new process and get killed by seccomp, allowing virtio-gpu-gl venus and sandbox to enable at the same time. D

Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property

2025-05-08 Thread Alex Bennée
Jiang XueQian writes: > This property passes socket of a externally started virgl_render_server > to virglrenderer, so that it won't try to spawn new process and get > killed by seccomp, allowing virtio-gpu-gl venus and sandbox to enable > at the same time. Do we have an example of how to start

Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property

2025-05-08 Thread Jiang XueQian
Ping. On 4/3/25 11:51 PM, Jiang XueQian wrote: This property passes socket of a externally started virgl_render_server to virglrenderer, so that it won't try to spawn new process and get killed by seccomp, allowing virtio-gpu-gl venus and sandbox to enable at the same time. Signed-off-by: Jiang

[PATCH] virtio-gpu-gl: Add 'serverfd' property

2025-04-03 Thread Jiang XueQian
This property passes socket of a externally started virgl_render_server to virglrenderer, so that it won't try to spawn new process and get killed by seccomp, allowing virtio-gpu-gl venus and sandbox to enable at the same time. Signed-off-by: Jiang XueQian --- hw/display/virtio-gpu-gl.c | 15