Re: [PATCH v2 5/5] virtio-gpu: CONTEXT_INIT feature

2023-04-28 Thread Philippe Mathieu-Daudé
On 28/4/23 18:48, Gurchetan Singh wrote: From: Antonio Caggiano The feature can be enabled when a backend wants it. Signed-off-by: Antonio Caggiano Reviewed-by: Marc-André Lureau Signed-off-by: Gurchetan Singh --- hw/display/virtio-gpu-base.c | 3 +++ include/hw/virtio/virtio-gpu.h | 3

[PATCH v2 5/5] virtio-gpu: CONTEXT_INIT feature

2023-04-28 Thread Gurchetan Singh
From: Antonio Caggiano The feature can be enabled when a backend wants it. Signed-off-by: Antonio Caggiano Reviewed-by: Marc-André Lureau Signed-off-by: Gurchetan Singh --- hw/display/virtio-gpu-base.c | 3 +++ include/hw/virtio/virtio-gpu.h | 3 +++ 2 files changed, 6 insertions(+) diff