aboutsummaryrefslogtreecommitdiff
path: root/monitor/qmp-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini1-1/+6
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini1-9/+32
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini1-1/+33
2022-06-14qmp: Support for querying statsMark Kanda1-0/+95
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+15
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-1/+1
2022-03-02qapi/monitor: allow VNC display id in set/expire_passwordStefan Reiter1-21/+13
2022-03-02qapi/monitor: refactor set/expire_password with enumsStefan Reiter1-25/+12
2022-01-18monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée1-31/+0
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau1-0/+13
2021-11-02qapi: introduce x-query-irq QMP commandDaniel P. Berrangé1-0/+44
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé1-0/+8
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé1-0/+32
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé1-0/+32
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell1-1/+1
2021-03-23qmp: add new qmp display-reloadZihao Chang1-0/+17
2021-02-04monitor/qmp-cmds.c: Don't include ui/vnc.hPeter Maydell1-1/+1
2021-01-23qmp: remove deprecated "change" commandPaolo Bonzini1-51/+0
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-1/+2
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini1-9/+0
2020-12-15remove preconfig statePaolo Bonzini1-3/+2
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+2
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-12-10ui: Improve some set_passwd, expire_password error messagesMarkus Armbruster1-23/+15
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann1-2/+2
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé1-0/+1
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf1-1/+1
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf1-14/+0
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-0/+1
2019-12-18monitor/qmp-cmds: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster1-12/+0
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-0/+1
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster1-303/+0
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster1-0/+1
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-0/+5
2019-06-17monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.cKevin Wolf1-0/+723