aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)Author
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-02remove TCG includes from common codePaolo Bonzini
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19qmp: Fix tracing of non-string command IDsMarkus Armbruster
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster
2020-12-19monitor: Use GString instead of QString for output bufferMarkus Armbruster
2020-12-19hmp: Simplify how qmp_human_monitor_command() gets outputMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-18monitor:Don't use '#' flag of printf format ('%#') in format stringsYutao Ai
2020-12-18monitor:braces {} are necessary for all arms of this statementYutao Ai
2020-12-18monitor:open brace '{' following struct go on the same lineYutao Ai
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini
2020-12-15remove preconfig statePaolo Bonzini
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10hmp: introduce cmd_availablePaolo Bonzini
2020-12-10make ram_size local to vl.cPaolo Bonzini
2020-12-10ui: Tweak a client_migrate_info error messageMarkus Armbruster
2020-12-10ui: Improve a client_migrate_info error messageMarkus Armbruster
2020-12-10ui: Improve some set_passwd, expire_password error messagesMarkus Armbruster
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-09-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi