index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
monitor
/
hmp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: Remove obsolete stubs
Philippe Mathieu-Daudé
2024-06-30
1
-3
/
+0
*
kconfig: allow compiling out QEMU device tree code per target
Paolo Bonzini
2024-05-10
1
-0
/
+1
*
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
2024-04-24
1
-1
/
+0
*
hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
Peter Maydell
2023-05-02
1
-1
/
+1
*
hmp: add cryptodev info command
zhenwei pi
2023-03-07
1
-0
/
+1
*
i386/xen: add monitor commands to test event injection
Joao Martins
2023-03-01
1
-0
/
+2
*
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
2023-02-04
1
-0
/
+13
*
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
2023-02-04
1
-0
/
+2
*
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2023-02-04
1
-0
/
+1
*
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
2023-02-04
1
-0
/
+1
*
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
2023-02-04
1
-0
/
+3
*
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
2023-02-04
1
-0
/
+3
*
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
2023-02-04
1
-0
/
+1
*
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
2023-02-04
1
-0
/
+3
*
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2023-01-20
1
-1
/
+0
|
\
|
*
coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
Markus Armbruster
2023-01-19
1
-1
/
+0
*
|
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
2023-01-19
1
-0
/
+1
*
|
ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
Markus Armbruster
2023-01-19
1
-0
/
+5
*
|
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
Markus Armbruster
2023-01-19
1
-0
/
+2
|
/
*
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Markus Armbruster
2022-12-19
1
-0
/
+1
*
monitor: add missing coroutine_fn annotation
Alberto Faria
2022-10-27
1
-1
/
+2
*
hmp: add virtio commands
Laurent Vivier
2022-10-09
1
-0
/
+5
*
softmmu/dirtylimit: Implement dirty page rate limit
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+3
*
hmp: add basic "info stats" implementation
Mark Kanda
2022-06-14
1
-0
/
+1
*
monitor: introduce HumanReadableText and HMP support
Daniel P. Berrangé
2021-11-02
1
-0
/
+3
*
monitor: make hmp_handle_error return a boolean
Daniel P. Berrangé
2021-11-02
1
-1
/
+1
*
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
2021-10-13
1
-1
/
+0
*
hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
Peter Xu
2021-06-08
1
-0
/
+2
*
migrate: remove QMP/HMP commands for speed, downtime and cache size
Daniel P. Berrangé
2021-03-18
1
-4
/
+0
*
replay: implement replay-seek command
Pavel Dovgalyuk
2020-10-06
1
-0
/
+1
*
replay: introduce breakpoint at the specified step
Pavel Dovgalyuk
2020-10-06
1
-0
/
+2
*
replay: introduce info hmp/qmp command
Pavel Dovgalyuk
2020-10-06
1
-0
/
+1
*
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
2020-09-29
1
-1
/
+0
*
hmp: Implement qom-get HMP command
Dr. David Alan Gilbert
2020-06-01
1
-0
/
+1
*
monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-4
/
+0
*
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-6
/
+0
*
monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-4
/
+0
*
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-3
/
+0
*
monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-5
/
+0
*
monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-2
/
+0
*
hmp: drop Error pointer indirection in hmp_handle_error
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
hw/core: Collect HMP command handlers in hw/core/
Markus Armbruster
2019-07-02
1
-0
/
+1
*
qom: Move HMP command handlers to qom/
Markus Armbruster
2019-07-02
1
-0
/
+3
*
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-07-02
1
-0
/
+153