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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+1
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
1
-1
/
+1
2023-05-25
monitor: do not use mb_read/mb_set
Paolo Bonzini
1
-9
/
+18
2023-05-25
monitor: extract request dequeuing to a new function
Paolo Bonzini
1
-15
/
+22
2023-05-25
monitor: introduce qmp_dispatcher_co_wake
Paolo Bonzini
3
-29
/
+31
2023-05-25
monitor: cleanup fetching of QMP requests
Paolo Bonzini
2
-27
/
+22
2023-05-25
monitor: cleanup detection of qmp_dispatcher_co shutting down
Paolo Bonzini
2
-1
/
+3
2023-05-25
monitor: do not use mb_read/mb_set for suspend_cnt
Paolo Bonzini
3
-23
/
+24
2023-05-25
monitor: add more *_locked() functions
Paolo Bonzini
1
-6
/
+8
2023-05-25
monitor: allow calling monitor_resume under mon_lock
Paolo Bonzini
1
-6
/
+6
2023-05-25
monitor: use QEMU_LOCK_GUARD a bit more
Paolo Bonzini
1
-4
/
+2
2023-04-25
monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-2
/
+2
2023-04-25
hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-1
/
+1
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
[next]