From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyFcZ-0006g0-ER for qemu-devel@nongnu.org; Fri, 29 May 2015 04:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyFcW-0005nP-8y for qemu-devel@nongnu.org; Fri, 29 May 2015 04:26:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyFcW-0005n6-3k for qemu-devel@nongnu.org; Fri, 29 May 2015 04:26:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id C75ADBBB45 for ; Fri, 29 May 2015 08:26:23 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 29 May 2015 10:26:14 +0200 Message-Id: <1432887978-7411-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/4] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A number of small bugfixes accumulated in the spice patch queue. No major changes in there. Time to flush it. please pull, Gerd The following changes since commit ce0274f730eacbd24c706523ddbbabb6b95d06= 59: Revert "gdbstub: Do not kill target in system emulation mode" (2015-05-= 28 16:57:35 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150529-1 for you to fetch changes up to f7a8beb5e6a13dc924895244777d9ef08b23b367: spice: fix spice_chr_add_watch() pre-condition (2015-05-29 09:56:01 +02= 00) ---------------------------------------------------------------- spice: misc fixes. ---------------------------------------------------------------- Gerd Hoffmann (1): spice: don't update mm_time when spice-server is stopped. Marc-Andr=C3=A9 Lureau (3): virtio-console: notify chardev when writable spice-char: notify the server when chardev is writable spice: fix spice_chr_add_watch() pre-condition hw/char/virtio-console.c | 10 ++++++++++ hw/display/qxl.c | 4 ++++ spice-qemu-char.c | 13 ++++++++++++- ui/spice-core.c | 1 + 4 files changed, 27 insertions(+), 1 deletion(-)