kvm: Initialize signal handlers from startupThread()
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Mar 2014 13:31:39 +0000 (14:31 +0100)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Mar 2014 13:31:39 +0000 (14:31 +0100)
commit739cc0128b666694274b018f303aba452107f8f6
tree158d8c2853da4024213ed7afc3bc8eb16093e8a1
parent5cd9dd29bdb56fe496d78fcef0dfb0d6230ddc77
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().
src/cpu/kvm/base.cc