From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0qOR-0001Or-69 for qemu-devel@nongnu.org; Thu, 22 Oct 2009 01:39:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0qOL-0001Ky-MB for qemu-devel@nongnu.org; Thu, 22 Oct 2009 01:39:22 -0400 Received: from [199.232.76.173] (port=46183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0qOL-0001Ka-6e for qemu-devel@nongnu.org; Thu, 22 Oct 2009 01:39:17 -0400 Received: from mtagate4.de.ibm.com ([195.212.17.164]:40008) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0qOK-00070D-OM for qemu-devel@nongnu.org; Thu, 22 Oct 2009 01:39:17 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate4.de.ibm.com (8.13.1/8.13.1) with ESMTP id n9M5dCVM030427 for ; Thu, 22 Oct 2009 05:39:12 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9M5d6YN2658326 for ; Thu, 22 Oct 2009 07:39:12 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9M5d6Fn003056 for ; Thu, 22 Oct 2009 07:39:06 +0200 Message-ID: <4ADFF004.7040600@de.ibm.com> Date: Thu, 22 Oct 2009 07:39:16 +0200 From: Carsten Otte MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/9] Export function for VA defined ram allocation References: <1256117106-9475-1-git-send-email-agraf@suse.de> <1256117106-9475-2-git-send-email-agraf@suse.de> <4ADF1AE4.8020004@codemonkey.ws> <4ADF3CB5.9090700@codemonkey.ws> <80C7ACF1-A6F3-4212-8AFB-E97C23C98218@suse.de> <4ADF4DAA.1030501@codemonkey.ws> In-Reply-To: <4ADF4DAA.1030501@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Carsten Otte , Alexander Graf , qemu-devel Anthony Liguori wrote: > However, an ugly #ifdef immediately tells someone, oh, s390 kvm needs > this terrible hack, so let's keep bugging those guys to eliminate the > need for that. /me moves cleaning up memslot handling a little further up the prio list. I fear it still won't make it to queue head in the near future, but I'll see what I can do.