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
/
blockdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add 'x-blockdev-del' QMP command
Alberto Garcia
2015-11-11
1
-0
/
+66
*
block: Disallow snapshots if the overlay doesn't support backing files
Alberto Garcia
2015-11-11
1
-0
/
+5
*
throttle: Use bs->throttle_state instead of bs->io_limits_enabled
Alberto Garcia
2015-11-11
1
-2
/
+2
*
block: add a 'blockdev-snapshot' QMP command
Alberto Garcia
2015-11-11
1
-61
/
+104
*
block: rename BlockdevSnapshot to BlockdevSnapshotSync
Alberto Garcia
2015-11-11
1
-1
/
+1
*
block: check for existing device IDs in external_snapshot_prepare()
Alberto Garcia
2015-11-11
1
-2
/
+3
*
blockdev: read-only-mode for blockdev-change-medium
Max Reitz
2015-11-11
1
-0
/
+22
*
qmp: Introduce blockdev-change-medium
Max Reitz
2015-11-11
1
-3
/
+4
*
blockdev: Implement change with basic operations
Max Reitz
2015-11-11
1
-110
/
+68
*
blockdev: Implement eject with basic operations
Max Reitz
2015-11-11
1
-6
/
+5
*
blockdev: Add blockdev-insert-medium
Max Reitz
2015-11-11
1
-0
/
+56
*
blockdev: Add blockdev-remove-medium
Max Reitz
2015-11-11
1
-0
/
+51
*
blockdev: Add blockdev-close-tray
Max Reitz
2015-11-11
1
-0
/
+23
*
blockdev: Add blockdev-open-tray
Max Reitz
2015-11-11
1
-0
/
+36
*
blockdev: acquire AioContext in hmp_commit()
Stefan Hajnoczi
2015-11-09
1
-1
/
+11
*
block: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-23
/
+24
*
block: Add "drained begin/end" for internal snapshot
Fam Zheng
2015-10-23
1
-2
/
+9
*
block: Add "drained begin/end" for transactional blockdev-backup
Fam Zheng
2015-10-23
1
-1
/
+8
*
block: Add "drained begin/end" for transactional backup
Fam Zheng
2015-10-23
1
-1
/
+8
*
block: Add "drained begin/end" for transactional external snapshot
Fam Zheng
2015-10-23
1
-2
/
+9
*
blockdev: Allow more options for BB-less BDS tree
Max Reitz
2015-10-23
1
-6
/
+91
*
blockdev: Pull out blockdev option extraction
Max Reitz
2015-10-23
1
-94
/
+119
*
blockdev: Do not create BDS for empty drive
Max Reitz
2015-10-23
1
-28
/
+40
*
block: Prepare for NULL BDS
Max Reitz
2015-10-23
1
-69
/
+135
*
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
1
-3
/
+3
*
blockdev: Allow creation of BDS trees without BB
Max Reitz
2015-10-23
1
-13
/
+31
*
block: Set BDRV_O_INCOMING in bdrv_fill_options()
Max Reitz
2015-10-23
1
-4
/
+0
*
blockdev: always compile in -drive aio= parsing
Stefan Hajnoczi
2015-10-16
1
-2
/
+0
*
block: Implement bdrv_append() without bdrv_swap()
Kevin Wolf
2015-10-16
1
-1
/
+1
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
1
-2
/
+2
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-4
/
+4
*
block: Always pass NULL as drv for bdrv_open()
Max Reitz
2015-09-14
1
-44
/
+28
*
block: more check for replaced node
Wen Congyang
2015-09-02
1
-1
/
+1
*
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
2015-08-05
1
-0
/
+6
*
mirror: correct buf_size
Wen Congyang
2015-07-14
1
-3
/
+1
*
blockdev: no need to drain in qmp_block_commit
Paolo Bonzini
2015-07-14
1
-3
/
+0
*
qmp: Add optional bool "unmap" to drive-mirror
Fam Zheng
2015-07-02
1
-0
/
+5
*
blockdev: no need to drain+flush in hmp_drive_del
Paolo Bonzini
2015-07-02
1
-3
/
+0
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-21
/
+22
*
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
2015-06-22
1
-11
/
+22
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-1
/
+1
*
s390x: Switch to s390-ccw machine as default
Alexander Graf
2015-06-17
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-06-15
1
-12
/
+12
|
\
|
*
block: Use macro for cache option names
Kevin Wolf
2015-06-12
1
-12
/
+12
*
|
throttle: Add throttle group support
Alberto Garcia
2015-06-12
1
-9
/
+29
|
/
*
monitor: Use traditional command interface for HMP drive_del
Markus Armbruster
2015-06-02
1
-5
/
+4
*
block: Ensure consistent bitmap function prototypes
John Snow
2015-04-28
1
-1
/
+1
*
qmp: add block-dirty-bitmap-clear
John Snow
2015-04-28
1
-0
/
+34
[next]