index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vmdk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
vmdk: Implment bdrv_get_specific_info
Fam Zheng
1
-1
/
+67
2013-10-18
vmdk: fix VMFS extent parsing
Fam Zheng
1
-0
/
+2
2013-10-18
vmdk: Only read cid from image file when opening
Fam Zheng
1
-5
/
+3
2013-10-11
vmdk: Fix vmdk_parse_extents
Fam Zheng
1
-2
/
+5
2013-10-11
vmdk: refuse enabling zeroed grain with flat images
Fam Zheng
1
-0
/
+4
2013-10-11
vmdk: convert error code to use errp
Fam Zheng
1
-55
/
+61
2013-09-25
vmdk: fix cluster size check for flat extents
Fam Zheng
1
-3
/
+3
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-2
/
+9
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
1
-1
/
+18
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-2
/
+2
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-5
/
+5
2013-08-22
vmdk: support vmfs files
Paolo Bonzini
1
-2
/
+3
2013-08-22
vmdk: support vmfsSparse files
Fam Zheng
1
-8
/
+9
2013-08-22
vmdk: fix L1 and L2 table size in vmdk3 open
Fam Zheng
1
-8
/
+8
2013-08-22
vmdk: Move l1_size check into vmdk_add_extent()
Fam Zheng
1
-8
/
+8
2013-08-06
vmdk: rename num_gtes_per_gte to num_gtes_per_gt
Fam Zheng
1
-8
/
+9
2013-08-06
vmdk: use heap allocation for whole_grain
Fam Zheng
1
-8
/
+13
2013-08-06
vmdk: check l1 size before opening image
Fam Zheng
1
-0
/
+8
2013-08-06
vmdk: check l2 table size when opening
Fam Zheng
1
-0
/
+5
2013-08-06
vmdk: check granularity field in opening
Fam Zheng
1
-9
/
+31
2013-08-06
vmdk: use unsigned values for on disk header fields
Fam Zheng
1
-12
/
+12
2013-08-06
vmdk: Make VMDK3Header and VmdkGrainMarker QEMU_PACKED
Fam Zheng
1
-2
/
+2
2013-08-02
vmdk: fix comment for vmdk_co_write_zeroes
Fam Zheng
1
-2
/
+6
2013-07-05
vmdk: Implement .bdrv_has_zero_init
Fam Zheng
1
-15
/
+33
2013-06-28
vmdk: remove wrong calculation of relative path
Fam Zheng
1
-43
/
+1
2013-06-24
vmdk: refuse to open higher version than supported
Fam Zheng
1
-0
/
+9
2013-06-17
vmdk: Allow reading variable size descriptor files
Evgeny Budilovsky
1
-7
/
+20
2013-06-17
vmdk: byteswap VMDK4Header.desc_offset field
Stefan Hajnoczi
1
-2
/
+5
2013-05-03
vmdk: add bdrv_co_write_zeroes
Fam Zheng
1
-18
/
+68
2013-05-03
vmdk: store fields of VmdkMetaData in cpu endian
Fam Zheng
1
-9
/
+8
2013-05-03
vmdk: change magic number to macro
Fam Zheng
1
-1
/
+2
2013-05-03
vmdk: Add option to create zeroed-grain image
Fam Zheng
1
-5
/
+17
2013-05-03
vmdk: add support for “zeroed‐grain” GTE
Fam Zheng
1
-6
/
+18
2013-05-03
vmdk: named return code.
Fam Zheng
1
-26
/
+34
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+1
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
1
-1
/
+1
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
1
-1
/
+1
2013-02-01
vmdk: Allow space in file name
Philipp Hahn
1
-9
/
+1
2013-02-01
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
1
-3
/
+28
2013-01-25
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
Stefan Weil
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-14
vmdk: Fix data corruption bug in WRITE and READ handling
Gerhard Wiesinger
1
-2
/
+8
2012-10-05
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
1
-2
/
+1
2012-09-24
block: vmdk image file reopen
Jeff Cody
1
-0
/
+35
2012-08-17
vmdk: Read footer for streamOptimized images
Kevin Wolf
1
-0
/
+56
2012-08-17
vmdk: Fix header structure
Kevin Wolf
1
-1
/
+1
[next]