]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM/MIPS32: MIPS arch specific APIs for KVM
authorSanjay Lal <sanjayl@kymasys.com>
Thu, 22 Nov 2012 02:34:02 +0000 (18:34 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 13 Mar 2013 18:46:09 +0000 (19:46 +0100)
commit61932d0cf39214f7d7d6d4f0ad10738e7044a75c
treef67aa689ec8d045b9d03eb6cd583c2cd9be24401
parent908d8d621b5c506b03d2a370e6ee25de22694ee7
KVM/MIPS32: MIPS arch specific APIs for KVM

- Implements the arch specific APIs for KVM, some are stubs for MIPS
- kvm_mips_handle_exit(): Main 'C' distpatch routine for handling exceptions while in "Guest" mode.
- Also implements in-kernel timer interrupt support for the guest.

Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kvm/kvm_mips.c [new file with mode: 0644]
arch/mips/kvm/trace.h [new file with mode: 0644]