]> 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)
commit959c7e2fb2fbaa3af09f14c611229d0b9433f7b5
tree63d7990b50d4e56cfc0a5c84c28f36a43651a860
parentc5b3c8e91278543002852f8be5b9cefaa63d02bd
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]