]> git.proxmox.com Git - qemu.git/history - block/vmdk.c
QMP: Fix blockdev-snapshot-sync doc example
[qemu.git] / block / vmdk.c
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Fam ZhengVMDK: fix leak of extent_file
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v42' into...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-06 Fam ZhengVMDK: bugfix, opening vSphere 4 exported image
2011-09-06 Fam ZhengVMDK: bugfix, open Haiku vmdk image
2011-09-06 Fam ZhengVMDK: creating streamOptimized subformat
2011-09-06 Fam ZhengVMDK: read/write compressed extent
2011-09-06 Fam ZhengVMDK: Opening compressed extent.
2011-09-06 Fam ZhengVMDK: separate vmdk_read_extent/vmdk_write_extent
2011-09-06 Fam ZhengVMDK: add twoGbMaxExtentSparse support
2011-09-06 Fam ZhengVMDK: enable twoGbMaxExtentFlat
2011-09-03 Stefan WeilUse new macro QEMU_PACKED for packed structures
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.21' into staging
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