index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor
/
qmp-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
1
-1
/
+0
2023-03-13
qmp: 'add_client' actually expects sockets
Marc-André Lureau
1
-0
/
+7
2023-02-04
monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
Markus Armbruster
1
-1
/
+52
2023-02-04
acpi: Move the QMP command from monitor/ to hw/acpi/
Markus Armbruster
1
-21
/
+0
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
1
-152
/
+0
2023-02-04
machine: Move QMP commands from monitor/ to hw/core/
Markus Armbruster
1
-140
/
+0
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-11
/
+2
2023-02-04
monitor: Drop unnecessary includes
Markus Armbruster
1
-8
/
+0
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-0
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2023-01-19
ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
Markus Armbruster
1
-1
/
+1
2023-01-19
ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
Markus Armbruster
1
-41
/
+33
2023-01-19
ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
Markus Armbruster
1
-118
/
+0
2023-01-19
ui: Clean up a few things checkpatch.pl would flag later on
Markus Armbruster
1
-10
/
+11
2023-01-19
ui: Check numeric part of expire_password argument @time properly
Markus Armbruster
1
-2
/
+15
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-2
/
+2
2022-12-14
qapi stats: Elide redundant has_FOO in generated C
Markus Armbruster
1
-4
/
+1
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
1
-5
/
+1
2022-12-14
error: Move ERRP_GUARD() to the beginning of the function
Markus Armbruster
1
-2
/
+2
2022-10-07
jobs: group together API calls under the same job lock
Emanuele Giuseppe Esposito
1
-2
/
+5
2022-06-14
qmp: add filtering of statistics by name
Paolo Bonzini
1
-1
/
+6
2022-06-14
qmp: add filtering of statistics by provider
Paolo Bonzini
1
-9
/
+32
2022-06-14
qmp: add filtering of statistics by target vCPU
Paolo Bonzini
1
-1
/
+33
2022-06-14
qmp: Support for querying stats
Mark Kanda
1
-0
/
+95
2022-04-27
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
include: move dump_in_progress() to runstate.h
Marc-André Lureau
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-03-02
qapi/monitor: allow VNC display id in set/expire_password
Stefan Reiter
1
-21
/
+13
2022-03-02
qapi/monitor: refactor set/expire_password with enums
Stefan Reiter
1
-25
/
+12
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
1
-31
/
+0
2021-12-21
ui/dbus: add p2p=on/off option
Marc-André Lureau
1
-0
/
+13
2021-11-02
qapi: introduce x-query-irq QMP command
Daniel P. Berrangé
1
-0
/
+44
2021-11-02
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
1
-0
/
+8
2021-11-02
qapi: introduce x-query-rdma QMP command
Daniel P. Berrangé
1
-0
/
+32
2021-11-02
qapi: introduce x-query-profile QMP command
Daniel P. Berrangé
1
-0
/
+32
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
1
-1
/
+0
2021-08-26
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
1
-1
/
+1
2021-03-23
qmp: add new qmp display-reload
Zihao Chang
1
-0
/
+17
2021-02-04
monitor/qmp-cmds.c: Don't include ui/vnc.h
Peter Maydell
1
-1
/
+1
2021-01-23
qmp: remove deprecated "change" command
Paolo Bonzini
1
-51
/
+0
2020-12-15
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
1
-1
/
+2
2020-12-15
vl: remove separate preconfig main_loop
Paolo Bonzini
1
-9
/
+0
2020-12-15
remove preconfig state
Paolo Bonzini
1
-3
/
+2
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+2
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
1
-1
/
+2
2020-12-10
ui: Improve some set_passwd, expire_password error messages
Markus Armbruster
1
-23
/
+15
2020-10-21
spice: move display_add_client() to QemuSpiceOps.
Gerd Hoffmann
1
-1
/
+1
2020-10-21
spice: move auth functions to QemuSpiceOps.
Gerd Hoffmann
1
-2
/
+2
[next]