qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e2bbfc: vga: allow non-global vmstate


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e2bbfc: vga: allow non-global vmstate
Date: Thu, 01 May 2014 09:30:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e2bbfc8ee2aa82519da7de281305c3bea5431cf1
      
https://github.com/qemu/qemu/commit/e2bbfc8ee2aa82519da7de281305c3bea5431cf1
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M hw/display/cirrus_vga.c
    M hw/display/qxl.c
    M hw/display/vga-isa-mm.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/vga.c
    M hw/display/vga_int.h
    M hw/display/vmware_vga.c

  Log Message:
  -----------
  vga: allow non-global vmstate

Need a way to opt-out from vga.vram being global vmstate, for
secondary vga cards.  Add a bool parameter to vga_common_init
to support this.

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


  Commit: 63e3e24db2e9eef8cf7e5f611c0a2e06dd9207c9
      
https://github.com/qemu/qemu/commit/63e3e24db2e9eef8cf7e5f611c0a2e06dd9207c9
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

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

  Log Message:
  -----------
  vga: add secondary stdvga variant

Add a standard vga variant which doesn't occupy any legacy
resources and thus can easily be used as secondary (or legacy-free)
graphics adapter.  Programming must be done using the MMIO bar.

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


  Commit: 0850fd583f29c4ce35f83c511a2d9fd737909b53
      
https://github.com/qemu/qemu/commit/0850fd583f29c4ce35f83c511a2d9fd737909b53
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M tests/Makefile
    A tests/display-vga-test.c

  Log Message:
  -----------
  add display-vga test

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


  Commit: a889bc2bb2a4eef105652be25eacfed74c9f1273
      
https://github.com/qemu/qemu/commit/a889bc2bb2a4eef105652be25eacfed74c9f1273
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M tests/display-vga-test.c

  Log Message:
  -----------
  add secondary-vga to display-vga test

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


  Commit: 87f6ede9bbccc03f337220478fb03fa70fbc3659
      
https://github.com/qemu/qemu/commit/87f6ede9bbccc03f337220478fb03fa70fbc3659
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
    M docs/specs/standard-vga.txt
    M hw/display/cirrus_vga.c
    M hw/display/qxl.c
    M hw/display/vga-isa-mm.c
    M hw/display/vga-isa.c
    M hw/display/vga-pci.c
    M hw/display/vga.c
    M hw/display/vga_int.h
    M hw/display/vmware_vga.c
    M tests/Makefile
    A tests/display-vga-test.c

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

vga: add secondary stdvga variant

# gpg: Signature made Mon 28 Apr 2014 10:11:44 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-2:
  add secondary-vga to display-vga test
  add display-vga test
  vga: add secondary stdvga variant
  vga: allow non-global vmstate

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


Compare: https://github.com/qemu/qemu/compare/051b9980b99d...87f6ede9bbcc

reply via email to

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