commit | 5207ce144a25aef89dd12b8fc3ccaa53aba4f2bd | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Mon Nov 28 23:15:53 2016 +0000 |
committer | James Hogan <james.hogan@imgtec.com> | Fri Feb 03 15:21:13 2017 +0000 |
tree | 34a878c2607d1681ea2e4406f658dfc7f2eff7bc | |
parent | 4b21e8abf959ca66c27f0656bf294fe69d3f2254 [diff] |
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst() Use the lockless GVA helpers to implement the reading of guest instructions for emulation. This will allow it to handle asynchronous TLB flushes when they are implemented. 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