Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / monitor.c
2009-06-06 Blue SwirlUse hxtool to generate monitor documentation and C...
2009-06-05 Gerd Hoffmannqdev: add monitor command to dump the tree.
2009-05-28 Alexander GrafUser networking: Show active connections
2009-05-27 Alexander GrafUser Networking: Enable removal of redirections
2009-05-08 Jan KiszkaDrop CONFIG_GDBSTUB
2009-05-01 Richard W.M. JonesHardware watchdog
2009-04-22 aliguorimonitor: Fix warning in do_info_numa (Jan Kiszka)
2009-04-21 aliguoriadd info numa command to monitor (Andre Przywara)
2009-04-21 aliguorislirp: Enhance host-guest redirection setup (Jan Kiszka)
2009-04-21 aliguorimonitor: Allow host_net_add/remove for all targets...
2009-04-21 aliguorimonitor: Improve host_net_add (Jan Kiszka)
2009-04-21 aliguorinet: Add support for capturing VLANs (Jan Kiszka)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 aliguorimonitor: Update command help (Jan Kiszka)
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-05 aliguorigdbstub: Rework configuration via command line and...
2009-03-28 aliguorigdbstub: Allow re-instantiation (Jan Kiszka)
2009-03-12 aliguorimonitor: sync from kvm state before generating output...
2009-03-08 blueswir1Multi-key completion for sendkey
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-06 aliguoriRemove tabs introduced from VNC ACL series
2009-03-06 aliguoriSupport ACLs for controlling VNC access ("Daniel P...
2009-03-05 aliguorimonitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
2009-03-05 aliguorimonitor: Improve mux'ed console experience (Jan Kiszka)
2009-03-05 aliguorimonitor: Decouple terminals (Jan Kiszka)
2009-03-05 aliguorimonitor: Introduce ReadLineState (Jan Kiszka)
2009-03-05 aliguorimonitor: Drop banner hiding (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework terminal management (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework modal password input (Jan Kiszka)
2009-03-05 aliguorimonitor: Break out readline_show_prompt (Jan Kiszka)
2009-03-05 aliguorimonitor: Simplify password input mode (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework early disk password inquiry (Jan Kiszka)
2009-03-05 aliguoriblock: Improve bdrv_iterate (Jan Kiszka)
2009-03-03 aurel32SH4: Added monitoring of TLBs
2009-02-11 aliguoriqemu: PCI device, disk and host network hot-add / hot...
2009-02-11 aliguoriAdd a description for the set_link monitor command.
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-24 blueswir1Synch code, help and docs
2009-01-08 aliguoriAdd 'set_link' monitor command (Mark McLoughlin)
2008-12-28 blueswir1Fix -Werror=format-security warning (Frederik Himpe...
2008-12-18 aurel32new monitor func status
2008-12-18 aurel32Fix warnings introduced by commit 6081
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-10 aliguoriAccept password as an argument to 'change vnc password...
2008-12-10 aliguoriFix off-by-one bug limiting VNC passwords to 7 chars...
2008-12-04 aliguoriAdd virtio-balloon support
2008-12-04 aliguoriAdd ballooning infrastructure.
2008-11-16 blueswir1Attached patch fixes a series of this warning
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...
next