aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-18block: reopen: Document option precedence and refactor accordinglyKevin Wolf1-6/+33
2015-12-18block: Allow specifying child options in reopenKevin Wolf1-2/+10
2015-12-18block: Keep "driver" in bs->optionsKevin Wolf1-17/+40
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf6-20/+18
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf2-4/+17
2015-12-18block: Consider all block layer options in append_open_optionsKevin Wolf1-8/+18
2015-12-18block: Allow references for backing filesKevin Wolf3-21/+32
2015-12-18mirror: Error out when a BDS would get two BBsKevin Wolf1-0/+28
2015-12-18block: Fix reopen with semantically overlapping optionsKevin Wolf1-1/+15
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf2-0/+48
2015-12-18iotests: 124: don't reopen qcow2John Snow1-12/+14
2015-12-18iotests: 124: move incremental failure testJohn Snow1-57/+60
2015-12-18iotests: 124: Split into two test classesJohn Snow1-13/+22
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-io-channel-base-2015...Peter Maydell38-1/+6866
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange6-0/+363
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange7-0/+589
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange4-0/+1079
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange7-0/+893
2015-12-18io: add QIOChannelFile classDaniel P. Berrange7-0/+428
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange13-1/+1736
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange7-0/+697
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange3-0/+271
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange7-0/+810
2015-12-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell86-1346/+2649
2015-12-17coverity: Model g_memdup()Markus Armbruster1-0/+17
2015-12-17coverity: Model g_poll()Markus Armbruster1-0/+9
2015-12-17scsi: always call notifier on async cancellationPaolo Bonzini1-3/+0
2015-12-17scsi: use scsi_req_cancel_async when purging requestsPaolo Bonzini1-2/+4
2015-12-17target-i386: kvm: clear unusable segments' flags in migrationMichael Chapman1-9/+13
2015-12-17rcu: optimize rcu_read_lockPaolo Bonzini1-5/+1