From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IL2QH-0008R3-Iw for qemu-devel@nongnu.org; Tue, 14 Aug 2007 15:51:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IL2QG-0008Qa-6U for qemu-devel@nongnu.org; Tue, 14 Aug 2007 15:51:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IL2QF-0008QQ-WF for qemu-devel@nongnu.org; Tue, 14 Aug 2007 15:51:24 -0400 Received: from nf-out-0910.google.com ([64.233.182.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IL2QF-0001D8-H4 for qemu-devel@nongnu.org; Tue, 14 Aug 2007 15:51:23 -0400 Received: by nf-out-0910.google.com with SMTP id 30so740299nfu for ; Tue, 14 Aug 2007 12:51:22 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 22:51:22 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] adding support for above 2giga for qemu. ( include patchs ) In-Reply-To: <1187107892.11302.31.camel@izike-desktop.qumranet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1187107892.11302.31.camel@izike-desktop.qumranet.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 On 8/14/07, Izik Eidus wrote: > well, i used kind of older patch from you, > for to get it to work in pc, you have to change the cmos > and the vga page0, and page1 as well... > > anyway you have anyidea why it is working with kvm above 4giga and not > with qemu??? can you look at how i did the mapping in qemu? The patch looks OK, and my version just renamed some unsigned longs to host_phys_addr_t. There are probably more cases of incorrect use of uint32_t or int as address that need fixing in Qemu whereas kvm is cleaner in this sense.