commit | 3a167beac07cba597856c12b87638a06b0d53db7 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Oct 07 22:17:53 2013 +0530 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 17 15:24:26 2013 +0200 |
tree | b7d484f8cb3519aec3177f914304b1d5e129d193 | |
parent | 9975f5e3692d320b4259a4d2edd8a979adb1e535 [diff] |
kvm: powerpc: Add kvmppc_ops callback This patch add a new callback kvmppc_ops. This will help us in enabling both HV and PR KVM together in the same kernel. The actual change to enable them together is done in the later patch in the series. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> [agraf: squash in booke changes] Signed-off-by: Alexander Graf <agraf@suse.de>