aboutsummaryrefslogtreecommitdiff
path: root/monitor/misc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26mos6522: fix linking error when CONFIG_MOS6522 is not setMurilo Opsfelder Araujo1-0/+3
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+5
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson1-2/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
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