kvm: Add a stat counting number of instructions executed
authorAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:03:43 +0000 (12:03 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:03:43 +0000 (12:03 +0200)
commite316e4e5fe836a3cdd522f7181ea1e6421afd416
tree60b6007e58256688a34bbad4ec4d69cd805350c3
parentfa249461caa431b774b558349b32282477ef6153
kvm: Add a stat counting number of instructions executed

This changeset adds a 'numInsts' stat to the KVM-based CPU. It also
cleans up the variable names in kvmRun to make the distinction between
host cycles and estimated simulated cycles clearer. As a bonus
feature, it also fixes a warning (unreferenced variable) when
compiling in fast mode.
src/cpu/kvm/base.cc
src/cpu/kvm/base.hh