summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* Add missing keys, sendkey support for all keysblueswir12008-06-221-0/+17
* Add an opaque parameter to boot_set API, move function to monitor.cblueswir12008-06-201-1/+11
* Add image format option in monitor for removable mediaaurel322008-06-181-6/+14
* Fix the sendkey hold time calculation (Jan Kiszka).balrog2008-06-091-2/+2
* Enhance sendkey with key hold time (Jan Kiszka).balrog2008-06-081-19/+39
* Add sysrq to key names known by "sendkey".balrog2008-06-041-0/+1
* Refactor and fix do_sendkey (Jan Kiszka).balrog2008-06-041-23/+28
* moved halted field to CPU_COMMONbellard2008-05-281-7/+1
* Tab-complete arguments for "logfile" in the monitor.balrog2008-05-241-1/+1
* Allow bootdevice change from the monitoraurel322008-05-041-0/+17
* Add a monitor command to raise NMIaurel322008-04-271-0/+17
* Use correct memory types in do_physical_memory_save()aurel322008-04-121-1/+1
* physical memory dump to fileaurel322008-04-111-0/+28
* Add an ncurses UI.balrog2008-02-101-0/+2
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-171-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-2/+2
* The profiler need qemu-timer.hths2007-12-031-0/+4
* Collecting block device statistics, by Richard W.M. Jones.ths2007-12-021-0/+7
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-8/+3
* Fix a crash with monitor input arriving before readline_start has been calledblueswir12007-11-301-0/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-1/+12
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+4
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-1/+1
* Fix monitor expressionsblueswir12007-09-251-11/+11
* Fix >4G physical memory dump for Sparc32blueswir12007-09-241-19/+31
* More PowerPC registers definitions.j_mayer2007-09-191-19/+44
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-14/+14
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-70/+70
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-0/+4
* VNC password authentication, by Daniel P. Berrange.ths2007-08-251-2/+11
* Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths2007-08-251-1/+16
* Allow changing log filename.pbrook2007-06-301-0/+7
* Spelling fixes, by Aurelien Jarno.ths2007-06-231-1/+1
* Commit NAND image changes on "commit all" or "commit mtd".balrog2007-05-241-1/+4
* Remove repeated code and enable encrypted SD cards and USB sticks images.balrog2007-04-301-11/+1
* PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul...balrog2007-04-301-0/+2
* Fix incorrect pointers casts.j_mayer2007-04-141-8/+8
* Spelling fixes, by Stefan Weil.ths2007-03-301-2/+2
* Add -name option, by Anthony Liguori.ths2007-03-191-0/+8
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-0/+15
* Allow gdbstub to connect over any serial device.pbrook2007-02-221-6/+6
* Monitor multiplexing, by Jason Wessel.ths2007-02-181-4/+28
* gdbserver fixbellard2007-02-051-1/+1
* info vnc command (Anthony Liguori)bellard2007-02-051-0/+2
* Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook2007-01-271-2/+1
* Reinitialize monitor upon reconnect, by Anthony Liguori.ths2007-01-051-5/+15
* Dynamic handling of guest mice, by Lonnie Mendez.ths2007-01-051-0/+4
* memsave monitor commandbellard2007-01-031-0/+32
OpenPOWER on IntegriCloud