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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
1
-2
/
+3
2017-05-18
migration: Create block capability
Juan Quintela
1
-0
/
+13
2017-05-18
hmp: Use visitor api for hmp_migrate_set_parameter()
Juan Quintela
1
-4
/
+6
2017-05-18
Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging
Stefan Hajnoczi
1
-0
/
+6
2017-05-17
ramblock: add new hmp command "info ramblock"
Peter Xu
1
-0
/
+6
2017-05-17
migration: Pass Error ** argument to {save,load}_vmstate
Juan Quintela
1
-2
/
+7
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-3
/
+4
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-2
/
+2
2017-05-04
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
1
-0
/
+143
2017-05-04
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
1
-0
/
+13
2017-05-04
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
1
-0
/
+5
2017-05-04
monitor: Move hmp_loadvm from monitor.c to hmp.c
Juan Quintela
1
-0
/
+13
2017-04-21
hmp: info migrate_parameters format tunes
Peter Xu
1
-12
/
+10
2017-04-21
hmp: info migrate_capability format tunes
Peter Xu
1
-3
/
+1
2017-04-21
ram: Add page-size to output in 'info migrate'
Chao Fan
1
-0
/
+3
2017-03-15
Bugfix: Handle error if VM Generation ID device not present
Ben Warren
1
-1
/
+3
2017-03-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+9
2017-03-02
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
Igor Mammedov
1
-0
/
+9
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
1
-1
/
+25
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+5
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-2
/
+3
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-3
/
+3
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-4
/
+2
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
1
-1
/
+7
2017-02-21
monitor: add poll-* properties into query-iothreads result
Pavel Hrdina
1
-2
/
+7
2017-02-21
hmp: fix block_set_io_throttle
Eric Blake
1
-0
/
+1
2017-01-31
char: headers clean-up
Marc-André Lureau
1
-0
/
+1
2017-01-12
monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends
Igor Mammedov
1
-4
/
+1
2017-01-12
monitor: reuse user_creatable_add_opts() instead of user_creatable_add()
Igor Mammedov
1
-4
/
+1
2016-11-15
Merge remote-tracking branch 'quintela/tags/migration/20161114' into staging
Stefan Hajnoczi
1
-0
/
+1
2016-11-14
migration: fix missing assignment for has_x_checkpoint_delay
zhanghailiang
1
-0
/
+1
2016-11-11
hmp: Make block_stream set an explicit job ID
Alberto Garcia
1
-1
/
+1
2016-10-31
block: Add 'base-node' parameter to the 'block-stream' command
Alberto Garcia
1
-1
/
+1
2016-10-30
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
zhanghailiang
1
-0
/
+8
2016-10-30
COLO: Add checkpoint-delay parameter for migrate-set-parameters
zhanghailiang
1
-0
/
+8
2016-10-24
char: remove init callback
Marc-André Lureau
1
-1
/
+1
2016-10-13
migrate: move max-bandwidth and downtime-limit to migrate_set_parameter
Ashijeet Acharya
1
-0
/
+27
2016-10-13
migrate: Use boxed qapi for migrate-set-parameters
Eric Blake
1
-22
/
+18
2016-10-13
migrate: Share common MigrationParameters struct
Eric Blake
1
-2
/
+7
2016-10-13
migrate: Fix cpu-throttle-increment regression in HMP
Eric Blake
1
-0
/
+1
2016-10-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+1
2016-10-10
net: don't poke at chardev internal QemuOpts
Daniel P. Berrange
1
-0
/
+1
2016-10-04
intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...
Hervé Poussineau
1
-0
/
+65
2016-09-23
block: Accept device model name for blockdev-change-medium
Kevin Wolf
1
-2
/
+3
2016-09-23
block: Accept device model name for eject
Kevin Wolf
1
-1
/
+1
2016-09-23
hmp: Remove dead code in hmp_qemu_io()
Kevin Wolf
1
-9
/
+5
[next]