]> Git Repo - qemu.git/commit
cpus: allow cpu_get_ticks out of BQL
authorPaolo Bonzini <[email protected]>
Sat, 18 Aug 2018 07:36:16 +0000 (09:36 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 23 Aug 2018 16:46:25 +0000 (18:46 +0200)
commitf2a4ad6d49e0683f4abb12e89797da889e4aadb9
treee9a57ac8f4d72779305d89496b22a4231a39f332
parent94377115b2458506579907f3ebf1ffbfea12b216
cpus: allow cpu_get_ticks out of BQL

Because of cpu_ticks_prev, we cannot use a seqlock.  But then the conversion
is even easier. :)

Signed-off-by: Paolo Bonzini <[email protected]>
cpus.c
This page took 0.019622 seconds and 4 git commands to generate.