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 | |||
2012-06-05 | ARM: PS2 encoding fix | Chander Sudanthi | |
Fixed Disable encoding and added SetDefaults. See http://wiki.osdev.org/Mouse_Input for encodings. | |||
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert | |
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2011-02-11 | VNC/ARM: Use VNC server and add support to boot into X11 | Ali Saidi | |
2010-11-15 | ARM: Add a Keyboard Mouse Interface controller | William Wang | |