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