]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Handle tec in s390_cpu_tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:02 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit1ab3302886b6b4278b439439ceacb46c4effbb5d
tree9d58be6eab19bc6bf0c9dc026eb4e018bbc5fc02
parent18ab936d0017a1a0bf041f4e4e277c83384684fe
target/s390x: Handle tec in s390_cpu_tlb_fill

As a step toward moving all excption handling out of mmu_translate,
copy handling of the LowCore tec value from trigger_access_exception
into s390_cpu_tlb_fill.  So far this new plumbing isn't used.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-7-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/excp_helper.c