aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2009-09-04monitor: Port handler_2 to use QDictLuiz Capitulino
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino
2009-09-04monitor: Port handler_0 to use QDictLuiz Capitulino
2009-09-04monitor: Setup a QDict with arguments to handlersLuiz Capitulino
2009-09-04monitor: New format for handlers argument typesLuiz Capitulino
2009-09-04Add wrappers to functions used by the MonitorLuiz Capitulino
2009-08-31Fix breakage due to __threadBlue Swirl
2009-08-27add qemu_error() + friendsGerd Hoffmann
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-27make load_vmstate() return errorsJuan Quintela
2009-08-27move do_loadvm() to monitor.cJuan Quintela
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-23Fix device name completion for 'eject'Blue Swirl
2009-08-10rename "info qdrv" to "info qdm"Gerd Hoffmann
2009-08-10Fix do_commit() behaviorLuiz Capitulino
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-30qdev/core: add monitor command to list all driversGerd Hoffmann
2009-07-27kill drives_tableGerd Hoffmann
2009-07-27Add monitor_get_fd() command for fetching named fdsMark McLoughlin
2009-07-27Add getfd and closefd monitor commandsMark McLoughlin
2009-07-16monitor: Add port write commandJan Kiszka
2009-07-16Move boot_set callback backendJan Kiszka
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-06-29monitor: Refactor acl commndsJan Kiszka
2009-06-29monitor: Add completion for help commandJan Kiszka
2009-06-29slirp: Drop statistic codeJan Kiszka
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka
2009-06-10monitor: Introduce get_command_name()Luiz Capitulino
2009-06-10monitor: Remove unused variableLuiz Capitulino
2009-06-10monitor: Remove uneeded 'return' statementLuiz Capitulino
2009-06-10monitor: Remove uneeded gotoLuiz Capitulino
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann
2009-05-28User networking: Show active connectionsAlexander Graf
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka
2009-05-01Hardware watchdogRichard W.M. Jones
2009-04-22monitor: Fix warning in do_info_numa (Jan Kiszka)aliguori
2009-04-21add info numa command to monitor (Andre Przywara)aliguori
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori
2009-04-21monitor: Allow host_net_add/remove for all targets (Jan Kiszka)aliguori
2009-04-21monitor: Improve host_net_add (Jan Kiszka)aliguori
2009-04-21net: Add support for capturing VLANs (Jan Kiszka)aliguori
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-18monitor: Update command help (Jan Kiszka)aliguori
2009-04-07Add --with-pkgversion.pbrook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori
2009-03-28gdbstub: Allow re-instantiation (Jan Kiszka)aliguori