OSDN Git Service

qmiga/qemu.git
2017-07-14 Philippe Mathieu... MAINTAINERS: update TCI entry
2017-07-14 Philippe Mathieu... MAINTAINERS: update Xen entries
2017-07-14 Philippe Mathieu... MAINTAINERS: update KVM entries
2017-07-14 Philippe Mathieu... MAINTAINERS: update TCG entries
2017-07-14 Paolo Bonzinibuild: add -Wexpansion-to-defined
2017-07-13 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2017-07-13 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2017-07-13 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2017-07-13 Peter MaydellMerge remote-tracking branch 'remotes/yongbok/tags...
2017-07-13 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2017-07-12 Marc-André... scripts: use build_ prefix for string not piped through...
2017-07-12 Eric Blakeqobject: Update coccinelle script to catch Q{INC, DEC}REF
2017-07-12 Eric Blakeqobject: Catch another straggler for use of qdict_put_str()
2017-07-11 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2017-07-11 Max Reitziotests: Add preallocated growth test for qcow2
2017-07-11 Max Reitziotests: Add preallocated resize test for raw
2017-07-11 Max Reitzblock/qcow2: falloc/full preallocating growth
2017-07-11 Max Reitzblock/qcow2: Rename "fail_block" to just "fail"
2017-07-11 Max Reitzblock/qcow2: Add qcow2_refcount_area()
2017-07-11 Max Reitzblock/qcow2: Metadata preallocation for truncate
2017-07-11 Max Reitzblock/qcow2: Lock s->lock in preallocate()
2017-07-11 Max Reitzblock/qcow2: Generalize preallocate()
2017-07-11 Max Reitzblock/file-posix: Preallocation for truncate
2017-07-11 Max Reitzblock/file-posix: Generalize raw_regular_truncate
2017-07-11 Max Reitzblock/file-posix: Extract raw_regular_truncate()
2017-07-11 Max Reitzblock/file-posix: Small fixes in raw_create()
2017-07-11 Max Reitzqemu-img: Expose PreallocMode for resizing
2017-07-11 Max Reitzblock: Add PreallocMode to blk_truncate()
2017-07-11 Max Reitzblock: Add PreallocMode to bdrv_truncate()
2017-07-11 Max Reitzblock: Add PreallocMode to BD.bdrv_truncate()
2017-07-11 Stefan Hajnocziiotests: add test 178 for qemu-img measure
2017-07-11 Stefan Hajnocziqemu-iotests: support per-format golden output files
2017-07-11 Stefan Hajnocziqemu-img: add measure subcommand
2017-07-11 Stefan Hajnocziqcow2: add bdrv_measure() support
2017-07-11 Stefan Hajnocziqcow2: extract image creation option parsing
2017-07-11 Stefan Hajnocziqcow2: make refcount size calculation conservative
2017-07-11 Stefan Hajnocziqcow2: extract preallocation calculation function
2017-07-11 Stefan Hajnocziraw-format: add bdrv_measure() support
2017-07-11 Stefan Hajnocziblock: add bdrv_measure() API
2017-07-11 Eric Blaketests: Avoid non-portable 'echo -ARG'
2017-07-11 Max Reitziotests: Add test for colon handling
2017-07-11 Max Reitziotests: Use absolute paths for executables
2017-07-11 Daniel P. Berrangeiotests: chown LUKS device before qemu-io launches
2017-07-11 Daniel P. Berrangeiotests: add more LUKS hash combination tests
2017-07-11 Daniel P. Berrangeiotests: reduce PBKDF iterations when testing LUKS
2017-07-11 Daniel P. Berrangeiotests: fix remainining tests to work with LUKS
2017-07-11 Daniel P. Berrangeiotests: skip 159 & 170 with luks format
2017-07-11 Vladimir Sementsov... block: release persistent bitmaps on inactivate
2017-07-11 Vladimir Sementsov... qmp: block-dirty-bitmap-remove: remove persistent
2017-07-11 Vladimir Sementsov... qcow2: add .bdrv_remove_persistent_dirty_bitmap
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
2017-07-11 Vladimir Sementsov... iotests: test qcow2 persistent dirty bitmap
2017-07-11 Vladimir Sementsov... qmp: add x-debug-block-dirty-bitmap-sha256
2017-07-11 Vladimir Sementsov... qmp: add autoload parameter to block-dirty-bitmap-add
2017-07-11 Vladimir Sementsov... qmp: add persistent flag to block-dirty-bitmap-add
2017-07-11 Vladimir Sementsov... qcow2: add .bdrv_can_store_new_dirty_bitmap
2017-07-11 Vladimir Sementsov... block: add bdrv_can_store_new_dirty_bitmap
2017-07-11 Vladimir Sementsov... qcow2: store bitmaps on reopening image as read-only
2017-07-11 Vladimir Sementsov... qcow2: add persistent dirty bitmaps support
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add bdrv_dirty_bitmap_next()
2017-07-11 Vladimir Sementsov... block: introduce persistent dirty bitmaps
2017-07-11 Vladimir Sementsov... block: bdrv_close: release bitmaps after drv->bdrv_close
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
2017-07-11 Vladimir Sementsov... qcow2: support .bdrv_reopen_bitmaps_rw
2017-07-11 Vladimir Sementsov... block: new bdrv_reopen_bitmaps_rw interface
2017-07-11 Vladimir Sementsov... block: refactor bdrv_reopen_commit
2017-07-11 Vladimir Sementsov... qcow2: autoloading dirty bitmaps
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: fix comment for BlockDirtyBitmap...
2017-07-11 Vladimir Sementsov... qcow2: add bitmaps extension
2017-07-11 Vladimir Sementsov... qcow2-refcount: rename inc_refcounts() and make it...
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add deserialize_ones func
2017-07-11 Vladimir Sementsov... block: fix bdrv_dirty_bitmap_granularity signature
2017-07-11 Vladimir Sementsov... tests: add hbitmap iter test
2017-07-11 Vladimir Sementsov... hbitmap: improve dirty iter
2017-07-11 Vladimir Sementsov... specs/qcow2: do not use wording 'bitmap header'
2017-07-11 Vladimir Sementsov... specs/qcow2: fix bitmap granularity qemu-specific note
2017-07-11 sochin.jiangmirror: Fix inconsistent backing AioContext for after...
2017-07-11 Max Reitziotests: 181 does not work for all formats
2017-07-11 Daniel P. Berrangedocs: document encryption options for qcow, qcow2 and...
2017-07-11 Daniel P. Berrangeqcow2: report encryption specific image information
2017-07-11 Daniel P. Berrangeblock: pass option prefix down to crypto layer
2017-07-11 Daniel P. Berrangeblock: remove all encryption handling APIs
2017-07-11 Daniel P. Berrangeblock: rip out all traces of password prompting
2017-07-11 Daniel P. Berrangeiotests: enable tests 134 and 158 to work with qcow...
2017-07-11 Daniel P. Berrangeqcow2: add iotests to cover LUKS encryption support
2017-07-11 Daniel P. Berrangeqcow2: add support for LUKS encryption format
2017-07-11 Daniel P. Berrangeqcow2: extend specification to cover LUKS encryption
2017-07-11 Daniel P. Berrangeqcow2: convert QCow2 to use QCryptoBlock for encryption
2017-07-11 Daniel P. Berrangeqcow2: make qcow2_encrypt_sectors encrypt in place
2017-07-11 Daniel P. Berrangeqcow: convert QCow to use QCryptoBlock for encryption
2017-07-11 Daniel P. Berrangeqcow: make encrypt_sectors encrypt in place
2017-07-11 Daniel P. Berrangeblock: deprecate "encryption=on" in favor of "encrypt...
2017-07-11 Daniel P. Berrangeiotests: skip 048 with qcow which doesn't support resize
2017-07-11 Daniel P. Berrangeiotests: skip 042 with qcow which dosn't support zero...
2017-07-11 Daniel P. Berrangeqcow: require image size to be > 1 for new images
2017-07-11 Daniel P. Berrangeqcow: document another weakness of qcow AES encryption
2017-07-11 Daniel P. Berrangeblock: add ability to set a prefix for opt names
2017-07-11 Daniel P. Berrangeblock: expose crypto option names / defs to other drivers
2017-07-11 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
next