From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkaNF-0004xc-Q8 for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkaN8-0004EG-G9 for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkaN8-0004Du-9W for qemu-devel@nongnu.org; Mon, 17 Dec 2012 08:04:42 -0500 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 qBHD4fIj023414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Dec 2012 08:04:41 -0500 From: Gerd Hoffmann Date: Mon, 17 Dec 2012 14:04:31 +0100 Message-Id: <1355749479-25470-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 0/8] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This is the spice patch queue, bringing two bugfixes and chardev redirection over spice. please pull, Gerd The following changes since commit a8a826a3c3b8c8a1c4def0e9e22b46e78e6163= a0: exec: refactor cpu_restore_state (2012-12-16 08:35:24 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v66 Gerd Hoffmann (1): qxl: save qemu_create_displaysurface_from result Marc-Andr=C3=A9 Lureau (6): spice-qemu-char: write to chardev whatever amount it can read spice-qemu-char: factor out CharDriverState creation spice-qemu-char: add spiceport chardev spice-qemu-char: keep a list of spice chardev spice-qemu-char: register spicevmc ports during qemu_spice_init() docs: add spice-port-fqdn.txt Uri Lublin (1): qxl+vnc: register a vm state change handler for dummy spice_server docs/spice-port-fqdn.txt | 19 ++++++++ hw/qxl-render.c | 11 +++-- qemu-char.c | 3 + qemu-options.hx | 13 ++++++ spice-qemu-char.c | 107 ++++++++++++++++++++++++++++++++++++++--= ------ trace-events | 1 + ui/qemu-spice.h | 4 ++ ui/spice-core.c | 6 +++ 8 files changed, 141 insertions(+), 23 deletions(-) create mode 100644 docs/spice-port-fqdn.txt