]> git.baikalelectronics.ru Git - kernel.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, 8 May 2013 01:55:35 +0000 (03:55 +0200)
commita9ab5ecdc43a1ebb1a4ea64fef46d4f67f2c68a6
tree63d7990b50d4e56cfc0a5c84c28f36a43651a860
parent8c01221c21ddc499e73e19287cba05b6774d503b
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]