summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-03-19tests: add machine 'none' with -cpu testIgor Mammedov
2018-03-19nios2: 10m50_devboard: replace cpu_model with cpu_typeIgor Mammedov
2018-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake
2018-03-19block: fix iotest 146 output expectationsJeff Cody
2018-03-19iscsi: fix iSER compilationPaolo Bonzini
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng
2018-03-19vvfat: Fix inherit_options flagsFam Zheng
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf
2018-03-19vpc: Support .bdrv_co_createKevin Wolf
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf
2018-03-19vdi: Make comments consistent with other driversKevin Wolf
2018-03-19qed: Support .bdrv_co_createKevin Wolf
2018-03-19qcow: Support .bdrv_co_createKevin Wolf
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf
2018-03-19parallels: Support .bdrv_co_createKevin Wolf
2018-03-19iotests: Add regression test for commit base lockingFam Zheng
2018-03-19block: Fix flags in reopen queueFam Zheng
2018-03-19vdi: Implement .bdrv_co_createMax Reitz
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf
2018-03-19luks: Turn invalid assertion into checkKevin Wolf
2018-03-19luks: Support .bdrv_co_createKevin Wolf
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf
2018-03-19luks: Separate image file creation from formattingKevin Wolf
2018-03-19tests/test-blockjob: test cancellationsJohn Snow
2018-03-19iotests: test manual job dismissalJohn Snow
2018-03-19blockjobs: Expose manual propertyJohn Snow
2018-03-19blockjobs: add block-job-finalizeJohn Snow
2018-03-19blockjobs: add PENDING status and eventJohn Snow
2018-03-19blockjobs: add waiting statusJohn Snow
2018-03-19blockjobs: add prepare callbackJohn Snow
2018-03-19blockjobs: add block_job_txn_apply functionJohn Snow
2018-03-19blockjobs: add commit, abort, clean helpersJohn Snow
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow
2018-03-19blockjobs: add block_job_dismissJohn Snow
2018-03-19blockjobs: add NULL stateJohn Snow
2018-03-19blockjobs: add CONCLUDED stateJohn Snow
2018-03-19blockjobs: add ABORTING stateJohn Snow
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow
2018-03-19iotests: add pause_waitJohn Snow
2018-03-19blockjobs: add state transition tableJohn Snow
2018-03-19blockjobs: add status enumJohn Snow
2018-03-19Blockjobs: documentation touchupJohn Snow