From: Sanjay Lal Date: Thu, 22 Nov 2012 02:34:01 +0000 (-0800) Subject: KVM/MIPS32: Entry point for trampolining to the guest and trap handlers. X-Git-Tag: v3.10-rc1~15^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b680f70fc111101d0b24b2c9f37453998622da1a;p=pandora-kernel.git KVM/MIPS32: Entry point for trampolining to the guest and trap handlers. - __kvm_mips_vcpu_run: main entry point to enter guest, we save kernel context, load up guest context from and ERET to guest context. - mips32_exception: L1 exception handler(s), save k0/k1 and jump to main handlers. - mips32_GuestException: Generic exception handlers for exceptions/interrupts while in guest context. Save guest context, restore some kernel context and jump to main 'C' handler: kvm_mips_handle_exit() Signed-off-by: Sanjay Lal Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed