kvm: Add a call to thread->startup() in startup()
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Jun 2013 10:36:56 +0000 (12:36 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Jun 2013 10:36:56 +0000 (12:36 +0200)
commit2b65fce5d98a23301676acd972fd78f61a988ab1
tree292cb50edd3024796df0550c856f21960317ea11
parent5e60f87aa3ec4ef9503e6bca54ebfd3c5a543aec
kvm: Add a call to thread->startup() in startup()

It is now required to initialize the thread context by calling
startup() on it. Failing to do so currently causes decoder in
x86-based CPUs to get very confused when restoring from checkpoints.
src/cpu/kvm/base.cc