x86: Add checkpointing capability to arch components
Review Request #386 - Created Jan. 6, 2011 and submitted
Information | |
---|---|
Brad Beckmann | |
gem5 | |
Reviewers | |
Default | |
ali, gblack, nate, stever |
x86: Add checkpointing capability to arch components Add checkpointing capability to the x86 interrupt device and the TLBs
Posted (Jan. 6, 2011, 8:52 p.m.)
I don't know all the ins and outs of checkpointing, but it looks ok to me. You aren't serializing all the state in the Interrupts object, but the things you left out I think are set up from configuration parameters directly or indirectly. Someone else will have to say whether that's ok, but I suspect it is.