aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm/callback.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan1-1/+1
Export symbols only to GPL modules to match other KVM symbols in virt/kvm/ and arch/*/kvm/. Signed-off-by: James Hogan <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Gleb Natapov <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/11887/ Signed-off-by: Ralf Baechle <[email protected]>
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu1-0/+14
Since all the files are in arch/mips/kvm/, there's no need of the prefixes "kvm_" and "kvm_mips_". Reviewed-by: James Hogan <[email protected]> Signed-off-by: Deng-Cheng Zhu <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>