From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpHNE-00041T-OI for qemu-devel@nongnu.org; Wed, 19 Jun 2013 08:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpHNB-0005hW-Lg for qemu-devel@nongnu.org; Wed, 19 Jun 2013 08:20:28 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:47928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpHNB-0005h2-DL for qemu-devel@nongnu.org; Wed, 19 Jun 2013 08:20:25 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Jun 2013 13:15:18 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 171512190066 for ; Wed, 19 Jun 2013 13:23:49 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5JCK9vI11010116 for ; Wed, 19 Jun 2013 12:20:09 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r5JCKJK4001520 for ; Wed, 19 Jun 2013 06:20:19 -0600 Message-ID: <51C1A200.6000904@de.ibm.com> Date: Wed, 19 Jun 2013 14:20:16 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1371642264-17704-1-git-send-email-armbru@redhat.com> <1371642264-17704-5-git-send-email-armbru@redhat.com> In-Reply-To: <1371642264-17704-5-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/8] exec: Simplify the guest physical memory allocation hook List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: peter.maydell@linaro.org, stefano.stabellini@eu.citrix.com, mtosatti@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net On 19/06/13 13:44, Markus Armbruster wrote: > Make it a generic hook rather than a KVM hook. Less code and > ifdeffery. > > Since the only user of the hook is old S390 KVM, there's hope we can > get rid of it some day. > > Signed-off-by: Markus Armbruster Acked-by: Christian Borntraeger