From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5FtI-0005M6-8m for qemu-devel@nongnu.org; Thu, 10 Jul 2014 11:04:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Ft4-0004cF-Dt for qemu-devel@nongnu.org; Thu, 10 Jul 2014 11:04:08 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:55213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Ft3-0004ab-LX for qemu-devel@nongnu.org; Thu, 10 Jul 2014 11:03:54 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Jul 2014 01:03:49 +1000 From: Alexey Kardashevskiy Date: Fri, 11 Jul 2014 01:03:40 +1000 Message-Id: <1405004622-12304-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v3 0/2] spapr: Enable huge pages again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , qemu-ppc@nongnu.org, Alexander Graf This does small RMA allocation rework and enables huge pages. Please comment, especially commit logs. Thanks! Changes: v3: * split to 2 patches, one mechanical * tested on PPC970 v2: * moved RMA memory region out of KVM code Alexey Kardashevskiy (2): spapr: Move RMA memory region registration code spapr: Enable use of huge pages hw/ppc/spapr.c | 19 ++++++++++++------- target-ppc/kvm.c | 13 +++---------- target-ppc/kvm_ppc.h | 2 +- 3 files changed, 16 insertions(+), 18 deletions(-) -- 2.0.0