From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6g4h-0006C2-0X for qemu-devel@nongnu.org; Mon, 14 Jul 2014 09:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6g4Y-0000eQ-8m for qemu-devel@nongnu.org; Mon, 14 Jul 2014 09:13:46 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:54730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6g4Y-0000dj-2W for qemu-devel@nongnu.org; Mon, 14 Jul 2014 09:13:38 -0400 Received: by mail-pa0-f44.google.com with SMTP id rd3so5393669pab.3 for ; Mon, 14 Jul 2014 06:13:37 -0700 (PDT) Message-ID: <53C3D77B.1000606@ozlabs.ru> Date: Mon, 14 Jul 2014 23:13:31 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1405004622-12304-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1405004622-12304-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [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: Paolo Bonzini , qemu-ppc@nongnu.org, Alexander Graf On 07/11/2014 01:03 AM, Alexey Kardashevskiy wrote: > 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 This is 2.2 stuff, right? :) > > > 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(-) > -- Alexey