Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert | |
At the same time, rename the trace flags to debug flags since they have broader usage than simply tracing. This means that --trace-flags is now --debug-flags and --trace-help is now --debug-help | |||
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2010-09-16 | devices: undo cset 017baf09599f that added timer drain functions. | Steve Reinhardt | |
It's not the right fix for the checkpoint deadlock problem Brad was having, and creates another bug where the system can deadlock on restore. Brad can't reproduce the original bug right now, so we'll wait until it arises again and then try to fix it the right way then. | |||
2010-08-20 | devices: Fixed periodic interrupts to work with draining | Brad Beckmann | |
Added drain functions to the RTC and 8254 timer so that periodic interrupts stop when the system is draining. This patch is needed to checkpoint in timing mode. Otherwise under certain situations, the event queue will never be completely empty. | |||
2009-05-17 | includes: sort includes again | Nathan Binkert | |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert | |
--HG-- rename : src/sim/host.hh => src/base/types.hh | |||
2009-04-19 | X86: Keep track of what the initial count value was in the LAPIC timer. | Gabe Black | |
2008-10-11 | X86: Set up a mechanism for the I8254 timer to cause interrupts. | Gabe Black | |
2008-10-11 | Devices: Make the Intel8254Timer device only use pointers to its counters. | Gabe Black | |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert | |
For now, there is still a single global event queue, but this is necessary for making the steps towards a parallelized m5. | |||
2008-06-12 | Timer: Fill out the periodic modes a little. | Gabe Black | |
2008-06-12 | Dev: Seperate the 8254 timer from tsunami and use it in that and the PC. | Gabe Black | |