commit | 607ef2fdeb95ae63322321ca15b41f76870f48f1 | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Tue Mar 14 10:15:22 2017 +0000 |
committer | James Hogan <james.hogan@imgtec.com> | Tue Mar 28 14:53:48 2017 +0100 |
tree | 1efe20ac79dc2c112ee18c0a4de6f0713a91d6c7 | |
parent | a517c1ad65921765d5ac8594567c7bb6f352655c [diff] |
KVM: MIPS: Add callback to check extension Add an implementation callback for checking presence of KVM extensions. This allows implementation specific extensions to be provided without ifdefs in mips.c. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: "Radim Krčmář" <rkrcmar@redhat.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org