From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uON-0006dl-Cr for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8uOH-0001sH-5B for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uOG-0001rA-T7 for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:09 -0400 Message-ID: <5046142A.1010308@redhat.com> Date: Tue, 04 Sep 2012 16:46:02 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <5045D424.6030903@redhat.com> <1346768089-14774-1-git-send-email-sandmann@cs.au.dk> In-Reply-To: <1346768089-14774-1-git-send-email-sandmann@cs.au.dk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] qxl: Add set_client_capabilities() interface to QXLInterface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?U8O4cmVuIFNhbmRtYW5u?= Cc: qemu-devel@nongnu.org, =?UTF-8?B?U8O4cmVuIFNhbmRtYW5uIFBlZGVyc2Vu?= Hi, > +static void interface_set_client_capabilities(QXLInstance *sin, > + uint8_t client_present, > + uint8_t caps[58]) Please don't use tabs for intention in qemu patches. Fixed it up this time, added both patches to the spice patch queue. thanks, Gerd