qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/6] virtio-gpu: pci support bits.
Date: Fri, 12 Jun 2015 10:39:51 +0200	[thread overview]
Message-ID: <1434098397-19376-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Here is the code to add virtio-pci support for the virtio-gpu.
This time it goes on top of master, all dependencies are merged
upstream meanwhile.  Yea!  The only missing bit to make this
fully functional is the seabios update which is needed for a
working vgabios.

I plan to send a pull req early next week for patches 1-5.

Patch 6 carries a vgabios binary, for testing convinience.
Note that rebuilding this from the current roms/seabios
submodule (rel-1.8.1) will *not* work, you'll need the
upcoming 1.8.2 seabios release for that.  Seabios update
pull request for this will follow after 1.8.2 is released,
and it will add the vgabios properly.

Gerd Hoffmann (6):
  virtio-gpu: fix error message
  virtio-gpu-pci: add virtio pci support
  virtio-vga: add virtio gpu device with vga compatibility
  virtio-vga: add '-vga virtio' support
  virtio-vga: add vgabios configuration
  [testing-only] virtio-vga: add vgabios binary

 Makefile                           |   2 +-
 default-configs/x86_64-softmmu.mak |   1 +
 hw/display/Makefile.objs           |   2 +
 hw/display/vga-pci.c               |   8 +-
 hw/display/vga_int.h               |   6 ++
 hw/display/virtio-gpu-pci.c        |  68 ++++++++++++++
 hw/display/virtio-gpu.c            |   2 +-
 hw/display/virtio-vga.c            | 175 +++++++++++++++++++++++++++++++++++++
 hw/isa/isa-bus.c                   |   3 +
 hw/pci/pci.c                       |   2 +
 hw/virtio/virtio-pci.h             |  14 +++
 include/sysemu/sysemu.h            |   2 +-
 pc-bios/vgabios-virtio.bin         | Bin 0 -> 38912 bytes
 qemu-options.hx                    |   4 +-
 roms/Makefile                      |   2 +-
 roms/config.vga-virtio             |   6 ++
 vl.c                               |  13 +++
 17 files changed, 301 insertions(+), 9 deletions(-)
 create mode 100644 hw/display/virtio-gpu-pci.c
 create mode 100644 hw/display/virtio-vga.c
 create mode 100644 pc-bios/vgabios-virtio.bin
 create mode 100644 roms/config.vga-virtio

-- 
1.8.3.1

             reply	other threads:[~2015-06-12  8:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12  8:39 Gerd Hoffmann [this message]
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 1/6] virtio-gpu: fix error message Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 2/6] virtio-gpu-pci: add virtio pci support Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 3/6] virtio-vga: add virtio gpu device with vga compatibility Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 4/6] virtio-vga: add '-vga virtio' support Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 5/6] virtio-vga: add vgabios configuration Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 6/6] [testing-only] virtio-vga: add vgabios binary Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434098397-19376-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).