aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21Fix OpenBSD linker warningsblueswir11-4/+6
2008-08-19Revert r4979 since it breaks the monitoraliguori1-1/+7
2008-08-18Report unmapped addresses in memory_dump (Jan Kiszka)aliguori1-1/+4
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-10/+31
2008-08-13Add the altgr key name to the monitor, by Samuel Thibault.ths1-0/+2
2008-08-01Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori1-2/+15
2008-08-01Ask password when encrypted disk image is used (Laurent Vivier)aliguori1-7/+1
2008-06-27More efficient target register / TC accesses.ths1-1/+1
2008-06-22Add missing keys, sendkey support for all keysblueswir11-0/+17
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir11-1/+11
2008-06-18Add image format option in monitor for removable mediaaurel321-6/+14
2008-06-09Fix the sendkey hold time calculation (Jan Kiszka).balrog1-2/+2
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog1-19/+39
2008-06-04Add sysrq to key names known by "sendkey".balrog1-0/+1
2008-06-04Refactor and fix do_sendkey (Jan Kiszka).balrog1-23/+28
2008-05-28moved halted field to CPU_COMMONbellard1-7/+1
2008-05-24Tab-complete arguments for "logfile" in the monitor.balrog1-1/+1
2008-05-04Allow bootdevice change from the monitoraurel321-0/+17
2008-04-27Add a monitor command to raise NMIaurel321-0/+17
2008-04-12Use correct memory types in do_physical_memory_save()aurel321-1/+1
2008-04-11physical memory dump to fileaurel321-0/+28
2008-02-10Add an ncurses UI.balrog1-0/+2
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-1/+1
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-2/+2
2007-12-03The profiler need qemu-timer.hths1-0/+4
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths1-0/+7
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-8/+3
2007-11-30 Fix a crash with monitor input arriving before readline_start has been calledblueswir11-0/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-17Break up vl.h.pbrook1-1/+12
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-0/+4
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-1/+1
2007-09-25 Fix monitor expressionsblueswir11-11/+11
2007-09-24 Fix >4G physical memory dump for Sparc32blueswir11-19/+31
2007-09-19More PowerPC registers definitions.j_mayer1-19/+44
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-14/+14
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-70/+70
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-0/+4
2007-08-25VNC password authentication, by Daniel P. Berrange.ths1-2/+11
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths1-1/+16
2007-06-30Allow changing log filename.pbrook1-0/+7
2007-06-23Spelling fixes, by Aurelien Jarno.ths1-1/+1
2007-05-24Commit NAND image changes on "commit all" or "commit mtd".balrog1-1/+4
2007-04-30Remove repeated code and enable encrypted SD cards and USB sticks images.balrog1-11/+1
2007-04-30PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul...balrog1-0/+2
2007-04-14Fix incorrect pointers casts.j_mayer1-8/+8
2007-03-30Spelling fixes, by Stefan Weil.ths1-2/+2
2007-03-19Add -name option, by Anthony Liguori.ths1-0/+8
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-0/+15
2007-02-22Allow gdbstub to connect over any serial device.pbrook1-6/+6