index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
2018-03-19
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2018-03-19
tests: add machine 'none' with -cpu test
Igor Mammedov
2018-03-19
nios2: 10m50_devboard: replace cpu_model with cpu_type
Igor Mammedov
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
2018-03-19
blockjobs: add status enum
John Snow
2018-03-19
Blockjobs: documentation touchup
John Snow
[next]