convert mux chardev to QemuOpts.
[qemu] / monitor.c
2009-09-04 Luiz Capitulinomonitor: Update supported types documentation
2009-09-04 Luiz Capitulinomonitor: fail when 'i' type is greater than 32-bit
2009-09-04 Luiz Capitulinomonitor: Drop args[] handling code
2009-09-04 Luiz Capitulinomonitor: Drop str_allocated[]
2009-09-04 Luiz Capitulinomonitor: Drop unused macros
2009-09-04 Luiz Capitulinomonitor: Split monitor_handle_command()
2009-09-04 Luiz Capitulinomonitor: Port handler_10 to use QDict
2009-09-04 Luiz Capitulinomonitor: Drop handler_8 and handler_9
2009-09-04 Luiz Capitulinomonitor: Port handler_7 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_6 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_5 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_4 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_3 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_2 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_1 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_0 to use QDict
2009-09-04 Luiz Capitulinomonitor: Setup a QDict with arguments to handlers
2009-09-04 Luiz Capitulinomonitor: New format for handlers argument types
2009-09-04 Luiz CapitulinoAdd wrappers to functions used by the Monitor
2009-08-31 Blue SwirlFix breakage due to __thread
2009-08-28 Gerd Hoffmannadd qemu_error() + friends
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-28 Juan Quintelamake load_vmstate() return errors
2009-08-28 Juan Quintelamove do_loadvm() to monitor.c
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-23 Blue SwirlFix device name completion for 'eject'
2009-08-10 Gerd Hoffmannrename "info qdrv" to "info qdm"
2009-08-10 Luiz CapitulinoFix do_commit() behavior
2009-07-31 Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-30 Gerd Hoffmannqdev/core: add monitor command to list all drivers
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Mark McLoughlinAdd monitor_get_fd() command for fetching named fds
2009-07-27 Mark McLoughlinAdd getfd and closefd monitor commands
2009-07-16 Jan Kiszkamonitor: Add port write command
2009-07-16 Jan KiszkaMove boot_set callback backend
2009-07-09 Isaku Yamahatause constant IOPORTS_MASK instead of 0xffff.
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-06-29 Jan Kiszkamonitor: Refactor acl commnds
2009-06-29 Jan Kiszkamonitor: Add completion for help command
2009-06-29 Jan Kiszkaslirp: Drop statistic code
2009-06-29 Jan Kiszkaslirp: Add info usernet for dumping connection states
2009-06-10 Luiz Capitulinomonitor: Introduce get_command_name()
2009-06-10 Luiz Capitulinomonitor: Remove unused variable
2009-06-10 Luiz Capitulinomonitor: Remove uneeded 'return' statement
2009-06-10 Luiz Capitulinomonitor: Remove uneeded goto
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
next