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
2014-12-10
vmdk: Set errp on failures in vmdk_open_vmdk4
Fam Zheng
2014-12-10
vmdk: Remove unnecessary initialization
Fam Zheng
2014-12-10
vmdk: Check descriptor file length when reading it
Fam Zheng
2014-12-10
vmdk: Clean up descriptor file reading
Fam Zheng
2014-12-10
vmdk: Fix comment to match code of extent lines
Fam Zheng
2014-12-10
vmdk: Use g_random_int to generate CID
Fam Zheng
2014-12-10
block: Use g_new0() for a bit of extra type checking
Markus Armbruster
2014-12-10
block: remove BLOCK_OPT_NOCOW from vpc_create_opts
Jeff Cody
2014-12-10
block: remove BLOCK_OPT_NOCOW from vdi_create_opts
Jeff Cody
2014-12-10
qemu-iotests: Skip 099 for VMDK subformats with desc file
Fam Zheng
2014-12-10
block/raw-posix: Fix ret in raw_open_common()
Max Reitz
2014-12-10
qcow2: Respect bdrv_truncate() error
Max Reitz
2014-12-10
qcow2: Flushing the caches in qcow2_close may fail
Max Reitz
2014-12-10
qcow2: Prevent numerical overflow
Max Reitz
2014-12-10
iotests: Add test for unsupported image creation
Max Reitz
2014-12-10
iotests: Only kill NBD server if it runs
Max Reitz
2014-12-10
qemu-img: Check create_opts before image amendment
Max Reitz
2014-12-10
qemu-img: Check create_opts before image creation
Max Reitz
2014-12-10
block: Check create_opts before image creation
Max Reitz
2014-12-10
block/nfs: Add create_opts
Max Reitz
2014-12-10
block/vvfat: qcow driver may not be found
Max Reitz
2014-12-10
block: Omit bdrv_find_format for essential drivers
Max Reitz
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
iotests: Specify qcow2 format for qemu-io in 059
Max Reitz
2014-12-10
ide: Check validity of logical block size
Kevin Wolf
2014-12-10
nvme: 64kB page size fixes
Anton Blanchard
2014-12-10
qemu-iotests: 082: Filter the real disk size
Michael Mueller
2014-12-10
qemu-iotests: 060: Filter the real disk size
Kevin Wolf
2014-12-10
block: do not use get_clock()
Paolo Bonzini
2014-12-10
block: Don't probe for unknown backing file format
Kevin Wolf
2014-12-10
qcow2.py: Add required padding for header extensions
Kevin Wolf
2014-12-10
qcow2: Fix header extension size check
Kevin Wolf
2014-12-10
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT
Stefan Hajnoczi
2014-12-10
blockdev: acquire AioContext in QMP 'transaction' actions
Stefan Hajnoczi
2014-12-10
blockdev: drop unnecessary DriveBackupState field assignment
Stefan Hajnoczi
2014-12-10
blockdev: update outdated qmp_transaction() comments
Stefan Hajnoczi
2014-12-10
qemu-iotests: Test writing non-raw image headers to raw image
Kevin Wolf
2014-12-10
qemu-iotests: Fix stderr handling in common.qemu
Kevin Wolf
2014-12-10
raw: Prohibit dangerous writes for probed images
Kevin Wolf
2014-12-10
block: Read only one sector for format probing
Kevin Wolf
2014-12-10
block: Factor bdrv_probe_all() out of find_image_format()
Markus Armbruster
2014-12-10
qtests: Specify image format explicitly
Kevin Wolf
2014-12-10
qemu-iotests: Add qemu-io format option in Python tests
Kevin Wolf
2014-12-10
qemu-iotests: Use qemu-io -f $IMGFMT
Kevin Wolf
2014-12-10
qemu-io: Allow explicitly specifying format
Kevin Wolf
2014-12-10
tests: Use "command -v" instead of which(1) in shell scripts
Fam Zheng
2014-12-10
qemu-nbd: Use BlockBackend where reasonable
Max Reitz
2014-12-10
nbd: Use BlockBackend internally
Max Reitz
2014-12-10
nbd: Change external interface to BlockBackend
Max Reitz
2014-12-10
block: Add blk_add_close_notifier() for BB
Max Reitz
[next]