aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
2021-01-23qmp: remove deprecated "change" commandPaolo Bonzini1-51/+0
2021-01-23hmp: remove "change vnc TARGET" commandPaolo Bonzini1-2/+5
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+0
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell6-65/+57
2020-12-19qmp: Fix tracing of non-string command IDsMarkus Armbruster1-12/+18
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-7/+7
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster1-1/+1
2020-12-19monitor: Use GString instead of QString for output bufferMarkus Armbruster3-14/+10
2020-12-19hmp: Simplify how qmp_human_monitor_command() gets outputMarkus Armbruster1-5/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake3-27/+21
2020-12-18monitor:Don't use '#' flag of printf format ('%#') in format stringsYutao Ai1-1/+1
2020-12-18monitor:braces {} are necessary for all arms of this statementYutao Ai1-5/+9
2020-12-18monitor:open brace '{' following struct go on the same lineYutao Ai1-2/+1
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-1/+2
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini1-9/+0
2020-12-15remove preconfig statePaolo Bonzini2-6/+6
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-9/+12
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-4/+13
2020-12-10hmp: introduce cmd_availablePaolo Bonzini1-8/+10
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-12-10ui: Tweak a client_migrate_info error messageMarkus Armbruster1-1/+1
2020-12-10ui: Improve a client_migrate_info error messageMarkus Armbruster1-1/+1
2020-12-10ui: Improve some set_passwd, expire_password error messagesMarkus Armbruster1-23/+15
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster1-4/+4
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-0/+6
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf1-3/+3
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf1-1/+1
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf3-11/+11
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau1-1/+2
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+6
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann1-2/+2
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann1-1/+1
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-16/+17
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf1-16/+17
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann1-1/+1
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf2-5/+33
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf3-40/+143
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf2-9/+29
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-7/+2
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf1-1/+4
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2-10/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf6-19/+40
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2-11/+11
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf2-6/+6
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-0/+1