From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9WPO-0003Pi-Nj for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:21:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9WPG-0001FU-Ru for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:21:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9WPG-0001F4-Jd for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:21:42 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q867Lf0L010870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Sep 2012 03:21:42 -0400 From: Gerd Hoffmann Date: Thu, 6 Sep 2012 09:21:26 +0200 Message-Id: <1346916100-12958-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/14] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the spice patch queue with a bunch of fresh patches for 1.3. A new qmp event is there, to fix spice client migration races, and a bunch of patches needed to make use of the new goodies the upcoming spice-server version (0.12) brings. The later is disabled by default, we'll flip the switch once 0.12 is finally released and all patches needed are merged. cheers, Gerd The following changes since commit 8db972cfa469b4e4afd9c65e54e796b83b5ce3= a2: Update version for 1.2.0 (2012-09-05 07:50:01 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v59 Alon Levy (4): qxl/update_area_io: guest_bug on invalid parameters qxl: disallow unknown revisions qxl: add QXL_IO_MONITORS_CONFIG_ASYNC configure: print spice-protocol and spice-server versions Christophe Fergeau (1): spice: abort on invalid streaming cmdline params Gerd Hoffmann (1): spice: make number of surfaces runtime-configurable. S=C3=B8ren Sandmann Pedersen (2): qxl: Add set_client_capabilities() interface to QXLInterface Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPP Yonit Halperin (6): spice: notify spice server on vm start/stop spice: notify on vm state change only via spice_server_vm_start/sto= p spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED spice: add 'migrated' flag to spice info spice: adding seamless-migration option to the command line spice: increase the verbosity of spice section in "qemu --help" configure | 11 +++- hmp.c | 2 + hw/qxl.c | 175 +++++++++++++++++++++++++++++++++++++++++++++-= ------ hw/qxl.h | 10 +++- monitor.c | 1 + monitor.h | 1 + qapi-schema.json | 5 +- qemu-config.c | 3 + qemu-options.hx | 21 ++++++- trace-events | 1 + ui/spice-core.c | 41 ++++++++++++- ui/spice-display.c | 37 ++++++++++- ui/spice-display.h | 13 +++- 13 files changed, 284 insertions(+), 37 deletions(-)