aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Fix breakage due to __threadBlue Swirl1-1/+1
2009-08-27add qemu_error() + friendsGerd Hoffmann1-1/+70
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-2/+2
2009-08-27make load_vmstate() return errorsJuan Quintela1-2/+1
2009-08-27move do_loadvm() to monitor.cJuan Quintela1-0/+11
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-57/+0
2009-08-23Fix device name completion for 'eject'Blue Swirl1-0/+3
2009-08-10rename "info qdrv" to "info qdm"Gerd Hoffmann1-2/+2
2009-08-10Fix do_commit() behaviorLuiz Capitulino1-1/+1
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-07-30qdev/core: add monitor command to list all driversGerd Hoffmann1-0/+2
2009-07-27kill drives_tableGerd Hoffmann1-5/+7
2009-07-27Add monitor_get_fd() command for fetching named fdsMark McLoughlin1-0/+24
2009-07-27Add getfd and closefd monitor commandsMark McLoughlin1-0/+69
2009-07-16monitor: Add port write commandJan Kiszka1-0/+19
2009-07-16Move boot_set callback backendJan Kiszka1-18/+5
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata1-1/+1
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+46
2009-06-29monitor: Refactor acl commndsJan Kiszka1-39/+57
2009-06-29monitor: Add completion for help commandJan Kiszka1-0/+5
2009-06-29slirp: Drop statistic codeJan Kiszka1-2/+0
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka1-0/+2
2009-06-10monitor: Introduce get_command_name()Luiz Capitulino1-14/+30
2009-06-10monitor: Remove unused variableLuiz Capitulino1-2/+0
2009-06-10monitor: Remove uneeded 'return' statementLuiz Capitulino1-1/+0
2009-06-10monitor: Remove uneeded gotoLuiz Capitulino1-4/+6
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl1-119/+3
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann1-0/+3
2009-05-28User networking: Show active connectionsAlexander Graf1-1/+2
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf1-2/+3
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka1-4/+0
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