Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | base: split out the VncServer into a VncInput and Server classes | Chander Sudanthi | |
This patch adds a VncInput base class which VncServer inherits from. Another class can implement the same interface and be used instead of the VncServer, for example a class that replays Vnc traffic. --HG-- rename : src/base/vnc/VncServer.py => src/base/vnc/Vnc.py rename : src/base/vnc/vncserver.cc => src/base/vnc/vncinput.cc rename : src/base/vnc/vncserver.hh => src/base/vnc/vncinput.hh | |||
2011-09-30 | SE/FS: Build the devices in SE mode. | Gabe Black | |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert | |
2011-02-11 | VNC: Add VNC server to M5 | Ali Saidi | |