qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/9] virtio-gpu-pci: add virtio pci support


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 3/9] virtio-gpu-pci: add virtio pci support
Date: Mon, 16 Mar 2015 14:49:49 -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 virtio-gpu-pci, which is the pci proxy for the virtio
gpu device.  With this patch in place virtio-gpu is functional.  You
need a linux guest with a virtio-gpu driver though, and output will
appear pretty late in boot, once the kernel initialized drm and fbcon.

Written by Dave Airlie and Gerd Hoffmann.

Signed-off-by: Dave Airlie <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
  hw/display/Makefile.objs    |  1 +
  hw/display/virtio-gpu-pci.c | 68 +++++++++++++++++++++++++++++++++++++++++++++
  hw/virtio/virtio-pci.h      | 15 ++++++++++
  3 files changed, 84 insertions(+)
  create mode 100644 hw/display/virtio-gpu-pci.c

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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