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
/
vhdx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-7
/
+3
*
block/vhdx: Make vhdx_create() always set errp
Max Reitz
2017-04-28
1
-4
/
+19
*
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
1
-1
/
+2
*
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: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-1
/
+1
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-6
/
+11
*
vhdx: Use QEMU UUID API
Fam Zheng
2016-09-23
1
-5
/
+4
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-15
/
+23
*
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
vhdx: Some more BlockBackend use in vhdx_create()
Kevin Wolf
2016-07-05
1
-20
/
+21
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+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
-2
/
+3
*
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
1
-2
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-1
/
+1
*
vhdx: Use BB functions in .bdrv_create()
Kevin Wolf
2016-03-14
1
-13
/
+16
*
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
2016-03-14
1
-1
/
+2
*
vhdx: Simplify vhdx_set_shift_bits()
Max Reitz
2016-02-29
1
-4
/
+4
*
vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()
Max Reitz
2016-02-29
1
-8
/
+2
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
1
-17
/
+19
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-1
/
+1
*
maint: remove double semicolons in many files
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-04-28
1
-3
/
+3
*
vhdx: Fix zero-fill iov length
Kevin Wolf
2015-04-28
1
-2
/
+2
*
block: vhdx - force FileOffsetMB field to '0' for certain block states
Jeff Cody
2015-01-23
1
-1
/
+12
*
block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1
Jeff Cody
2014-12-12
1
-0
/
+1
*
block: vhdx - change .vhdx_create default block state to ZERO
Jeff Cody
2014-12-12
1
-2
/
+4
*
block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 spec
Jeff Cody
2014-12-12
1
-1
/
+2
*
block: vhdx - remove redundant comments
Jeff Cody
2014-12-12
1
-4
/
+4
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-09-23
1
-9
/
+10
|
\
|
*
block: vhdx - fix reading beyond pointer during image creation
Jeff Cody
2014-09-22
1
-8
/
+8
|
*
block/vhdx.c: Mark parent_vhdx_guid variable as unused
Peter Maydell
2014-09-22
1
-1
/
+2
*
|
block: allow creation of fixed vhdx images
Adelina Tuvenie
2014-09-22
1
-1
/
+1
|
/
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-1
/
+2
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-2
/
+2
*
vhdx: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-2
/
+11
*
block: VHDX endian fixes
Jeff Cody
2014-08-15
1
-36
/
+53
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-2
/
+2
*
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-52
/
+47
*
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-06-16
1
-1
/
+1
*
block: vhdx - account for identical header sections
Jeff Cody
2014-05-19
1
-1
/
+8
*
vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
Jeff Cody
2014-04-01
1
-2
/
+10
*
vhdx: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-12
/
+9
*
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
1
-1
/
+3
[next]