]> git.proxmox.com Git - qemu.git/commit
icount: use cpu_get_icount() directly
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Oct 2013 15:21:51 +0000 (17:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2013 15:31:00 +0000 (17:31 +0200)
commit468cc7cf3b85dd20a833773e6bde9f720f2df677
treea7d3db420ee95f01332aed72d01fc0774e4fad86
parentadd40e9777de139fb317ca6b1fb0dc142601cfcd
icount: use cpu_get_icount() directly

This will help later when we will have to place these calls in
a critical section, and thus call a version of cpu_get_icount()
that does not take the lock.

Reviewed-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c