aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-04-04 15:35:48 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-04-05 11:46:52 +0200
commitccffff48c93c30733783b05cd1ef843a4c274653 (patch)
tree25b3be1fc0fef438d0901d5537f627ed466a5de0 /include
parenta89ef0c357abfbf1f76e2d7418fe3c880e0364bd (diff)
downloadqemu-ccffff48c93c30733783b05cd1ef843a4c274653.zip
qemu-ccffff48c93c30733783b05cd1ef843a4c274653.tar.gz
qemu-ccffff48c93c30733783b05cd1ef843a4c274653.tar.bz2
cpus: don't use atomic_read for vm_clock_warp_start
As vm_clock_warp_start is a 64 bit value this causes problems for the compiler trying to come up with a suitable atomic operation on 32 bit hosts. Because the variable is protected by vm_clock_seqlock, we check its value inside a seqlock critical section. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <1459780549-12942-2-git-send-email-alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions