Skip to content

Commit

Permalink
KVM/MIPS32: Routines to handle specific traps/exceptions while execut…
Browse files Browse the repository at this point in the history
…ing the guest.

Signed-off-by: Sanjay Lal <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
sanjaylca authored and ralfbaechle committed May 8, 2013
1 parent 06d1838 commit f5c236d
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/mips/kvm/kvm_cb.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
* Authors: Yann Le Du <[email protected]>
*/

#include <linux/export.h>
#include <linux/kvm_host.h>

struct kvm_mips_callbacks *kvm_mips_callbacks;
EXPORT_SYMBOL(kvm_mips_callbacks);
Loading

0 comments on commit f5c236d

Please sign in to comment.