qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 2c8416: virtio-gpu: fix error message


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2c8416: virtio-gpu: fix error message
Date: Tue, 16 Jun 2015 04:00:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2c84167b4efa4a0e81946ef624e96005396e14b2
      
https://github.com/qemu/qemu/commit/2c84167b4efa4a0e81946ef624e96005396e14b2
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M hw/display/virtio-gpu.c

  Log Message:
  -----------
  virtio-gpu: fix error message

iov limit was raised, but the error message still has the old limit ...

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 9eafb62d47ac1c8c2d431e1b4829445444ccc2ee
      
https://github.com/qemu/qemu/commit/9eafb62d47ac1c8c2d431e1b4829445444ccc2ee
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M hw/display/Makefile.objs
    A hw/display/virtio-gpu-pci.c
    M hw/virtio/virtio-pci.h

  Log Message:
  -----------
  virtio-gpu-pci: add virtio pci support

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>


  Commit: c5d4dac86b61070c078a7b35e25f56d2c8bff508
      
https://github.com/qemu/qemu/commit/c5d4dac86b61070c078a7b35e25f56d2c8bff508
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M default-configs/x86_64-softmmu.mak
    M hw/display/Makefile.objs
    M hw/display/vga-pci.c
    M hw/display/vga_int.h
    A hw/display/virtio-vga.c

  Log Message:
  -----------
  virtio-vga: add virtio gpu device with vga compatibility

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.  It is compatible
with stdvga.

Written by Dave Airlie and Gerd Hoffmann.

Signed-off-by: Dave Airlie <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: a94f0c5ca2f0e3dba4a64f40c9d2e1149017d81d
      
https://github.com/qemu/qemu/commit/a94f0c5ca2f0e3dba4a64f40c9d2e1149017d81d
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M hw/isa/isa-bus.c
    M hw/pci/pci.c
    M include/sysemu/sysemu.h
    M qemu-options.hx
    M vl.c

  Log Message:
  -----------
  virtio-vga: add '-vga virtio' support

Some convinience fluff:  Add support for '-vga virtio', also add
virtio-vga to the list of vga cards so '-device virtio-vga' will
turn off the default vga.

Written by Dave Airlie and Gerd Hoffmann.

Signed-off-by: Dave Airlie <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 7a4dfd1e4a741991df1acf31672b391648e0aa0c
      
https://github.com/qemu/qemu/commit/7a4dfd1e4a741991df1acf31672b391648e0aa0c
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M Makefile
    M roms/Makefile
    A roms/config.vga-virtio

  Log Message:
  -----------
  virtio-vga: add vgabios configuration

Add seavgabios configuration for virtio-vga,
hook up the new vgabios in the makefiles.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 93f6d1c16036aaf34055d16f54ea770fb8d6d280
      
https://github.com/qemu/qemu/commit/93f6d1c16036aaf34055d16f54ea770fb8d6d280
  Author: Peter Maydell <address@hidden>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M Makefile
    M default-configs/x86_64-softmmu.mak
    M hw/display/Makefile.objs
    M hw/display/vga-pci.c
    M hw/display/vga_int.h
    A hw/display/virtio-gpu-pci.c
    M hw/display/virtio-gpu.c
    A hw/display/virtio-vga.c
    M hw/isa/isa-bus.c
    M hw/pci/pci.c
    M hw/virtio/virtio-pci.h
    M include/sysemu/sysemu.h
    M qemu-options.hx
    M roms/Makefile
    A roms/config.vga-virtio
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into 
staging

virtio-gpu: pci support bits and virtio-vga.

# gpg: Signature made Mon Jun 15 13:55:19 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-vga-20150615-1:
  virtio-vga: add vgabios configuration
  virtio-vga: add '-vga virtio' support
  virtio-vga: add virtio gpu device with vga compatibility
  virtio-gpu-pci: add virtio pci support
  virtio-gpu: fix error message

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/4316536bf424...93f6d1c16036

reply via email to

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