commit | cec26bc3c125b5dd12a02f04133cd91eae3f1622 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Sep 29 13:32:38 2014 +0530 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 29 15:36:33 2014 +0200 |
tree | 6b04348df5a567b246dbf3e63143c0652ad2b3df | |
parent | e77d99d4a4ec761ad061f1ec890c71040a92efe3 [diff] |
KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode We use cma reserved area for creating guest hash page table. Don't do the reservation in non-hypervisor mode. This avoids unnecessary CMA reservation when booting with limited memory configs like fadump and kdump. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>