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

/gem5/src/cpu/kvm/
H A Dbase.cc10098:484f50943e13 Mon Mar 03 08:31:00 EST 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Initialize signal handlers from startupThread()

Signal handlers in KVM are controlled per thread and should be
initialized from the thread that is going to execute the CPU. This
changeset moves the initialization call from startup() to
startupThread().

Completed in 16 milliseconds