summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell20-11/+1533
2015-12-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell38-466/+3326
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange3-1/+56
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange8-0/+1208
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange3-5/+30
2015-12-18qemu-char: convert to use error checked base64 decodeDaniel P. Berrange3-5/+7
2015-12-18util: add base64 decoding functionDaniel P. Berrange6-0/+232
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-io-channel-vnc-2015-...Peter Maydell7-832/+448
2015-12-18Merge remote-tracking branch 'remotes/sstabellini/tags/xsa155' into stagingPeter Maydell2-8/+14
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini1-4/+6
2015-12-18xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini1-4/+8
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange4-392/+30
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange4-202/+73
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange7-326/+433
2015-12-18Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-12-18' in...Kevin Wolf9-146/+607
2015-12-18block/qapi: allow best-effort queryJohn Snow2-4/+8
2015-12-18qemu-img: abort when full_backing_filename not presentJohn Snow1-1/+4
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow1-3/+4
2015-12-18block/qapi: always report full_backing_filenameJohn Snow2-3/+6
2015-12-18block/qapi: do not redundantly print "actual path"John Snow1-1/+3
2015-12-18qemu-iotests: s390x: fix test 068Bo Tu1-2/+12
2015-12-18qemu-iotests: s390x: fix test 051Bo Tu3-130/+569
2015-12-18qemu-iotests: refine common.configBo Tu1-5/+4
2015-12-18block: fix bdrv_ioctl called from coroutinePaolo Bonzini1-3/+4
2015-12-18block: use drained section around bdrv_snapshot_deletePaolo Bonzini1-9/+14
2015-12-18iotests: Update comments for bdrv_swap() in 094Fam Zheng1-3/+5
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng1-1/+0
2015-12-18raw-posix: Make aio=native option bindingKevin Wolf1-12/+8
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev1-0/+4
2015-12-18iotests: Extend test 112 for qemu-img amendMax Reitz2-0/+180
2015-12-18qcow2: Point to amend function in checkMax Reitz1-0/+3
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz1-9/+35
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz2-0/+451
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz1-1/+79
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz1-15/+16
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz1-2/+2
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz2-15/+13
2015-12-18block: Add opaque value to the amend CBMax Reitz7-18/+24
2015-12-18progress: Allow regressing progressMax Reitz1-1/+2
2015-12-18qemu-iotests: Test reopen with node-name/driver optionsKevin Wolf3-0/+113
2015-12-18qemu-iotests: Test cache mode option inheritanceKevin Wolf3-0/+1128
2015-12-18qemu-iotests: Try setting cache mode for childrenKevin Wolf2-1/+69
2015-12-18blkdebug: Enable reopenKevin Wolf1-0/+7
2015-12-18block: Move cache options into options QDictKevin Wolf2-41/+111
2015-12-18block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf1-0/+24
2015-12-18qemu-iotests: Remove cache mode test without mediumKevin Wolf3-14/+14
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf3-7/+4
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf3-2/+24
2015-12-18block: Split out parse_json_protocol()Kevin Wolf1-18/+32
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf2-22/+33