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)
commit669e846e6c4e13f16d7418973609931e362cb16a
tree63d7990b50d4e56cfc0a5c84c28f36a43651a860
parentb680f70fc111101d0b24b2c9f37453998622da1a
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]