Sign in
qemu
/
qemu
/
a13d44896854329581ba48607d66c6b2aec157f7
/
qmp-commands.hx
f7bc8ef
virtio-net: add vlan receive state to RxFilterInfo
by Amos Kong
· 11 years ago
dc3dd0d
qmp: add query-iothreads command
by Stefan Hajnoczi
· 11 years ago
7d6dc7f
dump: add 'query-dump-guest-memory-capability' command
by qiaonuohan
· 11 years ago
b53ccc3
dump: make kdump-compressed format available for 'dump-guest-memory'
by qiaonuohan
· 11 years ago
77d1c3c
qmp: expose list of supported character device backends
by Martin Kletzander
· 11 years ago
3722290
block: update block commit documentation regarding image truncation
by Jeff Cody
· 11 years ago
0901f67
qmp: Allow to take external snapshots on bs graphs node.
by Benoît Canet
· 11 years ago
3b1dbd1
qmp: Allow block_resize to manipulate bs graph nodes.
by Benoît Canet
· 11 years ago
12d3ba8
qmp: Allow to change password on named block driver states.
by Benoît Canet
· 11 years ago
c13163f
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
by Benoît Canet
· 11 years ago
cff8b2c
monitor: add object-add (QMP) and object_add (HMP) command
by Paolo Bonzini
· 11 years ago
ab2d053
monitor: add object-del (QMP) and object_del (HMP) command
by Paolo Bonzini
· 11 years ago
d26c9a1
blockdev: 'blockdev-add' QMP command
by Kevin Wolf
· 11 years ago
44e3e05
qmp: add interface blockdev-snapshot-delete-internal-sync
by Wenchao Xia
· 11 years ago
f323bc9
qmp: add interface blockdev-snapshot-internal-sync
by Wenchao Xia
· 11 years ago
bbe8601
qmp: add internal snapshot support in qmp_transaction
by Wenchao Xia
· 11 years ago
2024c1d
block: Add iops_size to do the iops accounting for a given io size.
by Benoît Canet
· 11 years ago
3e9fab6
block: Add support for throttling burst max in QMP and the command line.
by Benoît Canet
· 11 years ago
586b546
qmp: fix integer usage in examples
by Eric Blake
· 11 years ago
7f7f975
s390: wire up nmi command to raise a RESTART interrupt on S390
by Eugene (jno) Dvurechenski
· 12 years ago
8f3067b
rdma: remaining documentation fixes
by Michael R. Hines
· 11 years ago
fc5d3f8
Implement sync modes for drive-backup.
by Ian Main
· 11 years ago
bbcf59b
Merge remote-tracking branch 'luiz/queue/qmp' into staging
by Anthony Liguori
· 11 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
f9b1d9b
qmp: update send-key document
by Amos Kong
· 11 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
b53169e
blockdev: add sync mode to drive-backup QMP command
by Stefan Hajnoczi
· 12 years ago
99a9add
block: add drive-backup QMP command
by Stefan Hajnoczi
· 12 years ago
553a7e8
qmp: add ImageInfo in BlockDeviceInfo used by query-block
by Wenchao Xia
· 12 years ago
8ca27ce
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
805a250
Trivial grammar and spelling fixes
by Stefan Weil
· 12 years ago
69ca3ea
QMP: Add cpu-add command
by Igor Mammedov
· 12 years ago
1f8f987
monitor: introduce query-command-line-options
by Amos Kong
· 12 years ago
315f9e1
Revert "New QMP command query-cpu-max and HMP command cpu_max"
by Michal Novotny
· 12 years ago
18501ae
Merge remote-tracking branch 'quintela/migration.next' into staging
by Anthony Liguori
· 12 years ago
f1c7279
migration: do not sent zero pages in bulk stage
by Peter Lieven
· 12 years ago
817c604
migration: Improve QMP documentation
by Juan Quintela
· 12 years ago
4d70043
New QMP command query-cpu-max and HMP command cpu_max
by Michal Novotny
· 12 years ago
28c4fa3
QMP: TPM QMP and man page documentation updates
by Corey Bryant
· 12 years ago
d1a0cf7
Support for TPM command line options
by Stefan Berger
· 12 years ago
af347aa
qmp: netdev_add is like -netdev, not -net, fix documentation
by Markus Armbruster
· 12 years ago
3949e59
qemu-char: Saner naming of memchar stuff & doc fixes
by Markus Armbruster
· 12 years ago
3ab651f
qmp: Clean up design of memchar-read
by Markus Armbruster
· 12 years ago
82e59a6
qmp: Fix design bug and read beyond buffer in memchar-write
by Markus Armbruster
· 12 years ago
dbca1b3
Fix example for query-migrate-capabilities
by Orit Wasserman
· 12 years ago
99f4280
qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
by Michal Privoznik
· 12 years ago
503cb22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
08e4ed6
mirror: add buf-size argument to drive-mirror
by Paolo Bonzini
· 12 years ago
eee13df
mirror: allow customizing the granularity
by Paolo Bonzini
· 12 years ago
49b6d72
QAPI: Introduce memchar-read QMP command
by Lei Li
· 12 years ago
1f590cf
QAPI: Introduce memchar-write QMP command
by Lei Li
· 12 years ago
01ceb97
balloon: drop old stats code & API
by Luiz Capitulino
· 12 years ago
0a1a7fa
chardev: add pty chardev support to chardev-add (qmp)
by Gerd Hoffmann
· 12 years ago
ffbdbe5
chardev: add file chardev support to chardev-add (qmp)
by Gerd Hoffmann
· 12 years ago
f1a1a35
chardev: add qmp hotplug commands, with null chardev support
by Gerd Hoffmann
· 12 years ago
90c45b3
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
b952b55
mirror: add support for on-source-error/on-target-error
by Paolo Bonzini
· 12 years ago
d9b902d
qmp: add drive-mirror command
by Paolo Bonzini
· 12 years ago
aeae883
block: add block-job-complete
by Paolo Bonzini
· 12 years ago
6dd844d
qmp: add NBD server commands
by Paolo Bonzini
· 12 years ago
2c52ddf
migration: print expected downtime in info migrate
by Juan Quintela
· 12 years ago
9c5a9fc
migration: print total downtime for final phase of migration
by Juan Quintela
· 12 years ago
a14c749
Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging
by Anthony Liguori
· 12 years ago
05d4f2f
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
39f4243
QMP, Introduce xen-set-global-dirty-log command.
by Anthony PERARD
· 12 years ago
1d80909
stream: add on-error argument
by Paolo Bonzini
· 12 years ago
6e37fb8
qmp: add block-job-pause and block-job-resume
by Paolo Bonzini
· 12 years ago
ed61fc1
QAPI: add command for live block commit, 'block-commit'
by Jeff Cody
· 12 years ago
b224e5e
qapi: convert add_client
by Luiz Capitulino
· 12 years ago
ad39cf6
qapi: convert screendump
by Luiz Capitulino
· 13 years ago
e4c8f00
qapi: convert sendkey
by Amos Kong
· 12 years ago
86759aa
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 12 years ago
99afc91
qapi: add 'query-target' command to return target arch
by Daniel P. Berrange
· 12 years ago
7aa939a
migration: move total_time from ram stats to migration info
by Juan Quintela
· 12 years ago
ba1c048
qapi: Introduce add-fd, remove-fd, query-fdsets
by Corey Bryant
· 12 years ago
633decd
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 12 years ago
e4e31c6
qapi: add query-cpu-definitions command (v2)
by Anthony Liguori
· 12 years ago
01d3c80
qapi: add query-machines command
by Anthony Liguori
· 12 years ago
1daa31b
qmp: introduce device-list-properties command
by Anthony Liguori
· 12 years ago
de253f1
qmp: switch to the new error format on the wire
by Luiz Capitulino
· 12 years ago
f36d55a
Add XBZRLE statistics
by Orit Wasserman
· 12 years ago
004d4c1
Add migration accounting for normal and duplicate pages
by Orit Wasserman
· 12 years ago
62d4e3f
Change total_time to total-time in MigrationStats
by Orit Wasserman
· 12 years ago
9e1ba4c
Add migrate_set_cache_size command
by Orit Wasserman
· 12 years ago
0045843
Add migrate-set-capabilities
by Orit Wasserman
· 12 years ago
bbf6da3
Add migration capabilities
by Orit Wasserman
· 12 years ago
2e3e331
block: Use bdrv_get_backing_file_depth()
by Benoît Canet
· 12 years ago
208c9d1
qapi: Convert getfd and closefd
by Corey Bryant
· 13 years ago
4860853
Add 'query-events' command to QMP to query async events
by Daniel P. Berrange
· 13 years ago
5f96415
qapi: convert netdev_del
by Luiz Capitulino
· 13 years ago
928059a
qapi: convert netdev_add
by Luiz Capitulino
· 13 years ago
783e9b4
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
by Wen Congyang
· 13 years ago
31155b9
block: add mode argument to blockdev-snapshot-sync
by Paolo Bonzini
· 13 years ago
c83c66c
block: add 'speed' optional parameter to block-stream
by Stefan Hajnoczi
· 13 years ago
882ec7c
block: change block-job-set-speed argument from 'value' to 'speed'
by Stefan Hajnoczi
· 13 years ago
db58f9c
qmp: make block job command naming consistent
by Stefan Hajnoczi
· 13 years ago
a15fef2
qapi: convert device_del
by Luiz Capitulino
· 13 years ago
b9f8978
qmp: add and use q type specifier
by Paolo Bonzini
· 13 years ago
33cf629
Merge remote-tracking branch 'sstabellini/saverestore-8' into staging
by Anthony Liguori
· 13 years ago
a7ae835
Introduce "xen-save-devices-state"
by Stefano Stabellini
· 13 years ago
Next »