kvm: Rework dirty bitmap synchronization
[qemu] / readline.c
2009-03-13 aliguorimonitor: Provide empty command as final history entry...
2009-03-05 aliguorimonitor: Improve mux'ed console experience (Jan Kiszka)
2009-03-05 aliguorimonitor: Introduce ReadLineState (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Break out readline_show_prompt (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-16 blueswir1Attached patch fixes a series of this warning
2007-12-17 thsHandle history additions properly, by Andreas Schwab.
2007-11-17 pbrookBreak up vl.h.
2007-09-25 thsImprove completion in monitor, by Pascal Terjan.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-26 thsReset buffer pointers after CR/LF, by Jim Paris.
2007-06-25 thsImplement ^W in readline.c, by Michal Hanselmann.
2004-08-01 bellardseparated readline from monitor code - added password...