aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori1-5/+9
2008-12-10Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori1-2/+1
2008-12-04Add virtio-balloon supportaliguori1-1/+3
2008-12-04Add ballooning infrastructure.aliguori1-0/+22
2008-11-16Attached patch fixes a series of this warningblueswir11-19/+19
2008-11-05Add KVM support to QEMUaliguori1-0/+16
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-0/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-1/+1
2008-10-13Introduce UI for live migrationaliguori1-0/+8
2008-10-06Allow the monitor to be suspended during non-blocking opaliguori1-1/+18
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir11-3/+0
2008-10-02Make monitor command tables constblueswir11-22/+22
2008-10-01monitor: add sendkey support for comma, dot and slashaurel321-0/+3
2008-10-01fix default size handling in monitoraurel321-1/+1
2008-09-18Add "info uuid" command to monitor (Gleb Natapov)blueswir11-0/+11
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog1-4/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+0
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