From patchwork Tue Jan 11 12:08:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 78359 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by ozlabs.org (Postfix) with ESMTP id EA899B6F2B for ; Tue, 11 Jan 2011 23:19:50 +1100 (EST) Received: from localhost ([127.0.0.1]:46959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pcd7C-0004FD-Ip for incoming@patchwork.ozlabs.org; Tue, 11 Jan 2011 07:14:18 -0500 Received: from [140.186.70.92] (port=52658 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pcd25-0002DN-73 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:09:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pcd1b-0008F3-8i for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:08:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pcd1a-0008Eb-UZ for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:08:31 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0BC8To9000526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 07:08:30 -0500 Received: from rincewind.home.kraxel.org (vpn2-8-101.ams2.redhat.com [10.36.8.101]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0BC8SYp028464; Tue, 11 Jan 2011 07:08:28 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C6CCB415F0; Tue, 11 Jan 2011 13:08:26 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Tue, 11 Jan 2011 13:08:19 +0100 Message-Id: <1294747706-31382-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id p0BC8To9000526 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL v2 0/6] spice patch queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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