qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/9] virtio-vga: add virtio gpu device with vga


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 4/9] virtio-vga: add virtio gpu device with vga compatibility
Date: Mon, 16 Mar 2015 15:17:13 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 2015-03-13 at 05:47, Gerd Hoffmann wrote:
This patch adds a virtio-vga device.  It is simliar to virtio-gpu-pci,
but it also adds in vga compatibility, so guests without native
virtio-gpu support can drive the device in vga mode.

Written by Dave Airlie and Gerd Hoffmann.

Signed-off-by: Dave Airlie <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
  default-configs/x86_64-softmmu.mak |   1 +
  hw/display/Makefile.objs           |   1 +
  hw/display/virtio-vga.c            | 150 +++++++++++++++++++++++++++++++++++++
  3 files changed, 152 insertions(+)
  create mode 100644 hw/display/virtio-vga.c

Looks good to me, but I can't really give an R-b because I'm really unfamiliar with all things concerning VGA.

Max




reply via email to

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