aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-13Introduce UI for live migrationaliguori
2008-10-06Allow the monitor to be suspended during non-blocking opaliguori
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir1
2008-10-02Make monitor command tables constblueswir1
2008-10-01monitor: add sendkey support for comma, dot and slashaurel32
2008-10-01fix default size handling in monitoraurel32
2008-09-18Add "info uuid" command to monitor (Gleb Natapov)blueswir1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-19Revert r4979 since it breaks the monitoraliguori
2008-08-18Report unmapped addresses in memory_dump (Jan Kiszka)aliguori
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir1
2008-08-13Add the altgr key name to the monitor, by Samuel Thibault.ths
2008-08-01Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori
2008-08-01Ask password when encrypted disk image is used (Laurent Vivier)aliguori
2008-06-27More efficient target register / TC accesses.ths
2008-06-22Add missing keys, sendkey support for all keysblueswir1
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir1
2008-06-18Add image format option in monitor for removable mediaaurel32
2008-06-09Fix the sendkey hold time calculation (Jan Kiszka).balrog
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog
2008-06-04Add sysrq to key names known by "sendkey".balrog
2008-06-04Refactor and fix do_sendkey (Jan Kiszka).balrog
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-24Tab-complete arguments for "logfile" in the monitor.balrog
2008-05-04Allow bootdevice change from the monitoraurel32
2008-04-27Add a monitor command to raise NMIaurel32
2008-04-12Use correct memory types in do_physical_memory_save()aurel32
2008-04-11physical memory dump to fileaurel32
2008-02-10Add an ncurses UI.balrog
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths
2007-12-16Fix wrong signedness, by Andre Przywara.ths
2007-12-03The profiler need qemu-timer.hths
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-30 Fix a crash with monitor input arriving before readline_start has been calledblueswir1
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer
2007-09-25 Fix monitor expressionsblueswir1
2007-09-24 Fix >4G physical memory dump for Sparc32blueswir1
2007-09-19More PowerPC registers definitions.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-25VNC password authentication, by Daniel P. Berrange.ths
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths