Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() | Deng-Cheng Zhu | 2014-06-30 |
| | | | | | | | | | The commpage is allocated using kzalloc(), so there's no need of cleaning the memory of the kvm_mips_commpage struct and its internal mips_coproc. Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||
* | MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_" | Deng-Cheng Zhu | 2014-06-30 |
Since all the files are in arch/mips/kvm/, there's no need of the prefixes "kvm_" and "kvm_mips_". Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |