aboutsummaryrefslogtreecommitdiff
path: root/monitor/misc.c
AgeCommit message (Expand)Author
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster
2021-07-12trace: iter init tweaksGerd Hoffmann
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann
2021-07-09monitor: allow register hmp commandsGerd Hoffmann
2021-06-03monitor: removed cpustats commandBruno Larsen (billionai)
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-19monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé
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-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-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10ui: Tweak a client_migrate_info error messageMarkus Armbruster
2020-12-10ui: Improve a client_migrate_info error messageMarkus Armbruster
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster
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-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann
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-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-07-13monitor/misc: Remove unused "chardev/char-mux.h" includePhilippe Mathieu-Daudé
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky
2020-03-06qapi: Flatten object-addKevin Wolf
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf
2020-02-06monitor: fix memory leak in monitor_fdset_dup_fd_find_removeChen Qun
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau