From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6ut-0000BJ-Eu for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl6us-0003p5-85 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:43 -0500 Received: from mail-ia0-f174.google.com ([209.85.210.174]:62676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6us-0003oz-45 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:42 -0500 Received: by mail-ia0-f174.google.com with SMTP id y25so1175441iay.33 for ; Tue, 18 Dec 2012 15:49:41 -0800 (PST) From: Anthony Liguori In-Reply-To: <1355749479-25470-1-git-send-email-kraxel@redhat.com> References: <1355749479-25470-1-git-send-email-kraxel@redhat.com> Date: Tue, 18 Dec 2012 17:49:39 -0600 Message-ID: <87623yyl7w.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/8] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > This is the spice patch queue, bringing two bugfixes > and chardev redirection over spice. Pulled. Thanks. Regards, Anthony Liguori > > 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