From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrWsf-00084a-5e for qemu-devel@nongnu.org; Wed, 08 Apr 2009 08:27:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrWsY-00082T-1W for qemu-devel@nongnu.org; Wed, 08 Apr 2009 08:27:47 -0400 Received: from [199.232.76.173] (port=52572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrWsX-00082J-NP for qemu-devel@nongnu.org; Wed, 08 Apr 2009 08:27:41 -0400 Received: from mx20.gnu.org ([199.232.41.8]:65414) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrWsX-0005BJ-Ev for qemu-devel@nongnu.org; Wed, 08 Apr 2009 08:27:41 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrWsW-0001Om-BB for qemu-devel@nongnu.org; Wed, 08 Apr 2009 08:27:40 -0400 From: Paul Brook Subject: Re: [Qemu-devel] start qemu failed with --enable-kvm -vga std Date: Wed, 8 Apr 2009 12:27:37 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904081327.37761.paul@codesourcery.com> 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 Cc: Peng Huang On Wednesday 08 April 2009, Peng Huang wrote: > Hi, > > The HEAD version qemu can not execute a VM with --enable-kvm -vga std or > -vga vmware on kernel 2.6.29.1-46.fc11.x86_64. I found it is because of > qemu call cpu_register_physical_memory with a wrong size. Below patch can > fix it on my box. Please test it. This is almost certainly the wrong way to fix this. Paul