aboutsummaryrefslogtreecommitdiff
path: root/monitor/qmp-cmds.c
AgeCommit message (Expand)Author
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
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-17monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.cKevin Wolf