aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov21-0/+21
2018-03-19tests: add machine 'none' with -cpu testIgor Mammedov2-0/+105
2018-03-19nios2: 10m50_devboard: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2018-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell39-524/+2652
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake1-6/+6
2018-03-19block: fix iotest 146 output expectationsJeff Cody1-1/+1
2018-03-19iscsi: fix iSER compilationPaolo Bonzini1-1/+1
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng1-1/+1
2018-03-19vvfat: Fix inherit_options flagsFam Zheng1-1/+1
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li7-24/+34
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf1-31/+82
2018-03-19vpc: Support .bdrv_co_createKevin Wolf2-38/+147
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf2-53/+203
2018-03-19vdi: Make comments consistent with other driversKevin Wolf1-3/+9
2018-03-19qed: Support .bdrv_co_createKevin Wolf2-67/+162
2018-03-19qcow: Support .bdrv_co_createKevin Wolf2-67/+150
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf2-2/+1
2018-03-19parallels: Support .bdrv_co_createKevin Wolf2-49/+168
2018-03-19iotests: Add regression test for commit base lockingFam Zheng2-0/+17
2018-03-19block: Fix flags in reopen queueFam Zheng1-0/+8
2018-03-19vdi: Implement .bdrv_co_createMax Reitz2-6/+20
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz1-18/+28
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz2-14/+95
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf4-1/+348
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf1-0/+5
2018-03-19luks: Turn invalid assertion into checkKevin Wolf1-1/+4
2018-03-19luks: Support .bdrv_co_createKevin Wolf2-1/+50
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf1-34/+61
2018-03-19luks: Separate image file creation from formattingKevin Wolf1-20/+17
2018-03-19tests/test-blockjob: test cancellationsJohn Snow1-4/+229
2018-03-19iotests: test manual job dismissalJohn Snow2-2/+189
2018-03-19blockjobs: Expose manual propertyJohn Snow4-23/+82
2018-03-19blockjobs: add block-job-finalizeJohn Snow5-17/+98
2018-03-19blockjobs: add PENDING status and eventJohn Snow3-25/+78
2018-03-19blockjobs: add waiting statusJohn Snow2-18/+25
2018-03-19blockjobs: add prepare callbackJohn Snow2-3/+37
2018-03-19blockjobs: add block_job_txn_apply functionJohn Snow1-9/+16
2018-03-19blockjobs: add commit, abort, clean helpersJohn Snow1-9/+26
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow3-6/+18
2018-03-19blockjobs: add block_job_dismissJohn Snow5-3/+76
2018-03-19blockjobs: add NULL stateJohn Snow2-19/+36
2018-03-19blockjobs: add CONCLUDED stateJohn Snow2-17/+29
2018-03-19blockjobs: add ABORTING stateJohn Snow2-14/+24
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow6-16/+100
2018-03-19iotests: add pause_waitJohn Snow3-19/+16
2018-03-19blockjobs: add state transition tableJohn Snow2-7/+36
2018-03-19blockjobs: add status enumJohn Snow4-13/+54
2018-03-19Blockjobs: documentation touchupJohn Snow2-5/+7
2018-03-19blockjobs: model single jobs as transactionsJohn Snow10-31/+32
2018-03-19blockjobs: fix set-speed kickJohn Snow1-1/+1