]> 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>
Fri, 1 Feb 2013 09:00:24 +0000 (10:00 +0100)
commit4f6c86c85f0e7e4468b5fdfb6dbfae3dcd2384db
treea039834b58e839d7d1e70080b3180762503963ff
parent6ea50fa62a290b59fae09e4cb45230f161be40a1
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]