VNC: Add support for capturing frame buffer to file each time it is changed.
authorChris Emmons <chris.emmons@arm.com>
Thu, 1 Dec 2011 08:15:26 +0000 (00:15 -0800)
committerChris Emmons <chris.emmons@arm.com>
Thu, 1 Dec 2011 08:15:26 +0000 (00:15 -0800)
commit9aea847f5891214f456cc9d6e173d7fbb1a30c0a
tree71e5a57a62686debf7b8883d6f87f3a65a609098
parent5bde1d359f0a0ce1d5ed46c3a9bb0ba33882f7b6
VNC: Add support for capturing frame buffer to file each time it is changed.

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
configs/example/fs.py
src/base/bitmap.cc
src/base/bitmap.hh
src/base/vnc/VncServer.py
src/base/vnc/convert.cc
src/base/vnc/convert.hh
src/base/vnc/vncserver.cc
src/base/vnc/vncserver.hh