]> git.proxmox.com Git - qemu.git/history - block/vmdk.c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
[qemu.git] / block / vmdk.c
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-19 Fam Zhengblock: add bdrv_get_allocated_file_size() operation
2011-07-19 Fam ZhengVMDK: fix coding style
2011-07-19 Fam ZhengVMDK: create different subformats
2011-07-19 Fam ZhengVMDK: open/read/write for monolithicFlat image
2011-07-19 Fam ZhengVMDK: change get_cluster_offset return type
2011-07-19 Fam ZhengVMDK: move 'static' cid_update flag to bs field
2011-07-19 Fam ZhengVMDK: flush multiple extents
2011-07-19 Fam ZhengVMDK: add field BDRVVmdkState.desc_offset
2011-07-19 Fam ZhengVMDK: separate vmdk_open by format version
2011-07-19 Fam ZhengVMDK: probe for monolithicFlat images
2011-07-19 Fam ZhengVMDK: bugfix, align offset to cluster in get_whole_cluster
2011-07-19 Fam ZhengVMDK: introduce VmdkExtent
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Alexander Grafvmdk: fix endianness bugs
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-24 Kevin Wolfblock: Remove unused s->hd in various drivers
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfblock: Allow bdrv_flush to return errors
2010-06-22 Kevin Wolfvmdk: Use bdrv_(p)write_sync for metadata writes
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfvmdk: Convert to bdrv_open
2010-05-03 Kevin Wolfvmdk: Clean up backing file handling
2010-05-03 Kevin Wolfvmdk: Fix COW
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-03-09 Juan Quintelavmdk: share cleanup code
2010-03-09 Juan Quintelavmdk: fix double free
2010-03-09 Juan Quintelavmdk: make vmdk_snapshot_create return -errno
2010-03-09 Juan Quintelavmdk: return errno instead of -1
2010-01-26 Kirill A. Shutemovblock/vmdk.o: fix warnings with _FORTIFY_SOURCE
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2009-07-22 Kevin Wolfvmdk: Fix backing file handling
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriMove block drivers into their own directory