Re: [PATCH v3 4/4] vhost-user-gpu: implement get_edid frontend feature

2023-06-12 Thread Marc-André Lureau
Hi On Wed, Jun 7, 2023 at 4:55 PM Erico Nunes wrote: > Implement the frontend side of the get_edid feature in the qemu > vhost-user-gpu frontend device. > > Signed-off-by: Erico Nunes > --- > hw/display/vhost-user-gpu.c | 36 > 1 file changed, 36 insertions

[PATCH v3 4/4] vhost-user-gpu: implement get_edid frontend feature

2023-06-07 Thread Erico Nunes
Implement the frontend side of the get_edid feature in the qemu vhost-user-gpu frontend device. Signed-off-by: Erico Nunes --- hw/display/vhost-user-gpu.c | 36 1 file changed, 36 insertions(+) diff --git a/hw/display/vhost-user-gpu.c b/hw/display/vhost-user