qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/5] hw/display/virtio-gpu-virgl: make GL device more libr


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 2/5] hw/display/virtio-gpu-virgl: make GL device more library agnostic
Date: Fri, 28 Apr 2023 23:26:45 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 28/4/23 18:48, Gurchetan Singh wrote:
From: Gurchetan Singh <gurchetansingh@chromium.org>

Rather than create a virtio-gpu-gfxstream device and it's
associated variants (vga, pci), let's just extend the GL device.

We need to:
     - Move all virgl functions to their own file
     - Only all needed class callbacks in the generic GL device

Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org>
---
v2:
     - (Akihiko) Fix unnecessary line break

  hw/display/virtio-gpu-gl.c     | 109 ------------------------------
  hw/display/virtio-gpu-virgl.c  | 118 +++++++++++++++++++++++++++++++--
  include/hw/virtio/virtio-gpu.h |  11 +--
  3 files changed, 119 insertions(+), 119 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]