commit | cd9cd85ce9b0f3905ecfcd843d128b0fd754871c | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <andreas@sandberg.pp.se> | Thu Sep 19 17:55:04 2013 +0200 |
committer | Andreas Sandberg <andreas@sandberg.pp.se> | Thu Sep 19 17:55:04 2013 +0200 |
tree | 5d8ea9adf20c22c91eaa5c21f55776fb45570e69 | |
parent | 211c10b46d9773fb9aacb0a85b641df6434ce475 [diff] |
kvm: Correctly handle the return value from handleIpr(Read|Write) The KVM base class incorrectly assumed that handleIprRead and handleIprWrite both return ticks. This is not the case, instead they return cycles. This changeset converts the returned cycles to ticks when handling IPR accesses.