icount: introduce cpu_get_icount_raw
commit2a62914bd8209d97e918f30f0de74bec2bf622c4
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Mon, 8 Dec 2014 07:53:45 +0000 (8 10:53 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Dec 2014 11:21:02 +0000 (15 12:21 +0100)
treed085c0d5a06f4a9ea4302178b2987a3e2f8628c5
parent626cf8f4c6157ed133f0daa89b90d4169060bc97
icount: introduce cpu_get_icount_raw

Separate accessing the instruction counter from the compensation for
speed and halting that are introduced by qemu_icount_bias.  This
introduces new infrastructure used by the record/replay patches.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c
include/qemu/timer.h