summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-1/+1
* Remove tabs introduced from VNC ACL seriesaliguori2009-03-061-86/+86
* Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori2009-03-061-0/+96
* monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori2009-03-061-10/+37
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-061-5/+22
* monitor: Decouple terminals (Jan Kiszka)aliguori2009-03-061-71/+75
* monitor: Introduce ReadLineState (Jan Kiszka)aliguori2009-03-061-17/+19
* monitor: Drop banner hiding (Jan Kiszka)aliguori2009-03-061-7/+3Star
* monitor: Rework terminal management (Jan Kiszka)aliguori2009-03-061-20/+23
* monitor: Rework API (Jan Kiszka)aliguori2009-03-061-363/+389
* monitor: Rework modal password input (Jan Kiszka)aliguori2009-03-061-51/+63
* monitor: Break out readline_show_prompt (Jan Kiszka)aliguori2009-03-061-0/+2
* monitor: Simplify password input mode (Jan Kiszka)aliguori2009-03-061-20/+0Star
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-061-4/+40
* block: Improve bdrv_iterate (Jan Kiszka)aliguori2009-03-061-1/+2
* SH4: Added monitoring of TLBsaurel322009-03-031-1/+32
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+14
* Add a description for the set_link monitor command.aliguori2009-02-111-1/+2
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0Star
* Synch code, help and docsblueswir12009-01-241-5/+7
* Add 'set_link' monitor command (Mark McLoughlin)aliguori2009-01-081-0/+1
* Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir12008-12-281-3/+2Star
* new monitor func statusaurel322008-12-181-0/+11
* Fix warnings introduced by commit 6081aurel322008-12-181-0/+2
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-181-0/+7
* Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori2008-12-101-5/+9
* Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori2008-12-101-2/+1Star
* Add virtio-balloon supportaliguori2008-12-041-1/+3
* Add ballooning infrastructure.aliguori2008-12-041-0/+22
* Attached patch fixes a series of this warningblueswir12008-11-161-19/+19
* Add KVM support to QEMUaliguori2008-11-051-0/+16
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-0/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-1/+1
* Introduce UI for live migrationaliguori2008-10-131-0/+8
* Allow the monitor to be suspended during non-blocking opaliguori2008-10-061-1/+18
* Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir12008-10-051-3/+0Star
* Make monitor command tables constblueswir12008-10-021-22/+22
* monitor: add sendkey support for comma, dot and slashaurel322008-10-011-0/+3
* fix default size handling in monitoraurel322008-10-011-1/+1
* Add "info uuid" command to monitor (Gleb Natapov)blueswir12008-09-181-0/+11
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-4/+0Star
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+0Star
* Fix OpenBSD linker warningsblueswir12008-08-211-4/+6
* Revert r4979 since it breaks the monitoraliguori2008-08-191-1/+7
* Report unmapped addresses in memory_dump (Jan Kiszka)aliguori2008-08-181-1/+4
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-10/+31
* Add the altgr key name to the monitor, by Samuel Thibault.ths2008-08-131-0/+2
* Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori2008-08-011-2/+15
* Ask password when encrypted disk image is used (Laurent Vivier)aliguori2008-08-011-7/+1Star