Sign in
qemu
/
qemu
/
e514379de52573131ccc47441787e5fab6dbfc08
/
hmp.c
972d233
Merge remote-tracking branch 'quintela/tags/migration/20161114' into staging
by Stefan Hajnoczi
· 8 years ago
fe39a4d
migration: fix missing assignment for has_x_checkpoint_delay
by zhanghailiang
· 8 years ago
11d6fbe
hmp: Make block_stream set an explicit job ID
by Alberto Garcia
· 8 years ago
312fe09
block: Add 'base-node' parameter to the 'block-stream' command
by Alberto Garcia
· 8 years ago
d89e666
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
by zhanghailiang
· 8 years ago
68b5359
COLO: Add checkpoint-delay parameter for migrate-set-parameters
by zhanghailiang
· 8 years ago
b4948be
char: remove init callback
by Marc-André Lureau
· 8 years ago
2ff3025
migrate: move max-bandwidth and downtime-limit to migrate_set_parameter
by Ashijeet Acharya
· 8 years ago
7f375e0
migrate: Use boxed qapi for migrate-set-parameters
by Eric Blake
· 9 years ago
de63ab6
migrate: Share common MigrationParameters struct
by Eric Blake
· 9 years ago
bb2b777
migrate: Fix cpu-throttle-increment regression in HMP
by Eric Blake
· 9 years ago
627eae7
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
0a73336
net: don't poke at chardev internal QemuOpts
by Daniel P. Berrange
· 8 years ago
61b9783
intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider interface
by Hervé Poussineau
· 8 years ago
70e2cb3
block: Accept device model name for blockdev-change-medium
by Kevin Wolf
· 8 years ago
fbe2d81
block: Accept device model name for eject
by Kevin Wolf
· 8 years ago
1813d33
hmp: Remove dead code in hmp_qemu_io()
by Kevin Wolf
· 8 years ago
e7f98f2
block: Allow node name for 'qemu-io' HMP command
by Kevin Wolf
· 9 years ago
13b9414
drive-backup: added support for data compression
by Pavel Butsykin
· 9 years ago
81206a8
block: simplify drive-backup
by Pavel Butsykin
· 9 years ago
faecd40
block: Simplify drive-mirror
by Eric Blake
· 9 years ago
4dc9397
block: Simplify block_set_io_throttle
by Eric Blake
· 9 years ago
2323322
stream: Add 'job-id' parameter to 'block-stream'
by Alberto Garcia
· 9 years ago
70559d4
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
by Alberto Garcia
· 9 years ago
71aa986
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
by Alberto Garcia
· 9 years ago
3b098d5
qapi: Add new visit_complete() function
by Eric Blake
· 9 years ago
e7ca565
string-output-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
09204ea
opts-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
27393c3
qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore
by Peter Krempa
· 9 years ago
d2d8d46
hmp: Add 'info hotpluggable-cpus' HMP command
by Bharata B Rao
· 9 years ago
479b599
hmp: acquire aio_context in hmp_qemu_io
by Vladimir Sementsov-Ogievskiy
· 9 years ago
d3bf541
Postcopy: Add stats on page requests
by Dr. David Alan Gilbert
· 9 years ago
69ef1f3
migration: define 'tls-creds' and 'tls-hostname' migration parameters
by Daniel P. Berrange
· 9 years ago
d59ce6f
migration: add reporting of errors for outgoing migration
by Daniel P. Berrange
· 9 years ago
d85a31d
migration: Promote improved autoconverge commands out of experimental state
by Jason J. Herne
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
586fc27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
4a6b52d
Dump: add hmp command "info dump"
by Peter Xu
· 9 years ago
228de9c
dump-guest-memory: add "detach" flag for QMP/HMP interfaces.
by Peter Xu
· 9 years ago
dce1320
qapi: Add burst length parameters to block_set_io_throttle
by Alberto Garcia
· 9 years ago
544a373
qapi: Don't box branches of flat unions
by Eric Blake
· 9 years ago
ddffee3
nbd: enable use of TLS with nbd-server-start command
by Daniel P. Berrange
· 9 years ago
90998d5
qom: add helpers for UserCreatable object types
by Daniel P. Berrange
· 9 years ago
86ae191
qapi: Fix compilation failure on MIPS and SPARC
by Eric Blake
· 9 years ago
337283d
qapi: Drop unused 'kind' for struct/enum visit
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
9b65859
hmp: Cache use of qapi visitor
by Eric Blake
· 9 years ago
7019738
hmp: Drop pointless allocation during qapi visit
by Eric Blake
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
64ffbe0
hmp: fix sendkey out of bounds write (CVE-2015-8619)
by Wolfgang Bumiller
· 9 years ago
533fdae
error: Consistently name Error * objects err, and not errp
by Markus Armbruster
· 9 years ago
193227f
error: Use error_report_err() instead of monitor_printf()
by Markus Armbruster
· 9 years ago
86f4b68
cpu: Convert CpuInfo into flat union
by Eric Blake
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
cb38fff
block: Add idle_time_ns to BlockDeviceStats
by Alberto Garcia
· 9 years ago
baead0a
hmp: Add read-only-mode option to change command
by Max Reitz
· 9 years ago
39ff43d
blockdev: read-only-mode for blockdev-change-medium
by Max Reitz
· 9 years ago
1068674
hmp: Use blockdev-change-medium for change command
by Max Reitz
· 9 years ago
4886a1b
migrate_start_postcopy: Command to trigger transition to postcopy
by Dr. David Alan Gilbert
· 9 years ago
ce21131
tpm: Convert to new qapi union layout
by Eric Blake
· 9 years ago
1fd5d4f
memory: Convert to new qapi union layout
by Eric Blake
· 9 years ago
568c73a
input: Convert to new qapi union layout
by Eric Blake
· 9 years ago
ddf2190
qapi: Unbox base members
by Eric Blake
· 9 years ago
4782893
qmp/hmp: Add throttle ratio to query-migrate and info migrate
by Jason J. Herne
· 10 years ago
1626fee
migration: Parameters for auto-converge cpu throttling
by Jason J. Herne
· 10 years ago
6231316
hmp: add info iothreads command
by Ting Wang
· 10 years ago
0fc9f8e
qmp: Add optional bool "unmap" to drive-mirror
by Fam Zheng
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
34acbc9
qobject: Use 'bool' inside qdict
by Eric Blake
· 10 years ago
8aeaa05
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 10 years ago
b8fe169
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
by Alberto Garcia
· 10 years ago
76f4afb
throttle: Add throttle group support
by Alberto Garcia
· 10 years ago
fafa4d5
qmp/hmp: add rocker device support
by Scott Feldman
· 10 years ago
318660f
monitor: Use traditional command interface for HMP device_add
by Markus Armbruster
· 10 years ago
b8a185b
monitor: Convert client_migrate_info to QAPI
by Markus Armbruster
· 10 years ago
50e9a62
migration: Add hmp interface to set and query parameters
by Liang Li
· 10 years ago
9fa02cd
qapi: Drop inline nested structs in query-pci
by Eric Blake
· 10 years ago
4752cdb
qapi: Drop inline nested struct in query-version
by Eric Blake
· 10 years ago
d58d845
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
by John Snow
· 10 years ago
9419874
Revert "hmp: fix crash in 'info block -n -v'"
by Stefan Hajnoczi
· 10 years ago
638b836
hmp: fix crash in 'info block -n -v'
by Alberto Garcia
· 10 years ago
d8e33fc
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150317' into staging
by Peter Maydell
· 10 years ago
24b8c39
migration: Convert 'status' of MigrationInfo to use an enum type
by zhanghailiang
· 10 years ago
e49f35b
hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus'
by zhanghailiang
· 10 years ago
1fa57f5
migrate_incoming: use hmp_handle_error
by Dr. David Alan Gilbert
· 10 years ago
c0e6ee9
qom: Implement qom-set HMP command
by Andreas Färber
· 11 years ago
89d7fa9
qom: Implement qom-list HMP command
by Andreas Färber
· 11 years ago
bf1ae1f
Add migrate_incoming
by Dr. David Alan Gilbert
· 10 years ago
7c6044a
hmp: info spice: take out webdav
by Gerd Hoffmann
· 10 years ago
22fa7da
hmp: info spice: Show string channel name
by Cole Robinson
· 10 years ago
041ccc9
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 10 years ago
68b459e
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging
by Peter Maydell
· 10 years ago
f19e44b
hmp: Fix warning from smatch (wrong argument in function call)
by Stefan Weil
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
4c7b7e9
qemu-io: Use BlockBackend
by Max Reitz
· 10 years ago
Next »