Age | Commit message (Expand) | Author | Files | Lines |
2018-03-19 | qapi: generate a literal qobject for introspection | Marc-André Lureau | 4 | -48/+70 |
2018-03-19 | qlit: add qobject_from_qlit() | Marc-André Lureau | 3 | -0/+67 |
2018-03-19 | qlit: use QType instead of int | Marc-André Lureau | 1 | -1/+1 |
2018-03-19 | qapi2texi: minor python code simplification | Marc-André Lureau | 1 | -4/+3 |
2018-03-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 39 | -524/+2652 |
2018-03-19 | iotests: Avoid realpath, for CentOS 6 | Eric Blake | 1 | -6/+6 |
2018-03-19 | block: fix iotest 146 output expectations | Jeff Cody | 1 | -1/+1 |
2018-03-19 | iscsi: fix iSER compilation | Paolo Bonzini | 1 | -1/+1 |
2018-03-19 | block: Fix leak of ignore_children in error path | Fam Zheng | 1 | -1/+1 |
2018-03-19 | vvfat: Fix inherit_options flags | Fam Zheng | 1 | -1/+1 |
2018-03-19 | block/mirror: change the semantic of 'force' of block-job-cancel | Liang Li | 7 | -24/+34 |
2018-03-19 | vpc: Require aligned size in .bdrv_co_create | Kevin Wolf | 1 | -31/+82 |
2018-03-19 | vpc: Support .bdrv_co_create | Kevin Wolf | 2 | -38/+147 |
2018-03-19 | vhdx: Support .bdrv_co_create | Kevin Wolf | 2 | -53/+203 |
2018-03-19 | vdi: Make comments consistent with other drivers | Kevin Wolf | 1 | -3/+9 |
2018-03-19 | qed: Support .bdrv_co_create | Kevin Wolf | 2 | -67/+162 |
2018-03-19 | qcow: Support .bdrv_co_create | Kevin Wolf | 2 | -67/+150 |
2018-03-19 | qemu-iotests: Enable write tests for parallels | Kevin Wolf | 2 | -2/+1 |
2018-03-19 | parallels: Support .bdrv_co_create | Kevin Wolf | 2 | -49/+168 |
2018-03-19 | iotests: Add regression test for commit base locking | Fam Zheng | 2 | -0/+17 |
2018-03-19 | block: Fix flags in reopen queue | Fam Zheng | 1 | -0/+8 |
2018-03-19 | vdi: Implement .bdrv_co_create | Max Reitz | 2 | -6/+20 |
2018-03-19 | vdi: Move file creation to vdi_co_create_opts | Max Reitz | 1 | -18/+28 |
2018-03-19 | vdi: Pull option parsing from vdi_co_create | Max Reitz | 2 | -14/+95 |
2018-03-19 | qemu-iotests: Test luks QMP image creation | Kevin Wolf | 4 | -1/+348 |
2018-03-19 | luks: Catch integer overflow for huge sizes | Kevin Wolf | 1 | -0/+5 |
2018-03-19 | luks: Turn invalid assertion into check | Kevin Wolf | 1 | -1/+4 |
2018-03-19 | luks: Support .bdrv_co_create | Kevin Wolf | 2 | -1/+50 |
2018-03-19 | luks: Create block_crypto_co_create_generic() | Kevin Wolf | 1 | -34/+61 |
2018-03-19 | luks: Separate image file creation from formatting | Kevin Wolf | 1 | -20/+17 |
2018-03-19 | tests/test-blockjob: test cancellations | John Snow | 1 | -4/+229 |
2018-03-19 | iotests: test manual job dismissal | John Snow | 2 | -2/+189 |
2018-03-19 | blockjobs: Expose manual property | John Snow | 4 | -23/+82 |
2018-03-19 | blockjobs: add block-job-finalize | John Snow | 5 | -17/+98 |
2018-03-19 | blockjobs: add PENDING status and event | John Snow | 3 | -25/+78 |
2018-03-19 | blockjobs: add waiting status | John Snow | 2 | -18/+25 |
2018-03-19 | blockjobs: add prepare callback | John Snow | 2 | -3/+37 |
2018-03-19 | blockjobs: add block_job_txn_apply function | John Snow | 1 | -9/+16 |
2018-03-19 | blockjobs: add commit, abort, clean helpers | John Snow | 1 | -9/+26 |
2018-03-19 | blockjobs: ensure abort is called for cancelled jobs | John Snow | 3 | -6/+18 |
2018-03-19 | blockjobs: add block_job_dismiss | John Snow | 5 | -3/+76 |
2018-03-19 | blockjobs: add NULL state | John Snow | 2 | -19/+36 |
2018-03-19 | blockjobs: add CONCLUDED state | John Snow | 2 | -17/+29 |
2018-03-19 | blockjobs: add ABORTING state | John Snow | 2 | -14/+24 |
2018-03-19 | blockjobs: add block_job_verb permission table | John Snow | 6 | -16/+100 |
2018-03-19 | iotests: add pause_wait | John Snow | 3 | -19/+16 |
2018-03-19 | blockjobs: add state transition table | John Snow | 2 | -7/+36 |
2018-03-19 | blockjobs: add status enum | John Snow | 4 | -13/+54 |
2018-03-19 | Blockjobs: documentation touchup | John Snow | 2 | -5/+7 |
2018-03-19 | blockjobs: model single jobs as transactions | John Snow | 10 | -31/+32 |