]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips/mips_malta.c
mips: Add KVM T&E segment support for TCG
authorJames Hogan <james.hogan@imgtec.com>
Mon, 31 Jul 2017 13:09:13 +0000 (14:09 +0100)
committerYongbok Kim <yongbok.kim@imgtec.com>
Wed, 2 Aug 2017 21:18:06 +0000 (22:18 +0100)
commitd3d93c6c1eb0d94d2f203ac272629e6ebfc468a7
tree83d3af6e6b6e4805be622337ebf354b3681b95a5
parent6743334568933199927af4992a04bfb3c30610f5
mips: Add KVM T&E segment support for TCG

MIPS KVM trap & emulate guest kernels have a different segment layout
compared with traditional MIPS kernels, to allow both the user and
kernel code to run from the user address segment without repeatedly
trapping to KVM.

QEMU currently supports this layout only for KVM, but its sometimes
useful to be able to run these kernels in QEMU on a PC, so enable it for
TCG too.

This also paves the way for MIPS KVM VZ support (which uses the normal
virtual memory layout) by abstracting whether user mode kernel segments
are in use.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Yongbok Kim <yongbok.kim@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
Reviewed-by: Richard Henderson <rth@twiddle.net>
[Yongbok Kim:
  minor change]
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
hw/mips/addr.c
hw/mips/mips_malta.c
include/hw/mips/cpudevs.h
target/mips/helper.c
target/mips/translate.c