commit | 2a62914bd8209d97e918f30f0de74bec2bf622c4 | [log] [tgz] |
---|---|---|
author | Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | Mon Dec 08 10:53:45 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 15 12:21:02 2014 +0100 |
tree | d085c0d5a06f4a9ea4302178b2987a3e2f8628c5 | |
parent | 626cf8f4c6157ed133f0daa89b90d4169060bc97 [diff] |
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>