On 28/4/23 18:48, Gurchetan Singh wrote:
From: Gurchetan Singh <gurchetansi...@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 <gurchetansi...@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é <phi...@linaro.org>


Reply via email to