qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL v2 0/6] spice patch queue


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL v2 0/6] spice patch queue
Date: Tue, 11 Jan 2011 13:08:19 +0100

  Hi,

Here is a bunch of spice patches accumuled this year,
they all have been on the list for review.

[ v2: rewrite the spice client migration in a way that
      allows vnc to easily join the party later on ]

please pull,
  Gerd

Alon Levy (1):
  spice: add chardev (v4)

Gerd Hoffmann (4):
  add migration state change notifiers
  spice/vnc: client migration.
  spice: MAINTAINERS update
  spice/qxl: zap spice 0.4 migration compatibility bits

Marc-André Lureau (1):
  vnc/spice: fix "never" and "now" expire_time

 MAINTAINERS       |    8 ++
 Makefile.objs     |    2 +-
 hmp-commands.hx   |   17 +++++
 hw/qxl.c          |   79 +++--------------------
 hw/qxl.h          |    4 -
 migration.c       |   28 ++++++++
 migration.h       |    5 ++
 monitor.c         |   31 ++++++++-
 qemu-char.c       |    4 +
 qemu-config.c     |    6 ++
 qemu-options.hx   |   16 ++++-
 qmp-commands.hx   |   35 ++++++++++
 spice-qemu-char.c |  185 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/qemu-spice.h   |    7 ++
 ui/spice-core.c   |   25 +++++++
 15 files changed, 375 insertions(+), 77 deletions(-)
 create mode 100644 spice-qemu-char.c

The following changes since commit 05bf441eb69a813d3893174d54faa6afa8c0d39b:

  cris: Remove unused orig_flags (2011-01-10 23:28:08 +0100)

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

Alon Levy (1):
      spice: add chardev (v4)

Gerd Hoffmann (4):
      add migration state change notifiers
      spice/vnc: client migration.
      spice: MAINTAINERS update
      spice/qxl: zap spice 0.4 migration compatibility bits

Marc-André Lureau (1):
      vnc/spice: fix "never" and "now" expire_time

 MAINTAINERS       |    8 ++
 Makefile.objs     |    2 +-
 hmp-commands.hx   |   17 +++++
 hw/qxl.c          |   79 +++--------------------
 hw/qxl.h          |    4 -
 migration.c       |   28 ++++++++
 migration.h       |    5 ++
 monitor.c         |   31 ++++++++-
 qemu-char.c       |    4 +
 qemu-config.c     |    6 ++
 qemu-options.hx   |   16 ++++-
 qmp-commands.hx   |   35 ++++++++++
 spice-qemu-char.c |  185 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/qemu-spice.h   |    7 ++
 ui/spice-core.c   |   25 +++++++
 15 files changed, 375 insertions(+), 77 deletions(-)
 create mode 100644 spice-qemu-char.c



reply via email to

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