]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-xtensa: update autorefill TLB entries conditionally
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 27 May 2012 14:34:52 +0000 (18:34 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 25 Jun 2012 13:48:23 +0000 (08:48 -0500)
commit2eb4d314cef55749f7835f6338080895daed277e
treeda93c36d5d9bf57d764f5bd523b67d7b0b79d6bf
parentadda59173c976b8863d74b612fafa9212b9182f2
target-xtensa: update autorefill TLB entries conditionally

This is to avoid interference of internal QEMU helpers
(cpu_get_phys_page_debug, tb_invalidate_virtual_addr) with guest-visible
TLB state.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
(cherry picked from commit ae4e7982e6db8b88e90db74779f4693bc2c636a8)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/op_helper.c