kvm: Add checkpoint debug print
authorAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:02:19 +0000 (12:02 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Thu, 2 May 2013 10:02:19 +0000 (12:02 +0200)
commitfa249461caa431b774b558349b32282477ef6153
tree3f2175589e2552b662c4d6bfc5f2f8353f1c6e43
parent41156c8196589dfca96a7370a7719a6c5bc9982c
kvm: Add checkpoint debug print

Add a debug print (when the Checkpoint debug flag is set) on serialize
and unserialize. Additionally, dump the KVM state before
serializing. The KVM state isn't dumped after unserializing since the
state is loaded lazily on the next KVM entry.
src/cpu/kvm/base.cc