From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNefJ-0006hs-CP for qemu-devel@nongnu.org; Tue, 30 Nov 2010 23:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNQIr-0007x5-SO for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:31:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNQIr-0006wt-Kz for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:31:29 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAUDV7c6004814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Nov 2010 08:31:07 -0500 Received: from rincewind.home.kraxel.org (vpn1-7-174.ams2.redhat.com [10.36.7.174]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAUDV6Z6030876 for ; Tue, 30 Nov 2010 08:31:06 -0500 Message-ID: <4CF4FC99.7070608@redhat.com> Date: Tue, 30 Nov 2010 14:31:05 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] spice: qxl device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, The following changes since commit 661a1799ba6544a54888283db19dd51469da01e5: Add pcnet-pci.c (2010-11-27 11:56:02 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu qxl Gerd Hoffmann (2): spice: add qxl vgabios binary. spice: add qxl device Makefile | 2 +- Makefile.target | 1 + hw/hw.h | 14 + hw/pc.c | 8 + hw/qxl-logger.c | 248 ++++++++ hw/qxl-render.c | 226 +++++++ hw/qxl.c | 1587 +++++++++++++++++++++++++++++++++++++++++++++++ hw/qxl.h | 112 ++++ hw/vga_int.h | 2 +- pc-bios/vgabios-qxl.bin | Bin 0 -> 40448 bytes qemu-options.hx | 6 +- sysemu.h | 3 +- ui/spice-core.c | 15 + vl.c | 4 +- 14 files changed, 2223 insertions(+), 5 deletions(-) create mode 100644 hw/qxl-logger.c create mode 100644 hw/qxl-render.c create mode 100644 hw/qxl.c create mode 100644 hw/qxl.h create mode 100644 pc-bios/vgabios-qxl.bin