mbox

[PULL,0/7] spice patch queue

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

Pull-request

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

Message

Gerd Hoffmann Nov. 2, 2012, 9:35 a.m. UTC
Hi,

Here comes the spice patch queue.  It carries some qxl bugfixes,
switches spice-display over to pixman, drops the obsolete pflib bits
and fixes some fallout from the console cleanup patch series.

please pull,
  Gerd

The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:

  Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01 11:14:39 -0500)

are available in the git repository at:

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

Alon Levy (2):
      hw/qxl: guest bug on primary create with stride %4 != 0
      hw/qxl: qxl_send_events: nop if stopped

Gerd Hoffmann (5):
      qxl: fix cursor reset
      qxl: call dpy_gfx_resize when entering vga mode
      spice: switch to pixman
      pflib: unused, remove it.
      spice: fix initialization order

 Makefile.objs      |    1 -
 console.h          |    5 +
 hw/qxl.c           |   36 ++++++++-
 pflib.c            |  215 ----------------------------------------------------
 pflib.h            |   20 -----
 qemu-pixman.c      |   13 +++
 qemu-pixman.h      |    2 +
 trace-events       |    1 +
 ui/spice-display.c |   53 ++++++-------
 ui/spice-display.h |    7 +-
 10 files changed, 79 insertions(+), 274 deletions(-)
 delete mode 100644 pflib.c
 delete mode 100644 pflib.h

Comments

Gerd Hoffmann Nov. 5, 2012, 12:29 p.m. UTC | #1
Hi,

>   git://anongit.freedesktop.org/spice/qemu spice.v62

Pushed spice.v63 : rebased to latest master, solved one conflict,
otherwise unchanged.

cheers,
  Gerd
Anthony Liguori Nov. 14, 2012, 4:21 p.m. UTC | #2
Gerd Hoffmann <kraxel@redhat.com> writes:

>   Hi,
>
> Here comes the spice patch queue.  It carries some qxl bugfixes,
> switches spice-display over to pixman, drops the obsolete pflib bits
> and fixes some fallout from the console cleanup patch series.
>
> please pull,
>   Gerd
>
> The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:
>
>   Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01 11:14:39 -0500)
>
> are available in the git repository at:
>
>   git://anongit.freedesktop.org/spice/qemu spice.v62

Pulled v63. Thanks.

Regards,

Anthony Liguori

>
> Alon Levy (2):
>       hw/qxl: guest bug on primary create with stride %4 != 0
>       hw/qxl: qxl_send_events: nop if stopped
>
> Gerd Hoffmann (5):
>       qxl: fix cursor reset
>       qxl: call dpy_gfx_resize when entering vga mode
>       spice: switch to pixman
>       pflib: unused, remove it.
>       spice: fix initialization order
>
>  Makefile.objs      |    1 -
>  console.h          |    5 +
>  hw/qxl.c           |   36 ++++++++-
>  pflib.c            |  215 ----------------------------------------------------
>  pflib.h            |   20 -----
>  qemu-pixman.c      |   13 +++
>  qemu-pixman.h      |    2 +
>  trace-events       |    1 +
>  ui/spice-display.c |   53 ++++++-------
>  ui/spice-display.h |    7 +-
>  10 files changed, 79 insertions(+), 274 deletions(-)
>  delete mode 100644 pflib.c
>  delete mode 100644 pflib.h