]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
icount: make it thread-safe
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Oct 2013 13:17:25 +0000 (15:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2013 15:31:00 +0000 (17:31 +0200)
commit17a15f1b768fe2aab8c5f360b05c0daddf0c438b
treeb930d26ba7ec4e7923a1abf57154253047c2e6fd
parenta3270e19ccf05603dfaf09e1f18510f7c93095e0
icount: make it thread-safe

This lets threads other than the I/O thread use vm_clock even in -icount mode.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c