From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWG2o-00008o-Ol for qemu-devel@nongnu.org; Thu, 21 Aug 2008 15:42:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWG2l-00007b-V9 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 15:42:06 -0400 Received: from [199.232.76.173] (port=53683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWG2l-00007Q-NJ for qemu-devel@nongnu.org; Thu, 21 Aug 2008 15:42:03 -0400 Received: from hs-out-0708.google.com ([64.233.178.240]:53341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWG2k-0008NF-KB for qemu-devel@nongnu.org; Thu, 21 Aug 2008 15:42:03 -0400 Received: by hs-out-0708.google.com with SMTP id k27so73740hsc.2 for ; Thu, 21 Aug 2008 12:41:58 -0700 (PDT) Message-ID: <48ADC4D8.2000001@codemonkey.ws> Date: Thu, 21 Aug 2008 14:41:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] linux-user: Detect and fix 32-bit guest on 64-bit host issues - v2 References: <48A69B64.7050001@web.de> In-Reply-To: <48A69B64.7050001@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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 Jan Kiszka wrote: > This series deals with address space mapping issues around h2g/g2h that > currently exist on 64-bit hosts running 32-bit Linux user-space guests. > > The first 3 patches are taken unmodified from -v1 of this series (except > for a compiler warning fix in 2). The 4th and 5th are new, hopefully > addressing the bug in page_find_alloc correctly now. > > This series fixes the problem reported here: > > http://permalink.gmane.org/gmane.comp.emulators.qemu/26987 > linux-user currently lacks a maintainer so I don't know who the right person is to review these patches. I'm not at all familiar with the code myself. Regards, Anthony Liguori > Jan > > > > >