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/vhdx: Don't take address of fields in packed structs
Peter Maydell
2018-11-05
1
-9
/
+9
*
block: Fix typos in comments (found by codespell)
Stefan Weil
2018-07-23
1
-1
/
+1
*
vhdx: Switch to byte-based calls
Eric Blake
2018-06-29
1
-6
/
+6
*
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
2018-06-15
1
-5
/
+2
*
block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()
Markus Armbruster
2018-06-15
1
-5
/
+4
*
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
2018-06-15
1
-1
/
+1
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-06-04
1
-1
/
+1
|
\
|
*
block: use local path for local headers
Michael S. Tsirkin
2018-05-31
1
-1
/
+1
*
|
vhdx: Fix vhdx_co_create() return value
Kevin Wolf
2018-05-29
1
-1
/
+1
|
/
*
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
1
-1
/
+3
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-2
/
+2
*
vhdx: Check for 4 GB maximum log size on creation
Kevin Wolf
2018-03-26
1
-0
/
+4
*
vhdx: Don't use error_setg_errno() with constant errno
Kevin Wolf
2018-03-26
1
-5
/
+4
*
vhdx: Require power-of-two block size on create
Kevin Wolf
2018-03-26
1
-0
/
+4
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-1
/
+1
*
vhdx: Support .bdrv_co_create
Kevin Wolf
2018-03-19
1
-52
/
+164
*
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
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
block/vhdx.c: Don't blindly update the header
Jeff Cody
2017-11-14
1
-7
/
+0
*
block/vhdx: check for offset overflow to bdrv_truncate()
Jeff Cody
2017-08-08
1
-0
/
+3
*
block/vhdx: check error return of bdrv_getlength()
Jeff Cody
2017-08-08
1
-1
/
+8
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
1
-2
/
+3
*
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+2
*
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
-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
[next]