Searched hist:9882 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/kvm/
H A Dbase.cc9882:372d3611c693 Thu Sep 19 11:55:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> 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.

Completed in 16 milliseconds