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: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
1
-1
/
+1
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
1
-1
/
+1
*
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-03-15
1
-1
/
+1
*
vmdk: Allow space in file name
Philipp Hahn
2013-02-01
1
-9
/
+1
*
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
2013-02-01
1
-3
/
+28
*
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
Stefan Weil
2013-01-25
1
-2
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
vmdk: Fix data corruption bug in WRITE and READ handling
Gerhard Wiesinger
2012-11-14
1
-2
/
+8
*
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
2012-10-05
1
-2
/
+1
*
block: vmdk image file reopen
Jeff Cody
2012-09-24
1
-0
/
+35
*
vmdk: Read footer for streamOptimized images
Kevin Wolf
2012-08-17
1
-0
/
+56
*
vmdk: Fix header structure
Kevin Wolf
2012-08-17
1
-1
/
+1
*
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-2
/
+2
*
block: Convert open calls to qemu_open
Corey Bryant
2012-08-15
1
-12
/
+9
*
block: push recursive flushing up from drivers
Paolo Bonzini
2012-04-05
1
-2
/
+2
*
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
2012-03-07
1
-1
/
+1
*
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+5
*
vmdk: Add migration blocker
Kevin Wolf
2011-11-23
1
-1
/
+15
*
Include zlib.h using #include <>
Stefan Weil
2011-11-21
1
-1
/
+1
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
1
-2
/
+2
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-31
1
-7
/
+21
|
\
|
*
vmdk: Fix possible segfaults
Kevin Wolf
2011-10-28
1
-1
/
+6
|
*
vmdk: Improve error handling
Kevin Wolf
2011-10-28
1
-6
/
+15
|
*
vmdk: Fix use of uninitialised value
Kevin Wolf
2011-10-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-10-31
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
vmdk: vmdk_read_cid returns garbage if p_name is NULL
Pavel Borzenkov
2011-10-26
1
-1
/
+1
|
*
vmdk: remove unneeded variable assignment
Pavel Borzenkov
2011-10-26
1
-1
/
+0
*
|
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
[next]