qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b5682a: vga-pci: add qext region to mmio


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b5682a: vga-pci: add qext region to mmio
Date: Thu, 16 Oct 2014 02:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b5682aa4ca790dbcce16de6dc991c72bc298019a
      
https://github.com/qemu/qemu/commit/b5682aa4ca790dbcce16de6dc991c72bc298019a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M docs/specs/standard-vga.txt
    M hw/display/vga-pci.c
    M include/hw/i386/pc.h

  Log Message:
  -----------
  vga-pci: add qext region to mmio

Add a qemu extented register range to the standard vga mmio bar.
Right nowe there are two registers:  One readonly register returning the
size of the region (so we can easily add more registers there if needed)
and one endian control register, so guests (especially ppc) can flip
the framebuffer endianness as they need it.

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


  Commit: 98792325435d8b46f2035eb93fa02373c7ceda44
      
https://github.com/qemu/qemu/commit/98792325435d8b46f2035eb93fa02373c7ceda44
  Author: Peter Maydell <address@hidden>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M hw/display/vga.c

  Log Message:
  -----------
  hw/display/vga: Remove unused arrays dmask4 and dmask16

Following cleanup of the vga device code in commit d2e043a8041,
the arrays dmask4 and dmask16 are now unused. gcc doesn't warn
about this, but clang does; remove them.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: David Gibson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8a2c26362426a7698c344ecbd13fc96e0d590e22
      
https://github.com/qemu/qemu/commit/8a2c26362426a7698c344ecbd13fc96e0d590e22
  Author: Peter Maydell <address@hidden>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M docs/specs/standard-vga.txt
    M hw/display/vga-pci.c
    M hw/display/vga.c
    M include/hw/i386/pc.h

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

vga-pci: add qext region to mmio
vga: Remove unused arrays dmask4 and dmask16

# gpg: Signature made Wed 15 Oct 2014 10:12:06 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-20141015-1:
  hw/display/vga: Remove unused arrays dmask4 and dmask16
  vga-pci: add qext region to mmio

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


Compare: https://github.com/qemu/qemu/compare/605c690b1b0e...8a2c26362426

reply via email to

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