From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpF7W-0002hC-Ac for qemu-devel@nongnu.org; Sat, 28 Aug 2010 02:42:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpF7U-0007TU-MD for qemu-devel@nongnu.org; Sat, 28 Aug 2010 02:42:29 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:59369) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpF7U-0007TK-JP for qemu-devel@nongnu.org; Sat, 28 Aug 2010 02:42:28 -0400 Received: by qwh5 with SMTP id 5so3593773qwh.4 for ; Fri, 27 Aug 2010 23:42:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1282903199-30669-1-git-send-email-kraxel@redhat.com> References: <1282903199-30669-1-git-send-email-kraxel@redhat.com> From: Blue Swirl Date: Sat, 28 Aug 2010 06:42:05 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v4 00/10] initial spice support. Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Fri, Aug 27, 2010 at 9:59 AM, Gerd Hoffmann wrote: > =C2=A0Hi, > > Here comes v4 of the iniial spice support patch series, hopefully the > final version. =C2=A0It brings just the very basic bits: > > =C2=A0* Detect spice in configure, Makefile windup. > =C2=A0* Support for keyboard, mouse and tablet. > =C2=A0* Support for simple display output (works as DisplayChangeListener= , > =C2=A0 plays with any gfx card, sends simple draw commands to update > =C2=A0 dirty regions). > > Note that this patch series does *not* yet contain the qxl paravirtual > gfx card. =C2=A0That will come as part of a additional patch series after > sorting the vgabios support. > > The patches are also available in the git repository at: > =C2=A0git://anongit.freedesktop.org/spice/qemu submit.4 Please read CODING_STYLE, especially the braces rule.