aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19qapi: Add qobject_to()Max Reitz
2018-03-19compiler: Add QEMU_BUILD_BUG_MSG() macroMax Reitz
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau
2018-03-19qlit: add qobject_from_qlit()Marc-André Lureau
2018-03-19qlit: use QType instead of intMarc-André Lureau
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau
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