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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
monitor: restrict command getfd to POSIX hosts
Marc-André Lureau
2
-0
/
+4
2023-03-13
qmp: add 'get-win32-socket'
Marc-André Lureau
1
-16
/
+60
2023-03-13
monitor: release the lock before calling close()
Marc-André Lureau
1
-1
/
+4
2023-03-13
qmp: 'add_client' actually expects sockets
Marc-André Lureau
1
-0
/
+7
2023-03-01
readline: fix hmp completion issue
Dongli Zhang
1
-6
/
+2
2023-02-04
monitor: Rename misc.c to hmp-target.c
Markus Armbruster
2
-2
/
+2
2023-02-04
monitor: Loosen coupling between misc.c and monitor.c slightly
Markus Armbruster
2
-8
/
+2
2023-02-04
monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
Markus Armbruster
2
-52
/
+52
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
2
-219
/
+218
2023-02-04
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
Markus Armbruster
3
-351
/
+382
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
2
-27
/
+27
2023-02-04
monitor: Split file descriptor passing stuff off misc.c
Markus Armbruster
3
-434
/
+469
2023-02-04
qdev: Move HMP command completion from monitor to softmmu/
Markus Armbruster
1
-82
/
+0
2023-02-04
acpi: Move the QMP command from monitor/ to hw/acpi/
Markus Armbruster
1
-21
/
+0
2023-02-04
stats: Move HMP commands from monitor/ to stats/
Markus Armbruster
1
-234
/
+0
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
1
-152
/
+0
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
2
-62
/
+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 the QMP command from monitor/ to migration/
Markus Armbruster
1
-31
/
+0
2023-02-04
migration: Move HMP commands from monitor/ to migration/
Markus Armbruster
2
-785
/
+0
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2
-2
/
+0
2023-02-04
net: Move HMP commands from monitor to net/
Markus Armbruster
2
-117
/
+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
2
-68
/
+0
2023-02-04
machine: Move HMP commands from monitor/ to hw/core/
Markus Armbruster
1
-209
/
+0
2023-02-04
machine: Move QMP commands from monitor/ to hw/core/
Markus Armbruster
1
-140
/
+0
2023-02-04
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
1
-119
/
+0
2023-02-04
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
3
-6
/
+5
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
2
-66
/
+31
2023-02-04
hmp: Drop redundant argument check from add_completion_option()
Markus Armbruster
1
-3
/
+0
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-11
/
+2
2023-02-04
char: Move HMP commands from monitor/ to chardev/
Markus Armbruster
2
-201
/
+0
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
1
-56
/
+0
2023-02-04
monitor: Drop unnecessary includes
Markus Armbruster
5
-27
/
+2
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
Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
3
-576
/
+33
2023-01-19
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
1
-1
/
+0
2023-01-19
ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
Markus Armbruster
2
-29
/
+3
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
2
-404
/
+0
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
2
-13
/
+15
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
[next]