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
/
hmp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
1
-3
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-01-26
hmp: Add nbd_server_remove to mirror QMP command
Eric Blake
1
-0
/
+1
2017-10-23
migrate: HMP migate_continue
Dr. David Alan Gilbert
1
-0
/
+1
2017-09-14
hmp: introduce 'info memory_size_summary' command
Vadim Galitsyn
1
-0
/
+1
2017-07-14
hmp: add hmp analogue for qmp-chardev-change
Anton Nefedov
1
-0
/
+1
2017-06-29
Add chardev-send-break monitor command
Stefan Fritsch
1
-0
/
+1
2017-05-17
ramblock: add new hmp command "info ramblock"
Peter Xu
1
-0
/
+1
2017-05-04
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
1
-0
/
+1
2017-05-04
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
1
-0
/
+1
2017-05-04
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
1
-0
/
+1
2017-05-04
monitor: Move hmp_loadvm from monitor.c to hmp.c
Juan Quintela
1
-0
/
+1
2017-03-02
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
Igor Mammedov
1
-0
/
+1
2016-10-30
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
zhanghailiang
1
-0
/
+1
2016-10-04
intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...
Hervé Poussineau
1
-0
/
+2
2016-07-18
trace: Allow event name pattern in "info trace-events"
Lluís Vilanova
1
-0
/
+1
2016-06-17
hmp: Add 'info hotpluggable-cpus' HMP command
Bharata B Rao
1
-0
/
+1
2016-02-22
Dump: add hmp command "info dump"
Peter Xu
1
-0
/
+1
2015-11-10
migrate_start_postcopy: Command to trigger transition to postcopy
Dr. David Alan Gilbert
1
-0
/
+1
2015-09-04
hmp: add info iothreads command
Ting Wang
1
-0
/
+1
2015-09-03
trace-events: Add hmp completion
Dr. David Alan Gilbert
1
-0
/
+1
2015-06-12
qmp/hmp: add rocker device support
Scott Feldman
1
-0
/
+4
2015-06-02
monitor: Use traditional command interface for HMP device_add
Markus Armbruster
1
-0
/
+1
2015-06-02
monitor: Convert client_migrate_info to QAPI
Markus Armbruster
1
-0
/
+1
2015-05-07
migration: Add hmp interface to set and query parameters
Liang Li
1
-0
/
+4
2015-04-30
monitor: Remove unused functions
Thomas Huth
1
-1
/
+0
2015-03-17
qom: Implement qom-set HMP command
Andreas Färber
1
-0
/
+1
2015-03-17
qom: Implement qom-list HMP command
Andreas Färber
1
-0
/
+1
2015-03-16
Add migrate_incoming
Dr. David Alan Gilbert
1
-0
/
+1
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
1
-3
/
+3
2014-09-26
Add HMP command "info memory-devices"
Zhu Guihua
1
-0
/
+1
2014-06-19
hmp: add info memdev
Hu Tao
1
-0
/
+1
2014-06-11
monitor: Add delvm and loadvm argument completion
Hani Benhabiles
1
-0
/
+2
2014-06-11
monitor: Add host_net_remove arguments completion
Hani Benhabiles
1
-0
/
+2
2014-06-11
monitor: Add host_net_add device argument completion
Hani Benhabiles
1
-0
/
+1
2014-06-11
monitor: Add migrate_set_capability completion
Hani Benhabiles
1
-0
/
+2
2014-06-11
monitor: Add watchdog_action argument completion
Hani Benhabiles
1
-0
/
+2
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-0
/
+2
2014-05-15
monitor: Add netdev_del id argument completion.
Hani Benhabiles
1
-0
/
+1
2014-05-15
monitor: Add netdev_add type argument completion.
Hani Benhabiles
1
-0
/
+1
2014-05-15
monitor: Add set_link arguments completion.
Hani Benhabiles
1
-0
/
+1
2014-05-15
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
1
-0
/
+1
2014-05-15
monitor: Add chardev-remove command completion.
Hani Benhabiles
1
-0
/
+1
2014-05-15
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
1
-0
/
+1
2014-04-25
monitor: Add device_add and device_del completion.
Hani Benhabiles
1
-0
/
+2
2014-04-25
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
1
-0
/
+3
2014-01-06
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
1
-0
/
+1
2014-01-06
monitor: add object-del (QMP) and object_del (HMP) command
Paolo Bonzini
1
-0
/
+1
2014-01-06
qemu-monitor: HMP cpu-add wrapper
Jason J. Herne
1
-0
/
+1
[next]