]> Git Repo - qemu.git/commit
translate-all: introduce assert_no_pages_locked
authorEmilio G. Cota <[email protected]>
Fri, 23 Feb 2018 01:50:29 +0000 (20:50 -0500)
committerRichard Henderson <[email protected]>
Fri, 15 Jun 2018 17:42:55 +0000 (07:42 -1000)
commitfaa9372c07d062eb01f9da72e3f6c0f32efffca7
tree96b3a39266f5222e795c5f90e03b86c91e28384a
parent6d9abf85d538731ccff25fc29d7fa938115b1a80
translate-all: introduce assert_no_pages_locked

The appended adds assertions to make sure we do not longjmp with page
locks held. Note that user-mode has nothing to check, since page_locks
are !user-mode only.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Emilio G. Cota <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
include/exec/exec-all.h
This page took 0.02551 seconds and 4 git commands to generate.