index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
vmdk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: change flush to co_flush
Paolo Bonzini
2011-10-21
1
-4
/
+4
*
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
1
-0
/
+2
*
vmdk: clean up open
Paolo Bonzini
2011-10-21
1
-22
/
+15
*
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
2011-10-21
1
-6
/
+9
*
VMDK: fix leak of extent_file
Fam Zheng
2011-09-20
1
-4
/
+10
*
VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng
2011-09-06
1
-2
/
+7
*
VMDK: bugfix, open Haiku vmdk image
Fam Zheng
2011-09-06
1
-4
/
+11
*
VMDK: creating streamOptimized subformat
Fam Zheng
2011-09-06
1
-6
/
+12
*
VMDK: read/write compressed extent
Fam Zheng
2011-09-06
1
-11
/
+100
*
VMDK: Opening compressed extent.
Fam Zheng
2011-09-06
1
-0
/
+16
*
VMDK: separate vmdk_read_extent/vmdk_write_extent
Fam Zheng
2011-09-06
1
-9
/
+45
*
VMDK: add twoGbMaxExtentSparse support
Fam Zheng
2011-09-06
1
-50
/
+83
*
VMDK: enable twoGbMaxExtentFlat
Fam Zheng
2011-09-06
1
-1
/
+3
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-11
/
+11
*
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
1
-0
/
+24
*
VMDK: fix coding style
Fam Zheng
2011-07-19
1
-30
/
+46
*
VMDK: create different subformats
Fam Zheng
2011-07-19
1
-229
/
+274
*
VMDK: open/read/write for monolithicFlat image
Fam Zheng
2011-07-19
1
-13
/
+158
*
VMDK: change get_cluster_offset return type
Fam Zheng
2011-07-19
1
-37
/
+42
*
VMDK: move 'static' cid_update flag to bs field
Fam Zheng
2011-07-19
1
-3
/
+3
*
VMDK: flush multiple extents
Fam Zheng
2011-07-19
1
-1
/
+11
*
VMDK: add field BDRVVmdkState.desc_offset
Fam Zheng
2011-07-19
1
-9
/
+18
*
VMDK: separate vmdk_open by format version
Fam Zheng
2011-07-19
1
-66
/
+112
*
VMDK: probe for monolithicFlat images
Fam Zheng
2011-07-19
1
-2
/
+43
*
VMDK: bugfix, align offset to cluster in get_whole_cluster
Fam Zheng
2011-07-19
1
-3
/
+5
*
VMDK: introduce VmdkExtent
Fam Zheng
2011-07-19
1
-102
/
+246
*
vmdk: fix endianness bugs
Alexander Graf
2011-06-08
1
-8
/
+14
*
block: Remove unused s->hd in various drivers
Kevin Wolf
2010-11-24
1
-1
/
+0
*
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-11-04
1
-2
/
+2
*
vmdk: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-5
/
+5
*
vmdk: Convert to bdrv_open
Kevin Wolf
2010-05-03
1
-30
/
+21
*
vmdk: Clean up backing file handling
Kevin Wolf
2010-05-03
1
-49
/
+9
*
vmdk: Fix COW
Kevin Wolf
2010-05-03
1
-24
/
+11
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-1
/
+1
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-1
/
+1
*
vmdk: share cleanup code
Juan Quintela
2010-03-09
1
-9
/
+4
*
vmdk: fix double free
Juan Quintela
2010-03-09
1
-1
/
+1
*
vmdk: make vmdk_snapshot_create return -errno
Juan Quintela
2010-03-09
1
-21
/
+58
*
vmdk: return errno instead of -1
Juan Quintela
2010-03-09
1
-7
/
+7
*
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-10
/
+40
*
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2010-01-20
1
-4
/
+5
*
vmdk: Fix backing file handling
Kevin Wolf
2009-07-22
1
-14
/
+15
*
qemu-img: Print available options with -o ?
Kevin Wolf
2009-06-06
1
-3
/
+15
*
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-22
1
-2
/
+26
*
Move block drivers into their own directory
Anthony Liguori
2009-05-14
1
-0
/
+833