Win32: Fix warnings
[qemu] / monitor.c
2008-11-05 aliguoriAdd KVM support to QEMU
2008-10-31 aliguoriImplement "info chardev" command. (Gerd Hoffmann)
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-13 aliguoriIntroduce UI for live migration
2008-10-06 aliguoriAllow the monitor to be suspended during non-blocking op
2008-10-05 blueswir1Move wav_start_capture prototype to avoid a warning...
2008-10-02 blueswir1Make monitor command tables const
2008-10-01 aurel32monitor: add sendkey support for comma, dot and slash
2008-10-01 aurel32fix default size handling in monitor
2008-09-18 blueswir1Add "info uuid" command to monitor (Gleb Natapov)
2008-09-16 balrogMove offsetof to osdep.h, remove local defintions.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-19 aliguoriRevert r4979 since it breaks the monitor
2008-08-18 aliguoriReport unmapped addresses in memory_dump (Jan Kiszka)
2008-08-17 blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-08-13 thsAdd the altgr key name to the monitor, by Samuel Thibault.
2008-08-01 aliguoriSet focus to monitor to ask password if line is multipl...
2008-08-01 aliguoriAsk password when encrypted disk image is used (Laurent...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-22 blueswir1Add missing keys, sendkey support for all keys
2008-06-20 blueswir1Add an opaque parameter to boot_set API, move function...
2008-06-18 aurel32Add image format option in monitor for removable media
2008-06-09 balrogFix the sendkey hold time calculation (Jan Kiszka).
2008-06-08 balrogEnhance sendkey with key hold time (Jan Kiszka).
2008-06-04 balrogAdd sysrq to key names known by "sendkey".
2008-06-04 balrogRefactor and fix do_sendkey (Jan Kiszka).
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-24 balrogTab-complete arguments for "logfile" in the monitor.
2008-05-04 aurel32Allow bootdevice change from the monitor
2008-04-27 aurel32Add a monitor command to raise NMI
2008-04-12 aurel32Use correct memory types in do_physical_memory_save()
2008-04-11 aurel32physical memory dump to file
2008-02-10 balrogAdd an ncurses UI.
2007-12-17 thsFix miscellaneous minor things, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-12-03 thsThe profiler need qemu-timer.h
2007-12-02 thsCollecting block device statistics, by Richard W.M...
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-30 blueswir1 Fix a crash with monitor input arriving before readlin...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-09-25 blueswir1 Fix monitor expressions
2007-09-24 blueswir1 Fix >4G physical memory dump for Sparc32
2007-09-19 j_mayerMore PowerPC registers definitions.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-25 thsVNC password authentication, by Daniel P. Berrange.
2007-08-25 thsExtend monitor 'change' command for VNC, by Daniel...
2007-06-30 pbrookAllow changing log filename.
2007-06-23 thsSpelling fixes, by Aurelien Jarno.
2007-05-24 balrogCommit NAND image changes on "commit all" or "commit...
2007-04-30 balrogRemove repeated code and enable encrypted SD cards...
2007-04-30 balrogPCMCIA bus support. Parts of CF-ATA command set. Hitach...
2007-04-14 j_mayerFix incorrect pointers casts.
2007-03-30 thsSpelling fixes, by Stefan Weil.
2007-03-19 thsAdd -name option, by Anthony Liguori.
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-02-22 pbrookAllow gdbstub to connect over any serial device.
2007-02-18 thsMonitor multiplexing, by Jason Wessel.
2007-02-05 bellardgdbserver fix
2007-02-05 bellardinfo vnc command (Anthony Liguori)
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2007-01-05 thsDynamic handling of guest mice, by Lonnie Mendez.
2007-01-03 bellardmemsave monitor command
2006-12-22 thsEscape filname printout properly, by Anthony Liguori...
2006-09-25 bellardfixed help info strings
2006-08-05 bellardmultiple snapshot support
2006-08-01 bellardcommit to specific devices
2006-07-16 bellardaudio capture to wab files (malc)
2006-07-14 bellardadded mouse event generation
2006-07-14 bellardgenerate CRLF instead of LF
2006-06-25 bellard64 bit support
2006-06-25 bellardC99 64 bit printf
2006-05-07 bellardmore keycodes - hexa keycodes - keycode completion
2006-04-12 bellard64 bit disassembly
2006-04-09 pbrookAllow multiple graphics devices.
2006-02-08 bellardsupport for builtin profiler
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-11-26 bellardspecialize the power save code for 7x0 CPUs
2005-11-23 bellardhalt state support for ppc
2005-11-23 bellarduse HF_HALTED bit
2005-11-21 bellardSMP support
2005-11-15 bellardnew network emulation
2005-11-06 bellardUSB user interface
2005-10-30 bellardsparc64 fixes (Blue Swirl)
2005-08-21 bellardkqemu profiling
2005-07-24 bellardkqemu info
2005-07-03 bellardno need to dump CCOP
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-06-04 bellardadded sum command
2005-02-10 bellard64 bit support
2005-01-26 bellardJIT statistics
2005-01-03 bellard64 bit target support
2004-11-11 bellard'info mem' monitor command fix
next