aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir12008-12-281-3/+2
* 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-171-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/+1
* 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/+0
* 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/+0
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+0
* 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/+1
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* Add missing keys, sendkey support for all keysblueswir12008-06-221-0/+17
* Add an opaque parameter to boot_set API, move function to monitor.cblueswir12008-06-201-1/+11
* Add image format option in monitor for removable mediaaurel322008-06-181-6/+14
* Fix the sendkey hold time calculation (Jan Kiszka).balrog2008-06-091-2/+2
* Enhance sendkey with key hold time (Jan Kiszka).balrog2008-06-081-19/+39
* Add sysrq to key names known by "sendkey".balrog2008-06-041-0/+1
* Refactor and fix do_sendkey (Jan Kiszka).balrog2008-06-041-23/+28
* moved halted field to CPU_COMMONbellard2008-05-281-7/+1
* Tab-complete arguments for "logfile" in the monitor.balrog2008-05-241-1/+1
* Allow bootdevice change from the monitoraurel322008-05-041-0/+17
* Add a monitor command to raise NMIaurel322008-04-271-0/+17
* Use correct memory types in do_physical_memory_save()aurel322008-04-121-1/+1
* physical memory dump to fileaurel322008-04-111-0/+28
* Add an ncurses UI.balrog2008-02-101-0/+2
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-171-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-2/+2
* The profiler need qemu-timer.hths2007-12-031-0/+4
* Collecting block device statistics, by Richard W.M. Jones.ths2007-12-021-0/+7
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-8/+3
* Fix a crash with monitor input arriving before readline_start has been calledblueswir12007-11-301-0/+2