aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell
2015-12-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange
2015-12-18qemu-char: convert to use error checked base64 decodeDaniel P. Berrange
2015-12-18util: add base64 decoding functionDaniel P. Berrange
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-io-channel-vnc-2015-...Peter Maydell
2015-12-18Merge remote-tracking branch 'remotes/sstabellini/tags/xsa155' into stagingPeter Maydell
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini
2015-12-18xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange
2015-12-18Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-12-18' in...Kevin Wolf
2015-12-18block/qapi: allow best-effort queryJohn Snow
2015-12-18qemu-img: abort when full_backing_filename not presentJohn Snow
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow
2015-12-18block/qapi: always report full_backing_filenameJohn Snow
2015-12-18block/qapi: do not redundantly print "actual path"John Snow
2015-12-18qemu-iotests: s390x: fix test 068Bo Tu
2015-12-18qemu-iotests: s390x: fix test 051Bo Tu
2015-12-18qemu-iotests: refine common.configBo Tu
2015-12-18block: fix bdrv_ioctl called from coroutinePaolo Bonzini
2015-12-18block: use drained section around bdrv_snapshot_deletePaolo Bonzini
2015-12-18iotests: Update comments for bdrv_swap() in 094Fam Zheng
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng
2015-12-18raw-posix: Make aio=native option bindingKevin Wolf
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev
2015-12-18iotests: Extend test 112 for qemu-img amendMax Reitz
2015-12-18qcow2: Point to amend function in checkMax Reitz
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18progress: Allow regressing progressMax Reitz
2015-12-18qemu-iotests: Test reopen with node-name/driver optionsKevin Wolf
2015-12-18qemu-iotests: Test cache mode option inheritanceKevin Wolf
2015-12-18qemu-iotests: Try setting cache mode for childrenKevin Wolf
2015-12-18blkdebug: Enable reopenKevin Wolf
2015-12-18block: Move cache options into options QDictKevin Wolf
2015-12-18block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf
2015-12-18qemu-iotests: Remove cache mode test without mediumKevin Wolf
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Split out parse_json_protocol()Kevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf