summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/kvm_mips.c
Commit message (Expand)AuthorAgeFilesLines
* mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REGDavid Daney2013-06-111-29/+54
* mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney2013-06-031-9/+9
* mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2013-06-031-7/+245
* mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_io...David Daney2013-06-031-3/+3
* mips/kvm: Fix name of gpr field in struct kvm_regs.David Daney2013-06-031-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-101-6/+6
* KVM/MIPS32: MIPS arch specific APIs for KVMSanjay Lal2013-05-081-0/+958