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-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
2023-01-19
ui: Check numeric part of expire_password argument @time properly
Markus Armbruster
1
-2
/
+15
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-1
/
+1
2022-12-19
pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c
Markus Armbruster
1
-107
/
+0
2022-12-15
monitor/misc: Remove superfluous include statements
Thomas Huth
1
-6
/
+0
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
3
-20
/
+10
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 stats: Elide redundant has_FOO in generated C
Markus Armbruster
1
-4
/
+1
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
3
-20
/
+7
2022-12-14
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
2
-16
/
+12
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+1
2022-12-14
monitor: Use ERRP_GUARD() in monitor_init()
Markus Armbruster
1
-8
/
+4
[prev]
[next]