summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* add qemu_error() + friendsGerd Hoffmann2009-08-271-1/+70
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* make load_vmstate() return errorsJuan Quintela2009-08-271-2/+1
* move do_loadvm() to monitor.cJuan Quintela2009-08-271-0/+11
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-57/+0
* Fix device name completion for 'eject'Blue Swirl2009-08-231-0/+3
* rename "info qdrv" to "info qdm"Gerd Hoffmann2009-08-101-2/+2
* Fix do_commit() behaviorLuiz Capitulino2009-08-101-1/+1
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* qdev/core: add monitor command to list all driversGerd Hoffmann2009-07-301-0/+2
* kill drives_tableGerd Hoffmann2009-07-271-5/+7
* Add monitor_get_fd() command for fetching named fdsMark McLoughlin2009-07-271-0/+24
* Add getfd and closefd monitor commandsMark McLoughlin2009-07-271-0/+69
* monitor: Add port write commandJan Kiszka2009-07-161-0/+19
* Move boot_set callback backendJan Kiszka2009-07-161-18/+5
* use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata2009-07-091-1/+1
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-0/+46
* monitor: Refactor acl commndsJan Kiszka2009-06-291-39/+57
* monitor: Add completion for help commandJan Kiszka2009-06-291-0/+5
* slirp: Drop statistic codeJan Kiszka2009-06-291-2/+0
* slirp: Add info usernet for dumping connection statesJan Kiszka2009-06-291-0/+2
* monitor: Introduce get_command_name()Luiz Capitulino2009-06-101-14/+30
* monitor: Remove unused variableLuiz Capitulino2009-06-101-2/+0
* monitor: Remove uneeded 'return' statementLuiz Capitulino2009-06-101-1/+0
* monitor: Remove uneeded gotoLuiz Capitulino2009-06-101-4/+6
* Use hxtool to generate monitor documentation and C structuresBlue Swirl2009-06-061-119/+3
* qdev: add monitor command to dump the tree.Gerd Hoffmann2009-06-051-0/+3
* User networking: Show active connectionsAlexander Graf2009-05-281-1/+2
* User Networking: Enable removal of redirectionsAlexander Graf2009-05-271-2/+3
* Drop CONFIG_GDBSTUBJan Kiszka2009-05-081-4/+0
* Hardware watchdogRichard W.M. Jones2009-05-011-0/+10
* monitor: Fix warning in do_info_numa (Jan Kiszka)aliguori2009-04-221-1/+1
* add info numa command to monitor (Andre Przywara)aliguori2009-04-211-0/+21
* slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori2009-04-211-0/+4
* monitor: Allow host_net_add/remove for all targets (Jan Kiszka)aliguori2009-04-211-1/+1
* monitor: Improve host_net_add (Jan Kiszka)aliguori2009-04-211-2/+2
* net: Add support for capturing VLANs (Jan Kiszka)aliguori2009-04-211-1/+1
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-2/+2
* monitor: Update command help (Jan Kiszka)aliguori2009-04-181-6/+6
* Add --with-pkgversion.pbrook2009-04-071-1/+1
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-3/+20
* gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori2009-04-051-9/+10
* gdbstub: Allow re-instantiation (Jan Kiszka)aliguori2009-03-281-0/+2
* monitor: sync from kvm state before generating output (Jan Kiszka)aliguori2009-03-121-0/+2
* Multi-key completion for sendkeyblueswir12009-03-081-0/+3
* 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-051-10/+37
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-051-5/+22
OpenPOWER on IntegriCloud