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

/gem5/src/cpu/kvm/
H A Dbase.hh10114:bd83b4f6a12e Sun Mar 16 12:40:00 EDT 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Clean up signal handling

KVM used to use two signals, one for instruction count exits and one
for timer exits. There is really no need to distinguish between the
two since they only trigger exits from KVM. This changeset unifies and
renames the signals and adds a method, kick(), that can be used to
raise the control signal in the vCPU thread. It also removes the early
timer warning since we do not normally see if the signal was
delivered.
H A Dbase.cc10114:bd83b4f6a12e Sun Mar 16 12:40:00 EDT 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Clean up signal handling

KVM used to use two signals, one for instruction count exits and one
for timer exits. There is really no need to distinguish between the
two since they only trigger exits from KVM. This changeset unifies and
renames the signals and adds a method, kick(), that can be used to
raise the control signal in the vCPU thread. It also removes the early
timer warning since we do not normally see if the signal was
delivered.

Completed in 25 milliseconds