From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRs6u-0001sM-Nb for qemu-devel@nongnu.org; Fri, 17 Jul 2009 14:24:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRs6q-0001qD-J8 for qemu-devel@nongnu.org; Fri, 17 Jul 2009 14:24:43 -0400 Received: from [199.232.76.173] (port=49973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRs6p-0001q9-D9 for qemu-devel@nongnu.org; Fri, 17 Jul 2009 14:24:39 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:42637) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRs6p-0003K3-2T for qemu-devel@nongnu.org; Fri, 17 Jul 2009 14:24:39 -0400 Received: by ewy17 with SMTP id 17so839375ewy.34 for ; Fri, 17 Jul 2009 11:24:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <200907171219.n6HCJOOJ013182@d01av03.pok.ibm.com> Date: Fri, 17 Jul 2009 20:24:37 +0200 Message-ID: <5b31733c0907171124n5edac94fh598c4bf417d8f42a@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [COMMIT 379f669] Userspace guest address offsetting From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Anthony Liguori , qemu-devel@nongnu.org, Paul Brook On Fri, Jul 17, 2009 at 8:11 PM, Juan Quintela wrote: > Anthony Liguori wrote: >> From: Paul Brook >> >> Re-implement GUEST_BASE support. >> Offset guest ddress space by default if the guest binary contains >> regions below the host mmap_min_addr. >> Implement support for i386, x86-64 and arm hosts. >> >> Signed-off-by: Riku Voipio >> Signed-off-by: Paul Brook > > Hi > > I need this patch to be able to crosscompile for windows. > No, I don't know if it is correct, but for the context it looks like > this is the intent. > > Paul? > > Signed-off-by: Juan Quintela The patch is definitely correct and should be applied. Acked-by: Filip Navara F.