From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STsBi-0002iU-9L for qemu-devel@nongnu.org; Mon, 14 May 2012 06:07:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STsBf-00065P-IJ for qemu-devel@nongnu.org; Mon, 14 May 2012 06:07:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STsBf-00064q-AH for qemu-devel@nongnu.org; Mon, 14 May 2012 06:07:31 -0400 Message-ID: <4FB0D95D.5020402@redhat.com> Date: Mon, 14 May 2012 13:07:25 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1336576986-14390-1-git-send-email-avi@redhat.com> In-Reply-To: <1336576986-14390-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vga: fix vram double-mapping with -vga std and -M pc-0.12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Michael Tokarev On 05/09/2012 06:23 PM, Avi Kivity wrote: > With pc-0.12, we map the video RAM both through the PCI BAR (the guest does > this) and through a fixed mapping at 0xe0000000. The memory API doesn't allow > this double map, and aborts. > > Fix by using an alias. > > Ping; should be 1.1ed. -- error compiling committee.c: too many arguments to function