mbox

[PULL,0/5] spice patch queue.

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

Pull-request

git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150427-1

Message

Gerd Hoffmann April 27, 2015, 11:07 a.m. UTC
Hi,

Here is the spice patch queue, carrying a bunch of minor
patches piled up during the freeze.

My spice patch queue is empty now, if I happened to have
missed anything please resend.

please pull,
  Gerd

The following changes since commit f2a581010cb8e3a2564a45a2863a33a732cc2fc7:

  Update version for v2.3.0-rc4 release (2015-04-20 17:13:16 +0100)

are available in the git repository at:

  git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150427-1

for you to fetch changes up to 700cd855def54c2a9f2b6a016dcebf75fe19c238:

  spice: learn to hide cursor (2015-04-27 12:47:04 +0200)

----------------------------------------------------------------
spice: misc fixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      spice: fix simple display on bigendian hosts

Marc-André Lureau (3):
      spice: fix mouse cursor position
      spice: set pointer position on hotspot
      spice: learn to hide cursor

Markus Armbruster (1):
      monitor: Make client_migrate_info synchronous

 hmp-commands.hx            |  3 +--
 include/ui/qemu-pixman.h   |  2 ++
 include/ui/qemu-spice.h    |  7 ++-----
 include/ui/spice-display.h |  3 ++-
 monitor.c                  |  5 ++---
 qmp-commands.hx            |  3 +--
 ui/spice-core.c            | 26 +++++---------------------
 ui/spice-display.c         | 23 ++++++++++++++---------
 8 files changed, 29 insertions(+), 43 deletions(-)

Comments

Peter Maydell April 28, 2015, 9:30 a.m. UTC | #1
On 27 April 2015 at 12:07, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the spice patch queue, carrying a bunch of minor
> patches piled up during the freeze.
>
> My spice patch queue is empty now, if I happened to have
> missed anything please resend.
>
> please pull,
>   Gerd
>
> The following changes since commit f2a581010cb8e3a2564a45a2863a33a732cc2fc7:
>
>   Update version for v2.3.0-rc4 release (2015-04-20 17:13:16 +0100)
>
> are available in the git repository at:
>
>   git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150427-1
>
> for you to fetch changes up to 700cd855def54c2a9f2b6a016dcebf75fe19c238:
>
>   spice: learn to hide cursor (2015-04-27 12:47:04 +0200)

Applied, thanks.

-- PMM