]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Sep 2014 10:44:16 +0000 (11:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Sep 2014 10:44:17 +0000 (11:44 +0100)
commit0dfa7e30126364c434a48cb37a1a41119e536c2a
treee3f10541a2c2ab6fe43b65dbe6943b8e2c05e347
parentfc3b9aa876901ab2317923ce1ab09043eee7f2a4
parent77bfcf28f1ee92bbc9e077abb9a494b12406846f
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' into staging

console: pixman switchover continued, add some infrastructure to make it
         easier using pixman in display device emulation.

# gpg: Signature made Fri 05 Sep 2014 14:38:57 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"

* remotes/kraxel/tags/pull-console-20140905-2:
  console: Remove unused QEMU_BIG_ENDIAN_FLAG
  console: add qemu_pixman_linebuf_copy
  console: add dpy_gfx_update_dirty
  console: add qemu_create_displaysurface_guestmem
  console: stop using PixelFormat
  console: reimplement qemu_default_pixelformat
  console: add qemu_default_pixman_format
  console: add qemu_pixelformat_from_pixman

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/display/vga.c