Re: [RFC QEMU PATCH 04/18] virtio-gpu: CONTEXT_INIT feature

2023-03-13 Thread Philippe Mathieu-Daudé
On 12/3/23 10:22, Huang Rui wrote: From: Antonio Caggiano Create virgl renderer context with flags using context_id when valid. The feature can be enabled via the context_init config option. A warning message will be emitted and the feature will not be used when linking with virglrenderer versi

[RFC QEMU PATCH 04/18] virtio-gpu: CONTEXT_INIT feature

2023-03-12 Thread Huang Rui
From: Antonio Caggiano Create virgl renderer context with flags using context_id when valid. The feature can be enabled via the context_init config option. A warning message will be emitted and the feature will not be used when linking with virglrenderer versions without context_init support. Si