From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKq3-0003uX-3s for qemu-devel@nongnu.org; Tue, 10 Sep 2013 06:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJKpu-0004OW-HV for qemu-devel@nongnu.org; Tue, 10 Sep 2013 06:06:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKpu-0004O7-9E for qemu-devel@nongnu.org; Tue, 10 Sep 2013 06:06:18 -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 r8AA6HE5004352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 Sep 2013 06:06:17 -0400 From: Gerd Hoffmann Date: Tue, 10 Sep 2013 12:06:09 +0200 Message-Id: <1378807572-27902-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Carrying three little fixes. please pull, Gerd The following changes since commit 94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b: mips_malta: support up to 2GiB RAM (2013-09-09 18:42:22 +0200) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v73 for you to fetch changes up to c58c7b959b93b864a27fd6b3646ee1465ab8832b: qxl: fix local renderer (2013-09-10 11:14:08 +0200) ---------------------------------------------------------------- Christophe Fergeau (1): spice-core: Use g_strdup_printf instead of snprintf Gerd Hoffmann (2): qxl: trace io port name qxl: fix local renderer hw/display/qxl-render.c | 15 ++++++++++----- hw/display/qxl.c | 5 +++-- trace-events | 2 +- ui/spice-core.c | 28 ++++++++++++++-------------- 4 files changed, 28 insertions(+), 22 deletions(-)