-
- Downloads
KVM: PPC: Move guest enter/exit down into subarch-specific code
Instead of doing the kvm_guest_enter/exit() and local_irq_dis/enable() calls in powerpc.c, this moves them down into the subarch-specific book3s_pr.c and booke.c. This eliminates an extra local_irq_enable() call in book3s_pr.c, and will be needed for when we do SMT4 guest support in the book3s hypervisor mode code. Signed-off-by:Paul Mackerras <paulus@samba.org> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- arch/powerpc/include/asm/kvm_ppc.h 1 addition, 0 deletionsarch/powerpc/include/asm/kvm_ppc.h
- arch/powerpc/kvm/book3s_interrupts.S 1 addition, 1 deletionarch/powerpc/kvm/book3s_interrupts.S
- arch/powerpc/kvm/book3s_pr.c 6 additions, 6 deletionsarch/powerpc/kvm/book3s_pr.c
- arch/powerpc/kvm/booke.c 13 additions, 0 deletionsarch/powerpc/kvm/booke.c
- arch/powerpc/kvm/powerpc.c 1 addition, 5 deletionsarch/powerpc/kvm/powerpc.c
Please register or sign in to comment