Sign in
qemu
/
qemu
/
50311a81f812d234ed0782df7a09971978e226a5
/
hmp.c
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
f4564d5
block: add accounting for merged requests
by Peter Lieven
· 10 years ago
206addd
hmp: Compile hmp_info_spice() only with CONFIG_SPICE
by Markus Armbruster
· 10 years ago
e6bb31e
block/hmp: Allow node-name in 'info block'
by Kevin Wolf
· 10 years ago
8d6adcc
block/hmp: Allow info = NULL in print_block_info()
by Kevin Wolf
· 10 years ago
289b276
block/hmp: Factor out print_block_info()
by Kevin Wolf
· 10 years ago
9e193c5
block/qapi: Add cache information to query-block
by Kevin Wolf
· 11 years ago
f71eaa7
qmp: Add optional switch "query-nodes" in query-blockstats
by Fam Zheng
· 10 years ago
a631892
Add HMP command "info memory-devices"
by Zhu Guihua
· 10 years ago
93bb131
hmp: fix memory leak at hmp_info_block_jobs()
by Gonglei
· 10 years ago
ecaf54a
hmp: fix MemdevList memory leak
by Chen Fan
· 11 years ago
976620a
qom/object.c, hmp.c: fix string_output_get_string() memory leak
by Chen Fan
· 11 years ago
13d8cc5
block: add backing-file option to block-stream
by Jeff Cody
· 11 years ago
09158f0
block: Add replaces argument to drive-mirror
by Benoît Canet
· 11 years ago
4c828dc
block: Add node-name argument to drive-mirror
by Benoît Canet
· 11 years ago
089a394
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
8f4e5ac
qapi/hmp: use 'backend' instead of 'device' with memory backend
by Igor Mammedov
· 11 years ago
eb1539b
hmp: add info memdev
by Hu Tao
· 11 years ago
ca8c0fa
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
465bee1
block: optimize zero writes with bdrv_write_zeroes
by Peter Lieven
· 11 years ago
f9f3a5e
hmp: Call visit_end_struct() after visit_start_struct() succeeds
by Markus Armbruster
· 11 years ago
415168e
hmp: Guard against misuse of hmp_handle_error()
by Markus Armbruster
· 11 years ago
e940f54
qmp hmp: Consistently name Error * objects err, and not errp
by Markus Armbruster
· 11 years ago
8bc3923
migration: expose xbzrle cache miss rate
by ChenLiang
· 11 years ago
58570ed
migration: expose the bitmap_sync_count to the end
by ChenLiang
· 11 years ago
1b7a0f7
HMP: support specifying dump format for dump-guest-memory
by Qiao Nuohan
· 11 years ago
b53ccc3
dump: make kdump-compressed format available for 'dump-guest-memory'
by qiaonuohan
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
dde3a21
hmp: migrate command (without -d) now blocks correctly
by Soramichi AKIYAMA
· 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
c60bf33
readline: decouple readline from the monitor
by Stefan Hajnoczi
· 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
abf2332
qemu-monitor: HMP cpu-add wrapper
by Jason J. Herne
· 11 years ago
684b254
hmp: drop bogus "[not inserted]"
by Mike Qiu
· 11 years ago
46663e5
hmp: block-stream: fix typo
by Anthony Liguori
· 11 years ago
7a4ed2e
hmp: add interface hmp_snapshot_delete_blkdev_internal
by Wenchao Xia
· 11 years ago
775ca88
hmp: add interface hmp_snapshot_blkdev_internal
by Wenchao Xia
· 11 years ago
f69f0bc
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
by Anthony Liguori
· 11 years ago
6f88009
Add c++ keywords to QAPI helper script
by Tomoki Sekiyama
· 12 years ago
2024c1d
block: Add iops_size to do the iops accounting for a given io size.
by Benoît Canet
· 12 years ago
3e9fab6
block: Add support for throttling burst max in QMP and the command line.
by Benoît Canet
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
ed4fbd1
rdma: account for the time spent in MIG_STATE_SETUP through QMP
by Michael R. Hines
· 12 years ago
de90930
block: add drive_backup HMP command
by Stefan Hajnoczi
· 12 years ago
fbe2e26
hmp: Make "info block" output more readable
by Kevin Wolf
· 12 years ago
7e114f8
rdma: export throughput w/ MigrationStats QMP
by Michael R. Hines
· 12 years ago
e73fe2b
hmp: add parameters device and -v for info block
by Wenchao Xia
· 12 years ago
bd093a3
hmp: show ImageInfo in 'info block'
by Wenchao Xia
· 12 years ago
587da2c
Make qemu-io commands available in HMP
by Kevin Wolf
· 12 years ago
4ceb193
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 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
4d70043
New QMP command query-cpu-max and HMP command cpu_max
by Michal Novotny
· 12 years ago
88ca7bc
QMP: Remove duplicate TPM type from query-tpm
by Corey Bryant
· 12 years ago
d1a0cf7
Support for TPM command line options
by Stefan Berger
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
543f341
hmp: make memchar-read escape ASCII control chars except \n and \t
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
a31ca01
Fix error message in migrate_set_capability HMP command
by Orit Wasserman
· 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
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
f108890
chardev: add hmp hotplug commands
by Gerd Hoffmann
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
4057725
hmp: add NBD server commands
by Paolo Bonzini
· 13 years ago
90c45b3
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
852bef0
hmp: fix info cpus for sparc targets
by Aurelien Jarno
· 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
8d01719
migration: Add dirty_pages_rate to query migrate output
by Juan Quintela
· 13 years ago
2c52ddf
migration: print expected downtime in info migrate
by Juan Quintela
· 13 years ago
9c5a9fc
migration: print total downtime for final phase of migration
by Juan Quintela
· 13 years ago
05d4f2f
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 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
9f32897
qmp: qmp_send_key(): accept key codes in hex
by Luiz Capitulino
· 12 years ago
Next »