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
/
include
/
monitor
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-25
monitor: add more *_locked() functions
Paolo Bonzini
1
-0
/
+3
2023-05-02
hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
Peter Maydell
1
-1
/
+1
2023-03-07
hmp: add cryptodev info command
zhenwei pi
1
-0
/
+1
2023-03-01
i386/xen: add monitor commands to test event injection
Joao Martins
1
-0
/
+2
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
1
-0
/
+13
2023-02-04
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
Markus Armbruster
1
-0
/
+6
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
1
-0
/
+1
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
1
-45
/
+0
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
1
-0
/
+2
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
1
-0
/
+1
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
1
-0
/
+1
2023-02-04
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
1
-0
/
+3
2023-02-04
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
1
-0
/
+3
2023-02-04
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
1
-0
/
+1
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-0
/
+3
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
1
-0
/
+3
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-1
/
+0
2023-01-19
ui: Split hmp_mouse_set() and move the HMP part to ui/
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
-0
/
+5
2023-01-19
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
Markus Armbruster
1
-0
/
+2
2023-01-19
ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
Markus Armbruster
1
-0
/
+26
2023-01-19
coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
Markus Armbruster
1
-1
/
+0
2022-12-19
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Markus Armbruster
1
-0
/
+1
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+1
2022-10-27
monitor: add missing coroutine_fn annotation
Alberto Faria
1
-1
/
+2
2022-10-09
hmp: add virtio commands
Laurent Vivier
1
-0
/
+5
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
1
-0
/
+1
2022-07-20
softmmu/dirtylimit: Implement dirty page rate limit
Hyman Huang(黄勇)
1
-0
/
+3
2022-06-14
qmp: add filtering of statistics by name
Paolo Bonzini
1
-1
/
+1
2022-06-14
qmp: add filtering of statistics by provider
Paolo Bonzini
1
-1
/
+3
2022-06-14
hmp: add basic "info stats" implementation
Mark Kanda
1
-0
/
+1
2022-06-14
qmp: add filtering of statistics by target vCPU
Paolo Bonzini
1
-1
/
+10
2022-06-14
qmp: Support for querying stats
Mark Kanda
1
-0
/
+34
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
1
-0
/
+3
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-2
/
+2
2022-03-09
mos6522: add "info via" HMP command for debugging
Mark Cave-Ayland
1
-0
/
+1
2021-11-02
monitor: introduce HumanReadableText and HMP support
Daniel P. Berrangé
2
-0
/
+5
2021-11-02
monitor: make hmp_handle_error return a boolean
Daniel P. Berrangé
1
-1
/
+1
2021-11-02
monitor: remove 'info ioapic' HMP command
Daniel P. Berrangé
1
-1
/
+0
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
1
-0
/
+2
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
1
-1
/
+24
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
1
-1
/
+1
2021-10-13
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
2
-1
/
+1
2021-09-30
target/i386: Add HMP and QMP interfaces for SGX
Yang Zhong
1
-0
/
+1
2021-07-09
monitor: allow register hmp commands
Gerd Hoffmann
1
-0
/
+3
2021-06-08
hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
Peter Xu
1
-0
/
+2
2021-06-05
misc: Correct relative include path
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-18
migrate: remove QMP/HMP commands for speed, downtime and cache size
Daniel P. Berrangé
1
-4
/
+0
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
1
-0
/
+3
2020-11-13
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
1
-1
/
+1
[next]