]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS/T&E: Default to reset vector
authorJames Hogan <james.hogan@imgtec.com>
Wed, 18 Jan 2017 16:20:31 +0000 (16:20 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 3 Feb 2017 15:21:31 +0000 (15:21 +0000)
commit31ac6b4d5b86f0e378acd74d81d112586ad2678b
treef841a98be1a4a312fabe21e9cd49c6fb7a2fc3ad
parentf6653e9b3ca019e72be6dba2daf09eb400177fb7
KVM: MIPS/T&E: Default to reset vector

Set the default VCPU state closer to the architectural reset state, with
PC pointing at the reset vector (uncached PA 0x1fc00000, which for KVM
T&E is VA 0x5fc00000), and with CP0_Status.BEV and CP0_Status.ERL to 1.

Although QEMU at least will overwrite this state, it makes sense to do
this now that CP0_EBase is properly implemented to check BEV, and now
that we support a sparse GPA layout potentially with a boot ROM at GPA
0x1fc00000.

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
arch/mips/kvm/trap_emul.c