Re: [PATCH 2/2] hw/display: fail early when multiple virgl devices are requested

2021-07-05 Thread Marc-André Lureau
Hi Mark On Sat, Jul 3, 2021 at 9:15 AM Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 01/07/2021 08:18, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > This avoids failing to initialize virgl and crashing later on, and clear > > the user expectations. > >

Re: [PATCH 2/2] hw/display: fail early when multiple virgl devices are requested

2021-07-02 Thread Mark Cave-Ayland
On 01/07/2021 08:18, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau This avoids failing to initialize virgl and crashing later on, and clear the user expectations. Signed-off-by: Marc-André Lureau --- hw/display/virtio-gpu-gl.c | 12 1 file changed, 12

[PATCH 2/2] hw/display: fail early when multiple virgl devices are requested

2021-07-01 Thread marcandre . lureau
From: Marc-André Lureau This avoids failing to initialize virgl and crashing later on, and clear the user expectations. Signed-off-by: Marc-André Lureau --- hw/display/virtio-gpu-gl.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/display/virtio-gpu-gl.c