aboutsummaryrefslogtreecommitdiff
path: root/monitor/misc.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson1-3/+12
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé1-27/+0
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé1-0/+1
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé1-1/+17
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini1-3/+12
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster1-2/+4
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster1-2/+1
2021-07-12trace: iter init tweaksGerd Hoffmann1-2/+2
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann1-18/+0
2021-07-09monitor: allow register hmp commandsGerd Hoffmann1-0/+16
2021-06-03monitor: removed cpustats commandBruno Larsen (billionai)1-11/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster1-2/+0
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf1-2/+0
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé1-187/+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 Maydell1-21/+10
2020-12-19monitor: Use GString instead of QString for output bufferMarkus Armbruster1-1/+1
2020-12-19hmp: Simplify how qmp_human_monitor_command() gets outputMarkus Armbruster1-5/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-16/+9
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-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-4/+13
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-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster1-4/+4
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 Wolf1-9/+9
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann1-1/+1
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf1-5/+0
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-6/+7
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-10/+10
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf1-5/+5
2020-09-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert1-30/+14
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé1-33/+25
2020-07-13monitor/misc: Remove unused "chardev/char-mux.h" includePhilippe Mathieu-Daudé1-1/+0
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé1-1/+2
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-2/+1
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-3/+1
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-3/+1
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-2/+0
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky1-0/+1
2020-03-06qapi: Flatten object-addKevin Wolf1-0/+2
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf1-16/+0
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf1-110/+0
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-0/+1
2020-02-06monitor: fix memory leak in monitor_fdset_dup_fd_find_removeChen Qun1-0/+1
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-0/+26