Review Board 2.0.15


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.
Posted (Jan. 7, 2011, 8:19 a.m.)
I don't know about the interrupt device, the but TLB code is good - recently duplicated this myself :(.  Not that it was a lot of work, but still :(.