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
/
hmp-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
monitor: restrict command getfd to POSIX hosts
Marc-André Lureau
1
-0
/
+2
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
1
-1
/
+218
2023-02-04
stats: Move HMP commands from monitor/ to stats/
Markus Armbruster
1
-234
/
+0
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
1
-20
/
+0
2023-02-04
tpm: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
1
-54
/
+0
2023-02-04
virtio: Move HMP commands from monitor/ to hw/virtio/
Markus Armbruster
1
-309
/
+0
2023-02-04
migration: Move HMP commands from monitor/ to migration/
Markus Armbruster
1
-703
/
+0
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
1
-1
/
+0
2023-02-04
net: Move HMP commands from monitor to net/
Markus Armbruster
1
-61
/
+0
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
1
-17
/
+10
2023-02-04
rocker: Move HMP commands from monitor to hw/net/rocker/
Markus Armbruster
1
-297
/
+0
2023-02-04
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
1
-16
/
+1
2023-02-04
qom: Move HMP commands from monitor/ to qom/
Markus Armbruster
1
-19
/
+0
2023-02-04
machine: Move HMP commands from monitor/ to hw/core/
Markus Armbruster
1
-209
/
+0
2023-02-04
char: Move HMP commands from monitor/ to chardev/
Markus Armbruster
1
-123
/
+0
2023-02-04
monitor: Drop unnecessary includes
Markus Armbruster
1
-4
/
+0
2023-01-19
ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
Markus Armbruster
1
-28
/
+2
2023-01-19
ui: Improve "change vnc" error reporting
Markus Armbruster
1
-4
/
+4
2023-01-19
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
Markus Armbruster
1
-338
/
+0
2023-01-19
ui: Clean up a few things checkpatch.pl would flag later on
Markus Armbruster
1
-3
/
+4
2023-01-19
ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
Markus Armbruster
1
-1
/
+1
2023-01-19
Revert "hmp: info spice: take out webdav"
Markus Armbruster
1
-5
/
+0
2023-01-19
ui: Fix silent truncation of numeric keys in HMP sendkey
Markus Armbruster
1
-2
/
+6
2022-12-19
pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c
Markus Armbruster
1
-107
/
+0
2022-12-14
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+2
2022-12-14
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
1
-8
/
+4
2022-12-14
qapi tpm: Elide redundant has_FOO in generated C
Markus Armbruster
1
-4
/
+4
2022-12-14
qapi rocker: Elide redundant has_FOO in generated C
Markus Armbruster
1
-11
/
+11
2022-12-14
qapi pci: Elide redundant has_FOO in generated C
Markus Armbruster
1
-3
/
+3
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+0
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+1
2022-12-14
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
1
-15
/
+11
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+1
2022-10-28
qemu-sockets: move and rename SocketAddress_to_str()
Laurent Vivier
1
-22
/
+1
2022-10-09
hmp: add virtio commands
Laurent Vivier
1
-0
/
+310
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
1
-4
/
+4
2022-07-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-0
/
+2
2022-07-20
Add dirty-sync-missed-zero-copy migration stat
Leonardo Bras
1
-0
/
+5
2022-07-18
monitor: add support for boolean statistics
Paolo Bonzini
1
-0
/
+2
2022-06-22
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
1
-6
/
+0
2022-06-14
hmp: add filtering of statistics by name
Paolo Bonzini
1
-9
/
+26
2022-06-14
hmp: add filtering of statistics by provider
Paolo Bonzini
1
-7
/
+32
2022-06-14
qmp: add filtering of statistics by provider
Paolo Bonzini
1
-1
/
+1
2022-06-14
hmp: add basic "info stats" implementation
Mark Kanda
1
-0
/
+190
2022-05-16
migration: Add zero-copy-send parameter for QMP/HMP for Linux
Leonardo Bras
1
-0
/
+6
2022-04-27
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
1
-1
/
+11
2022-04-27
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
1
-1
/
+11
2022-04-25
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
1
-1
/
+3
2022-03-02
qapi/monitor: allow VNC display id in set/expire_password
Stefan Reiter
1
-11
/
+29
2022-03-02
qapi/monitor: refactor set/expire_password with enums
Stefan Reiter
1
-2
/
+27
[next]