Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-07 | Merge with the main repository again. | Gabe Black | |
2011-12-01 | VNC: Add support for capturing frame buffer to file each time it is changed. | Chris Emmons | |
When a change in the frame buffer from the VNC server is detected, the new frame is stored out to the m5out/frames_*/ directory. Specifiy the flag "--frame-capture" when running configs/example/fs.py to enable this behavior. --HG-- extra : rebase_source : d4e08e83f4fa6ff79f3dc9c433fc1f0487e057fc | |||
2011-09-30 | SE/FS: Build the devices in SE mode. | Gabe Black | |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert | |
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 | |
2011-02-11 | VNC: Add VNC server to M5 | Ali Saidi | |