From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAjbA-0003v6-AO for qemu-devel@nongnu.org; Thu, 11 Dec 2008 06:20:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAjb7-0003tv-Vy for qemu-devel@nongnu.org; Thu, 11 Dec 2008 06:20:51 -0500 Received: from [199.232.76.173] (port=50399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAjb7-0003to-Rg for qemu-devel@nongnu.org; Thu, 11 Dec 2008 06:20:49 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:2802) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAjb7-00058B-Ir for qemu-devel@nongnu.org; Thu, 11 Dec 2008 06:20:49 -0500 Message-ID: <4940F78F.9000908@eu.citrix.com> Date: Thu, 11 Dec 2008 11:20:47 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1 of 7] few more accessors References: <492D8B9D.1010001@eu.citrix.com> <49358B96.7090106@codemonkey.ws> In-Reply-To: <49358B96.7090106@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > There isn't a ds_get_bytes_per_pixel in console.h so this breaks the > build. Is your patch missing something perhaps? > I created ds_get_bytes_per_pixel only in the third patch. I'll fix this.