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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2014-11-14
vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info
Fam Zheng
1
-7
/
+13
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-2
/
+2
2014-10-03
vmdk: Fix integer overflow in offset calculation
Fam Zheng
1
-1
/
+1
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-1
/
+2
2014-09-08
vmdk: fix buf leak in vmdk_parse_extents()
Stefan Hajnoczi
1
-1
/
+1
2014-09-08
vmdk: fix vmdk_parse_extents() extent_file leaks
Stefan Hajnoczi
1
-0
/
+2
2014-08-22
vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
1
-6
/
+5
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+3
2014-08-15
vmdk: Handle failure for potentially large allocations
Kevin Wolf
1
-2
/
+10
2014-08-15
vmdk: Optimize cluster allocation
Fam Zheng
1
-82
/
+140
2014-08-15
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
1
-3
/
+2
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-3
/
+1
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-3
/
+3
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
1
-0
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-3
/
+3
2014-06-16
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-60
/
+63
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-2
/
+2
2014-06-04
vmdk: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-0
/
+23
2014-05-30
vmdk: Fix local_err in vmdk_create
Fam Zheng
1
-4
/
+4
2014-05-09
vmdk: Implement .bdrv_get_info()
Fam Zheng
1
-0
/
+21
2014-05-09
vmdk: Implement .bdrv_write_compressed
Fam Zheng
1
-0
/
+14
2014-04-22
vmdk: Fix "%x" to PRIx32 in format strings for cid
Fam Zheng
1
-5
/
+5
2014-04-22
vmdk: Fix %d and %lld to PRI* in format strings
Fam Zheng
1
-6
/
+7
2014-02-28
block/vmdk: do not report file offset for compressed extents
Peter Lieven
1
-1
/
+1
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
1
-2
/
+4
2014-02-21
vmdk: correctly propagate errors
Paolo Bonzini
1
-5
/
+6
2014-02-21
vmdk: do not try opening a file as both image and descriptor
Paolo Bonzini
1
-7
/
+15
2014-02-21
vmdk: push vmdk_read_desc up to caller
Paolo Bonzini
1
-24
/
+31
2014-02-21
vmdk: extract vmdk_read_desc
Paolo Bonzini
1
-11
/
+30
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
1
-4
/
+9
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-1
/
+2
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-3
/
+2
2014-02-14
block: Don't throw away errno via error_setg
Jeff Cody
1
-3
/
+3
2014-01-31
block/vmdk: add basic .bdrv_check support
Peter Lieven
1
-0
/
+48
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
1
-4
/
+18
2014-01-24
vmdk: Fix format specific information (create type) for streamOptimized
Fam Zheng
1
-0
/
+4
2014-01-24
vmdk: Check for overhead when opening
Fam Zheng
1
-0
/
+7
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
1
-4
/
+4
2014-01-22
vmdk: Fix big flat extent IO
Fam Zheng
1
-2
/
+2
2013-12-20
vmdk: Allow vmdk_create to work with protocol
Fam Zheng
1
-69
/
+95
2013-12-20
vmdk: Check VMFS extent line field number
Fam Zheng
1
-2
/
+7
2013-12-03
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
1
-0
/
+4
2013-12-03
vmdk: Fix creating big description file
Fam Zheng
1
-24
/
+38
2013-11-29
vmdk: Allow read only open of VMDK version 3
Fam Zheng
1
-1
/
+8
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
1
-1
/
+1
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+2
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
[next]