From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58254 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq2FV-0002rr-SR for qemu-devel@nongnu.org; Mon, 30 Aug 2010 07:10:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq02e-0005zF-2k for qemu-devel@nongnu.org; Mon, 30 Aug 2010 04:48:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53200) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq02d-0005yw-Rj for qemu-devel@nongnu.org; Mon, 30 Aug 2010 04:48:36 -0400 Message-ID: <4C7B705E.60404@redhat.com> Date: Mon, 30 Aug 2010 10:48:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v4 00/10] initial spice support. References: <1282903199-30669-1-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 08/28/10 08:42, Blue Swirl wrote: > On Fri, Aug 27, 2010 at 9:59 AM, Gerd Hoffmann wrote: >> Hi, >> >> Here comes v4 of the iniial spice support patch series, hopefully the >> final version. It brings just the very basic bits: >> >> * Detect spice in configure, Makefile windup. >> * Support for keyboard, mouse and tablet. >> * Support for simple display output (works as DisplayChangeListener, >> plays with any gfx card, sends simple draw commands to update >> dirty regions). >> >> Note that this patch series does *not* yet contain the qxl paravirtual >> gfx card. That will come as part of a additional patch series after >> sorting the vgabios support. >> >> The patches are also available in the git repository at: >> git://anongit.freedesktop.org/spice/qemu submit.4 > > Please read CODING_STYLE, especially the braces rule. I'm aware of the coding style. I'm also aware of the recent flam^Wdiscussions on that topic, especially the braces rule. I didn't read the whole thread though. Is there some result? If so, can someone summarize please? thanks, Gerd