index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
qapi: Add qobject_to()
Max Reitz
2018-03-19
compiler: Add QEMU_BUILD_BUG_MSG() macro
Max Reitz
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
2018-03-19
qlit: add qobject_from_qlit()
Marc-André Lureau
2018-03-19
qlit: use QType instead of int
Marc-André Lureau
2018-03-19
qapi2texi: minor python code simplification
Marc-André Lureau
2018-03-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-19
iotests: Avoid realpath, for CentOS 6
Eric Blake
2018-03-19
block: fix iotest 146 output expectations
Jeff Cody
2018-03-19
iscsi: fix iSER compilation
Paolo Bonzini
2018-03-19
block: Fix leak of ignore_children in error path
Fam Zheng
2018-03-19
vvfat: Fix inherit_options flags
Fam Zheng
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
2018-03-19
vpc: Require aligned size in .bdrv_co_create
Kevin Wolf
2018-03-19
vpc: Support .bdrv_co_create
Kevin Wolf
2018-03-19
vhdx: Support .bdrv_co_create
Kevin Wolf
2018-03-19
vdi: Make comments consistent with other drivers
Kevin Wolf
2018-03-19
qed: Support .bdrv_co_create
Kevin Wolf
2018-03-19
qcow: Support .bdrv_co_create
Kevin Wolf
2018-03-19
qemu-iotests: Enable write tests for parallels
Kevin Wolf
2018-03-19
parallels: Support .bdrv_co_create
Kevin Wolf
2018-03-19
iotests: Add regression test for commit base locking
Fam Zheng
2018-03-19
block: Fix flags in reopen queue
Fam Zheng
2018-03-19
vdi: Implement .bdrv_co_create
Max Reitz
2018-03-19
vdi: Move file creation to vdi_co_create_opts
Max Reitz
2018-03-19
vdi: Pull option parsing from vdi_co_create
Max Reitz
2018-03-19
qemu-iotests: Test luks QMP image creation
Kevin Wolf
2018-03-19
luks: Catch integer overflow for huge sizes
Kevin Wolf
2018-03-19
luks: Turn invalid assertion into check
Kevin Wolf
2018-03-19
luks: Support .bdrv_co_create
Kevin Wolf
2018-03-19
luks: Create block_crypto_co_create_generic()
Kevin Wolf
2018-03-19
luks: Separate image file creation from formatting
Kevin Wolf
2018-03-19
tests/test-blockjob: test cancellations
John Snow
2018-03-19
iotests: test manual job dismissal
John Snow
2018-03-19
blockjobs: Expose manual property
John Snow
2018-03-19
blockjobs: add block-job-finalize
John Snow
2018-03-19
blockjobs: add PENDING status and event
John Snow
2018-03-19
blockjobs: add waiting status
John Snow
2018-03-19
blockjobs: add prepare callback
John Snow
2018-03-19
blockjobs: add block_job_txn_apply function
John Snow
2018-03-19
blockjobs: add commit, abort, clean helpers
John Snow
2018-03-19
blockjobs: ensure abort is called for cancelled jobs
John Snow
2018-03-19
blockjobs: add block_job_dismiss
John Snow
2018-03-19
blockjobs: add NULL state
John Snow
2018-03-19
blockjobs: add CONCLUDED state
John Snow
2018-03-19
blockjobs: add ABORTING state
John Snow
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
2018-03-19
iotests: add pause_wait
John Snow
2018-03-19
blockjobs: add state transition table
John Snow
[next]