x86: Add checkpointing capability to devices
authorJoel Hestness <hestness@cs.utexas.edu>
Mon, 7 Feb 2011 06:14:18 +0000 (22:14 -0800)
committerJoel Hestness <hestness@cs.utexas.edu>
Mon, 7 Feb 2011 06:14:18 +0000 (22:14 -0800)
commit62e05ed78a0f24982e4066adb45dc220c9e200ea
tree078e21ca8e2743ca0918837a8128c9170700e05e
parent911ccef6c05fff4832245414baa7b2a67955c35a
x86: Add checkpointing capability to devices

Add checkpointing capability to the Intel 8254 timer, CMOS, I8042,
PS2 Keyboard and Mouse, I82094AA, I8237, I8254, I8259, and speaker
devices
15 files changed:
src/dev/intel_8254_timer.cc
src/dev/x86/cmos.cc
src/dev/x86/cmos.hh
src/dev/x86/i8042.cc
src/dev/x86/i8042.hh
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh
src/dev/x86/i8237.cc
src/dev/x86/i8237.hh
src/dev/x86/i8254.cc
src/dev/x86/i8254.hh
src/dev/x86/i8259.cc
src/dev/x86/i8259.hh
src/dev/x86/speaker.cc
src/dev/x86/speaker.hh