MIPS: KVM: Relative branch to common exit handler
authorJames Hogan <james.hogan@imgtec.com>
Thu, 23 Jun 2016 16:34:46 +0000 (17:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:55 +0000 (16:08 +0200)
commit1f9ca62cbc5f4d1663a0f0d193156ce9dc6ed452
tree263a795bad14def08539b3c8947ed5f176b4f52d
parent1e5217f54251ddd339e00a0b30f126589737d467
MIPS: KVM: Relative branch to common exit handler

Use a relative branch to get from the individual exception vectors to
the common guest exit handler, rather than loading the address of the
exit handler and jumping to it.

This is made easier due to the fact we are now generating the entry code
dynamically. This will also allow the exception code to be further
reduced in future patches.

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
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/kvm_host.h
arch/mips/kvm/entry.c
arch/mips/kvm/mips.c
This page took 0.025785 seconds and 5 git commands to generate.