mbox

[v3,0/4] use new vgabios.

Message ID 1288785372-17514-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/spice/qemu vgabios.3

Message

Gerd Hoffmann Nov. 3, 2010, 11:56 a.m. UTC
Hi,

This patch series will put the new vgabios into use for stdvga and
vmware_vga.  The vgabios patches this patch series depends on have
just been posted to the list.

For obvious reasons it depends on the new vgabios binaries being
present, i.e. vgabios patches being committed to vgabios.git, subtree
being updated and vgabios binaries being recompiled + committed to
qemu.git.

Changes in v3:
  * rebase to master.
  * added proper signed-off.

Changes in v2:
  * rebase to master, resolve video.x removal conflict.
  * add a new clean up patch, removes bits which where
    used by video.x code only.

please pull,
  Gerd

The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3:

  intel-hda: documentation update (2010-11-02 00:41:04 +0300)

are available in the git repository at:
  git://anongit.freedesktop.org/spice/qemu vgabios.3

Gerd Hoffmann (4):
      Add new vgabios binaries to blobs list.
      switch stdvga to pci vgabios
      switch vmware_vga to pci vgabios
      more stdvga cleanups.

 Makefile          |    5 +++--
 hw/mips_malta.c   |    2 +-
 hw/pc.c           |    2 +-
 hw/pc.h           |    3 +--
 hw/ppc_newworld.c |    2 +-
 hw/ppc_oldworld.c |    2 +-
 hw/ppc_prep.c     |    2 +-
 hw/sun4u.c        |    2 +-
 hw/vga-pci.c      |   43 ++++++++-----------------------------------
 hw/vga.c          |    2 --
 hw/vga_int.h      |    2 --
 hw/vmware_vga.c   |    7 +------
 12 files changed, 19 insertions(+), 55 deletions(-)

Comments

Gerd Hoffmann Nov. 9, 2010, 1:39 p.m. UTC | #1
On 11/03/10 12:56, Gerd Hoffmann wrote:
>    Hi,
>
> This patch series will put the new vgabios into use for stdvga and
> vmware_vga.  The vgabios patches this patch series depends on have
> just been posted to the list.
>
> For obvious reasons it depends on the new vgabios binaries being
> present, i.e. vgabios patches being committed to vgabios.git, subtree
> being updated and vgabios binaries being recompiled + committed to
> qemu.git.

[ ... ]

> The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3:
>
>    intel-hda: documentation update (2010-11-02 00:41:04 +0300)
>
> are available in the git repository at:
>    git://anongit.freedesktop.org/spice/qemu vgabios.3

Ping?

cheers,
   Gerd