-
Sergey Fedorov authored
Ensure atomicity of CPU's 'tb_jmp_cache' access for future translation block lookup out of 'tb_lock'. Note that this patch does *not* make CPU's TLB invalidation safe if it is done from some other thread while the CPU is in its execution loop. Signed-off-by:
Alex Bennée <alex.bennee@linaro.org>
Signed-off-by:
Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by:
Sergey Fedorov <sergey.fedorov@linaro.org>
Reviewed-by:
Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20160715175852.30749-4-sergey.fedorov@linaro.org>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>Sergey Fedorov authoredEnsure atomicity of CPU's 'tb_jmp_cache' access for future translation block lookup out of 'tb_lock'. Note that this patch does *not* make CPU's TLB invalidation safe if it is done from some other thread while the CPU is in its execution loop. Signed-off-by:
Alex Bennée <alex.bennee@linaro.org>
Signed-off-by:
Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by:
Sergey Fedorov <sergey.fedorov@linaro.org>
Reviewed-by:
Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20160715175852.30749-4-sergey.fedorov@linaro.org>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Loading