summaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-4/+40
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori1-1/+2
2009-03-03SH4: Added monitoring of TLBsaurel321-1/+32
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+14
2009-02-11Add a description for the set_link monitor command.aliguori1-1/+2
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-24Synch code, help and docsblueswir11-5/+7
2009-01-08Add 'set_link' monitor command (Mark McLoughlin)aliguori1-0/+1
2008-12-28Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir11-3/+2
2008-12-18new monitor func statusaurel321-0/+11
2008-12-18Fix warnings introduced by commit 6081aurel321-0/+2
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+7
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