aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-03-06Remove tabs introduced from VNC ACL seriesaliguori
2009-03-06Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori
2009-03-05monitor: Introduce ReadLineState (Jan Kiszka)aliguori
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori
2009-03-05monitor: Rework terminal management (Jan Kiszka)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori
2009-03-05monitor: Simplify password input mode (Jan Kiszka)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori
2009-03-03SH4: Added monitoring of TLBsaurel32
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori
2009-02-11Add a description for the set_link monitor command.aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-24Synch code, help and docsblueswir1
2009-01-08Add 'set_link' monitor command (Mark McLoughlin)aliguori
2008-12-28Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir1
2008-12-18new monitor func statusaurel32
2008-12-18Fix warnings introduced by commit 6081aurel32
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2008-12-10Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori
2008-12-10Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori
2008-12-04Add virtio-balloon supportaliguori
2008-12-04Add ballooning infrastructure.aliguori
2008-11-16Attached patch fixes a series of this warningblueswir1
2008-11-05Add KVM support to QEMUaliguori
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
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