index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
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: Make path_combine() return the path
Max Reitz
2019-02-25
1
-2
/
+1
|
*
block: Add BDS.auto_backing_file
Max Reitz
2019-02-25
1
-2
/
+4
|
*
block: Use bdrv_refresh_filename() to pull
Max Reitz
2019-02-25
1
-0
/
+6
*
|
block/vmdk: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-6
/
+1
|
/
*
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2019-02-11
1
-1
/
+2
*
vmdk: Reject excess extents in blockdev-create
Kevin Wolf
2019-02-01
1
-5
/
+24
*
vmdk: Implement .bdrv_co_create callback
Fam Zheng
2019-02-01
1
-127
/
+321
*
vmdk: Refactor vmdk_create_extent
Fam Zheng
2019-02-01
1
-26
/
+43
*
vmdk: align end of file to a sector boundary
yuchenlin
2018-09-26
1
-0
/
+21
*
vmdk: Fix possible segfault with non-VMDK backing
Max Reitz
2018-07-09
1
-0
/
+6
*
vmdk: return ERROR when cluster sector is larger than vmdk limitation
yuchenlin
2018-03-26
1
-0
/
+6
*
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
2018-03-09
1
-3
/
+4
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-2
/
+3
*
vmdk: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-24
/
+14
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block/vmdk: Add blkdebug events
Max Reitz
2018-01-23
1
-0
/
+16
*
block/vmdk: Fix , instead of ; at end of line
Max Reitz
2018-01-23
1
-1
/
+1
*
vmdk: Fix error handling/reporting of vmdk_check
Fam Zheng
2017-08-08
1
-8
/
+18
*
block/vmdk: Report failures in vmdk_read_cid()
Peter Maydell
2017-07-18
1
-12
/
+32
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
1
-3
/
+4
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-10
/
+3
*
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
1
-2
/
+4
*
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-0
/
+6
*
block/vmdk: Fix the endian problem of buf_len and lba
QingFeng Hao
2017-02-12
1
-2
/
+2
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-1
/
+8
*
vmdk: add vmdk_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-50
/
+5
*
vmdk: fix metadata write regression
Reda Sallahi
2016-07-13
1
-7
/
+7
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-7
/
+5
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-19
/
+17
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-4
/
+2
*
vmdk: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-7
/
+5
*
block: Track write zero limits in bytes
Eric Blake
2016-06-08
1
-3
/
+3
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
1
-23
/
+0
|
\
|
*
block: Propagate AioContext change to all children
Max Reitz
2016-05-19
1
-23
/
+0
*
|
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
|
/
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
1
-5
/
+5
*
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
1
-4
/
+23
*
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-74
/
+135
*
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-45
/
+53
*
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
2016-05-12
1
-6
/
+17
*
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
1
-5
/
+3
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-4
/
+4
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-3
/
+3
[prev]
[next]