aboutsummaryrefslogtreecommitdiff
path: root/monitor/qmp-cmds.c
AgeCommit message (Expand)Author
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster
2023-01-19ui: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster
2023-01-19ui: Check numeric part of expire_password argument @time properlyMarkus Armbruster
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi stats: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini
2022-06-14qmp: Support for querying statsMark Kanda
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-02qapi/monitor: allow VNC display id in set/expire_passwordStefan Reiter
2022-03-02qapi/monitor: refactor set/expire_password with enumsStefan Reiter
2022-01-18monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau
2021-11-02qapi: introduce x-query-irq QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell
2021-03-23qmp: add new qmp display-reloadZihao Chang
2021-02-04monitor/qmp-cmds.c: Don't include ui/vnc.hPeter Maydell
2021-01-23qmp: remove deprecated "change" commandPaolo Bonzini
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
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-10make ram_size local to vl.cPaolo Bonzini
2020-12-10ui: Improve some set_passwd, expire_password error messagesMarkus Armbruster
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf
2019-12-18monitor/qmp-cmds: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster