Message ID | 51B4F003.9070005@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c index 3ab2946..87f25ea 100644 --- a/target-ppc/kvm.c +++ b/target-ppc/kvm.c @@ -1574,7 +1574,7 @@ uint64_t kvmppc_rma_size(uint64_t current_size, unsigned int hash_shift) /* Find the largest hardware supported page size that's less than * or equal to the (logical) backing page size of guest RAM */ - kvm_get_smmu_info(ppc_env_get_cpu(first_cpu), &info); + kvm_get_smmu_info(POWERPC_CPU(first_cpu), &info); rampagesize = getrampagesize(); best_page_shift = 0;