KVM: PPC: Separate loadstore emulation from priv emulation
[deliverable/linux.git] / arch / powerpc / kvm / powerpc.c
index 544d1d30c8cc69cc5d84e4ed7d01f0e75af876c6..c14ed15fd60b6be569cf6edf2445527907250254 100644 (file)
@@ -272,7 +272,7 @@ int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu)
        enum emulation_result er;
        int r;
 
-       er = kvmppc_emulate_instruction(run, vcpu);
+       er = kvmppc_emulate_loadstore(vcpu);
        switch (er) {
        case EMULATE_DONE:
                /* Future optimization: only reload non-volatiles if they were
This page took 0.035452 seconds and 5 git commands to generate.