]> Git Repo - qemu.git/commit - tcg-runtime.c
tcg: Add CONFIG_ATOMIC64
authorRichard Henderson <[email protected]>
Fri, 2 Sep 2016 19:23:57 +0000 (12:23 -0700)
committerRichard Henderson <[email protected]>
Wed, 26 Oct 2016 15:29:01 +0000 (08:29 -0700)
commitdf79b996a7b21c6ea7847f7927a2e1a294b86c72
tree878779e7214c310b0b0929ca115e286a9f0ba12f
parent7ebee43ee3e2fcd7b5063058b7ef74bc43216733
tcg: Add CONFIG_ATOMIC64

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 <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
configure
cputlb.c
tcg-runtime.c
tcg/tcg-op.c
tcg/tcg-runtime.h
tcg/tcg.h
This page took 0.031414 seconds and 4 git commands to generate.