aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+10
2009-04-22monitor: Fix warning in do_info_numa (Jan Kiszka)aliguori1-1/+1
2009-04-21add info numa command to monitor (Andre Przywara)aliguori1-0/+21
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori1-0/+4
2009-04-21monitor: Allow host_net_add/remove for all targets (Jan Kiszka)aliguori1-1/+1
2009-04-21monitor: Improve host_net_add (Jan Kiszka)aliguori1-2/+2
2009-04-21net: Add support for capturing VLANs (Jan Kiszka)aliguori1-1/+1
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-2/+2
2009-04-18monitor: Update command help (Jan Kiszka)aliguori1-6/+6
2009-04-07Add --with-pkgversion.pbrook1-1/+1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-3/+20
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori1-9/+10
2009-03-28gdbstub: Allow re-instantiation (Jan Kiszka)aliguori1-0/+2
2009-03-12monitor: sync from kvm state before generating output (Jan Kiszka)aliguori1-0/+2
2009-03-08Multi-key completion for sendkeyblueswir11-0/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-1/+1
2009-03-06Remove tabs introduced from VNC ACL seriesaliguori1-86/+86
2009-03-06Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori1-0/+96
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori1-10/+37
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori1-5/+22
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori1-71/+75
2009-03-05monitor: Introduce ReadLineState (Jan Kiszka)aliguori1-17/+19
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori1-7/+3
2009-03-05monitor: Rework terminal management (Jan Kiszka)aliguori1-20/+23
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-363/+389
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori1-51/+63
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori1-0/+2
2009-03-05monitor: Simplify password input mode (Jan Kiszka)aliguori1-20/+0
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-4/+40
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori1-1/+2
2009-03-03SH4: Added monitoring of TLBsaurel321-1/+32
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+14
2009-02-11Add a description for the set_link monitor command.aliguori1-1/+2
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-24Synch code, help and docsblueswir11-5/+7
2009-01-08Add 'set_link' monitor command (Mark McLoughlin)aliguori1-0/+1
2008-12-28Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir11-3/+2
2008-12-18new monitor func statusaurel321-0/+11
2008-12-18Fix warnings introduced by commit 6081aurel321-0/+2
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+7
2008-12-10Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori1-5/+9
2008-12-10Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori1-2/+1
2008-12-04Add virtio-balloon supportaliguori1-1/+3
2008-12-04Add ballooning infrastructure.aliguori1-0/+22
2008-11-16Attached patch fixes a series of this warningblueswir11-19/+19
2008-11-05Add KVM support to QEMUaliguori1-0/+16
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-0/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-1/+1
2008-10-13Introduce UI for live migrationaliguori1-0/+8