index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add accounting for merged requests
Peter Lieven
2015-02-06
1
-1
/
+5
*
hmp: Compile hmp_info_spice() only with CONFIG_SPICE
Markus Armbruster
2015-01-29
1
-0
/
+2
*
block/hmp: Allow node-name in 'info block'
Kevin Wolf
2014-12-10
1
-1
/
+30
*
block/hmp: Allow info = NULL in print_block_info()
Kevin Wolf
2014-12-10
1
-9
/
+25
*
block/hmp: Factor out print_block_info()
Kevin Wolf
2014-12-10
1
-95
/
+97
*
block/qapi: Add cache information to query-block
Kevin Wolf
2014-12-10
1
-0
/
+8
*
qmp: Add optional switch "query-nodes" in query-blockstats
Fam Zheng
2014-12-10
1
-1
/
+1
*
Add HMP command "info memory-devices"
Zhu Guihua
2014-09-26
1
-0
/
+38
*
hmp: fix memory leak at hmp_info_block_jobs()
Gonglei
2014-09-22
1
-0
/
+2
*
hmp: fix MemdevList memory leak
Chen Fan
2014-09-02
1
-0
/
+2
*
qom/object.c, hmp.c: fix string_output_get_string() memory leak
Chen Fan
2014-09-02
1
-2
/
+4
*
block: add backing-file option to block-stream
Jeff Cody
2014-07-01
1
-1
/
+1
*
block: Add replaces argument to drive-mirror
Benoît Canet
2014-06-27
1
-1
/
+1
*
block: Add node-name argument to drive-mirror
Benoît Canet
2014-06-27
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-06-24
1
-2
/
+3
|
\
|
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
1
-2
/
+3
*
|
qapi/hmp: use 'backend' instead of 'device' with memory backend
Igor Mammedov
2014-06-23
1
-1
/
+1
|
/
*
hmp: add info memdev
Hu Tao
2014-06-19
1
-0
/
+36
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-05-20
1
-0
/
+5
|
\
|
*
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
2014-05-19
1
-0
/
+5
*
|
hmp: Call visit_end_struct() after visit_start_struct() succeeds
Markus Armbruster
2014-05-15
1
-8
/
+8
|
/
*
hmp: Guard against misuse of hmp_handle_error()
Markus Armbruster
2014-05-09
1
-1
/
+2
*
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-05-08
1
-69
/
+69
*
migration: expose xbzrle cache miss rate
ChenLiang
2014-05-05
1
-0
/
+2
*
migration: expose the bitmap_sync_count to the end
ChenLiang
2014-05-05
1
-0
/
+2
*
HMP: support specifying dump format for dump-guest-memory
Qiao Nuohan
2014-04-25
1
-3
/
+22
*
dump: make kdump-compressed format available for 'dump-guest-memory'
qiaonuohan
2014-02-28
1
-1
/
+4
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-4
/
+4
*
hmp: migrate command (without -d) now blocks correctly
Soramichi AKIYAMA
2014-02-17
1
-1
/
+2
*
qmp: Allow to take external snapshots on bs graphs node.
Benoît Canet
2014-01-24
1
-1
/
+3
*
qmp: Allow block_resize to manipulate bs graph nodes.
Benoît Canet
2014-01-24
1
-1
/
+1
*
qmp: Allow to change password on named block driver states.
Benoît Canet
2014-01-24
1
-1
/
+1
*
readline: decouple readline from the monitor
Stefan Hajnoczi
2014-01-22
1
-3
/
+3
*
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
2014-01-06
1
-0
/
+58
*
monitor: add object-del (QMP) and object_del (HMP) command
Paolo Bonzini
2014-01-06
1
-0
/
+9
*
qemu-monitor: HMP cpu-add wrapper
Jason J. Herne
2014-01-06
1
-0
/
+10
*
hmp: drop bogus "[not inserted]"
Mike Qiu
2013-10-17
1
-2
/
+0
*
hmp: block-stream: fix typo
Anthony Liguori
2013-09-17
1
-1
/
+1
*
hmp: add interface hmp_snapshot_delete_blkdev_internal
Wenchao Xia
2013-09-12
1
-0
/
+12
*
hmp: add interface hmp_snapshot_blkdev_internal
Wenchao Xia
2013-09-12
1
-0
/
+10
*
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
Anthony Liguori
2013-09-11
1
-1
/
+1
|
\
|
*
Add c++ keywords to QAPI helper script
Tomoki Sekiyama
2013-09-09
1
-1
/
+1
*
|
block: Add iops_size to do the iops accounting for a given io size.
Benoît Canet
2013-09-06
1
-2
/
+6
*
|
block: Add support for throttling burst max in QMP and the command line.
Benoît Canet
2013-09-06
1
-3
/
+29
|
/
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-4
/
+4
*
rdma: account for the time spent in MIG_STATE_SETUP through QMP
Michael R. Hines
2013-07-23
1
-0
/
+4
*
block: add drive_backup HMP command
Stefan Hajnoczi
2013-07-15
1
-0
/
+28
*
hmp: Make "info block" output more readable
Kevin Wolf
2013-06-28
1
-39
/
+55
*
rdma: export throughput w/ MigrationStats QMP
Michael R. Hines
2013-06-27
1
-0
/
+2
*
hmp: add parameters device and -v for info block
Wenchao Xia
2013-06-07
1
-9
/
+16
[next]