mbox

[PULL,00/10] spice patch queue: qxl & vga bits

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

Pull-request

git://anongit.freedesktop.org/spice/qemu spice.v58

Message

Gerd Hoffmann June 22, 2012, 9:25 a.m. UTC
Hi,

The spice patch queue carries a few vga bits this time,
specifically it makes the vga ram size configurable.

There are also a few qxl bugfixes and cleanups.

please pull,
  Gerd

Alon Levy (6):
  ui/spice-display.c: add missing initialization for valgrind
  hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
  qxl: stop dirty loging when not in vga mode
  hw/qxl: ignore guest from guestbug until reset
  qxl: reset current_async on qxl_soft_reset
  qxl: add vgamem_size_mb and vgamem_size

Gerd Hoffmann (4):
  vga: raise xres+yres limits
  vga: make vram size configurable
  add pc-1.2
  vga: raise default vgamem size

 hw/cirrus_vga.c    |    8 ++-
 hw/pc_piix.c       |   36 +++++++++++++-
 hw/qxl.c           |  138 ++++++++++++++++++++++++++++++++-------------------
 hw/qxl.h           |    8 +++-
 hw/vga-isa-mm.c    |    5 ++-
 hw/vga-isa.c       |    8 +++-
 hw/vga-pci.c       |    8 +++-
 hw/vga.c           |   13 ++++-
 hw/vga_int.h       |    8 ++--
 hw/vmware_vga.c    |   13 ++++-
 ui/spice-display.c |    2 +
 11 files changed, 177 insertions(+), 70 deletions(-)

The following changes since commit 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da:

  libcacard: build fixes (2012-06-21 20:04:24 +0000)

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

Alon Levy (6):
      ui/spice-display.c: add missing initialization for valgrind
      hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
      qxl: stop dirty loging when not in vga mode
      hw/qxl: ignore guest from guestbug until reset
      qxl: reset current_async on qxl_soft_reset
      qxl: add vgamem_size_mb and vgamem_size

Gerd Hoffmann (4):
      vga: raise xres+yres limits
      vga: make vram size configurable
      add pc-1.2
      vga: raise default vgamem size

 hw/cirrus_vga.c    |    8 ++-
 hw/pc_piix.c       |   36 +++++++++++++-
 hw/qxl.c           |  138 ++++++++++++++++++++++++++++++++-------------------
 hw/qxl.h           |    8 +++-
 hw/vga-isa-mm.c    |    5 ++-
 hw/vga-isa.c       |    8 +++-
 hw/vga-pci.c       |    8 +++-
 hw/vga.c           |   13 ++++-
 hw/vga_int.h       |    8 ++--
 hw/vmware_vga.c    |   13 ++++-
 ui/spice-display.c |    2 +
 11 files changed, 177 insertions(+), 70 deletions(-)

Comments

Anthony Liguori June 26, 2012, 10:38 p.m. UTC | #1
On 06/22/2012 04:25 AM, Gerd Hoffmann wrote:
>    Hi,
>
> The spice patch queue carries a few vga bits this time,
> specifically it makes the vga ram size configurable.
>
> There are also a few qxl bugfixes and cleanups.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> please pull,
>    Gerd
>
> Alon Levy (6):
>    ui/spice-display.c: add missing initialization for valgrind
>    hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
>    qxl: stop dirty loging when not in vga mode
>    hw/qxl: ignore guest from guestbug until reset
>    qxl: reset current_async on qxl_soft_reset
>    qxl: add vgamem_size_mb and vgamem_size
>
> Gerd Hoffmann (4):
>    vga: raise xres+yres limits
>    vga: make vram size configurable
>    add pc-1.2
>    vga: raise default vgamem size
>
>   hw/cirrus_vga.c    |    8 ++-
>   hw/pc_piix.c       |   36 +++++++++++++-
>   hw/qxl.c           |  138 ++++++++++++++++++++++++++++++++-------------------
>   hw/qxl.h           |    8 +++-
>   hw/vga-isa-mm.c    |    5 ++-
>   hw/vga-isa.c       |    8 +++-
>   hw/vga-pci.c       |    8 +++-
>   hw/vga.c           |   13 ++++-
>   hw/vga_int.h       |    8 ++--
>   hw/vmware_vga.c    |   13 ++++-
>   ui/spice-display.c |    2 +
>   11 files changed, 177 insertions(+), 70 deletions(-)
>
> The following changes since commit 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da:
>
>    libcacard: build fixes (2012-06-21 20:04:24 +0000)
>
> are available in the git repository at:
>    git://anongit.freedesktop.org/spice/qemu spice.v58
>
> Alon Levy (6):
>        ui/spice-display.c: add missing initialization for valgrind
>        hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
>        qxl: stop dirty loging when not in vga mode
>        hw/qxl: ignore guest from guestbug until reset
>        qxl: reset current_async on qxl_soft_reset
>        qxl: add vgamem_size_mb and vgamem_size
>
> Gerd Hoffmann (4):
>        vga: raise xres+yres limits
>        vga: make vram size configurable
>        add pc-1.2
>        vga: raise default vgamem size
>
>   hw/cirrus_vga.c    |    8 ++-
>   hw/pc_piix.c       |   36 +++++++++++++-
>   hw/qxl.c           |  138 ++++++++++++++++++++++++++++++++-------------------
>   hw/qxl.h           |    8 +++-
>   hw/vga-isa-mm.c    |    5 ++-
>   hw/vga-isa.c       |    8 +++-
>   hw/vga-pci.c       |    8 +++-
>   hw/vga.c           |   13 ++++-
>   hw/vga_int.h       |    8 ++--
>   hw/vmware_vga.c    |   13 ++++-
>   ui/spice-display.c |    2 +
>   11 files changed, 177 insertions(+), 70 deletions(-)
>
>