commit | d8a499f17ee5f05407874f29f69f0e3e3198a853 | [log] [tgz] |
---|---|---|
author | Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | Wed Nov 26 13:40:16 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 15 12:21:02 2014 +0100 |
tree | b0a5b9acd472944893924e637faa4262fd86f1b5 | |
parent | 2a62914bd8209d97e918f30f0de74bec2bf622c4 [diff] |
cpu-exec: invalidate nocache translation if they are interrupted In this case, QEMU might longjmp out of cpu-exec.c and miss the final cleanup in cpu_exec_nocache. Do this manually through a new compile flag. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>