-
Richard Henderson authored
Allow qemu to build on 32-bit hosts without 64-bit atomic ops. Even if we only allow 32-bit hosts to multi-thread emulate 32-bit guests, we still need some way to handle the 32-bit guest using a 64-bit atomic operation. Do so by dropping back to single-step. Reviewed-by:
Emilio G. Cota <cota@braap.org>
Reviewed-by:
Alex Bennée <alex.bennee@linaro.org>
Signed-off-by:
Richard Henderson <rth@twiddle.net>Richard Henderson authoredAllow qemu to build on 32-bit hosts without 64-bit atomic ops. Even if we only allow 32-bit hosts to multi-thread emulate 32-bit guests, we still need some way to handle the 32-bit guest using a 64-bit atomic operation. Do so by dropping back to single-step. Reviewed-by:
Emilio G. Cota <cota@braap.org>
Reviewed-by:
Alex Bennée <alex.bennee@linaro.org>
Signed-off-by:
Richard Henderson <rth@twiddle.net>
Loading