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
path:
root
/
block
/
vmdk.c
Age
Commit message (
Expand
)
Author
2010-06-22
vmdk: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-05-03
vmdk: Convert to bdrv_open
Kevin Wolf
2010-05-03
vmdk: Clean up backing file handling
Kevin Wolf
2010-05-03
vmdk: Fix COW
Kevin Wolf
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
2010-03-09
vmdk: share cleanup code
Juan Quintela
2010-03-09
vmdk: fix double free
Juan Quintela
2010-03-09
vmdk: make vmdk_snapshot_create return -errno
Juan Quintela
2010-03-09
vmdk: return errno instead of -1
Juan Quintela
2010-01-26
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2009-07-22
vmdk: Fix backing file handling
Kevin Wolf
2009-06-06
qemu-img: Print available options with -o ?
Kevin Wolf
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-14
Move block drivers into their own directory
Anthony Liguori