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
/
vhdx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-3
/
+4
2019-10-14
block/vhdx: add check for truncated image files
Peter Lieven
1
-17
/
+103
2019-08-19
vhdx: Fix .bdrv_has_zero_init()
Max Reitz
1
-1
/
+25
2019-08-19
block: Use bdrv_has_zero_init_truncate()
Max Reitz
1
-1
/
+1
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-04-30
block/vhdx: Use IEC binary prefixes for size constants
Stefano Garzarella
1
-2
/
+2
2019-04-30
block/vhdx: Remove redundant IEC binary prefixes definition
Stefano Garzarella
1
-1
/
+2
2018-11-05
block/vhdx: Don't take address of fields in packed structs
Peter Maydell
1
-9
/
+9
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2018-06-29
vhdx: Switch to byte-based calls
Eric Blake
1
-6
/
+6
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-5
/
+2
2018-06-15
block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()
Markus Armbruster
1
-5
/
+4
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-1
/
+1
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-05-29
vhdx: Fix vhdx_co_create() return value
Kevin Wolf
1
-1
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-1
/
+3
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-03-26
vhdx: Check for 4 GB maximum log size on creation
Kevin Wolf
1
-0
/
+4
2018-03-26
vhdx: Don't use error_setg_errno() with constant errno
Kevin Wolf
1
-5
/
+4
2018-03-26
vhdx: Require power-of-two block size on create
Kevin Wolf
1
-0
/
+4
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-03-19
vhdx: Support .bdrv_co_create
Kevin Wolf
1
-52
/
+164
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
1
-3
/
+4
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+3
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2017-11-14
block/vhdx.c: Don't blindly update the header
Jeff Cody
1
-7
/
+0
2017-08-08
block/vhdx: check for offset overflow to bdrv_truncate()
Jeff Cody
1
-0
/
+3
2017-08-08
block/vhdx: check error return of bdrv_getlength()
Jeff Cody
1
-1
/
+8
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-2
/
+3
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-1
/
+2
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-7
/
+3
2017-04-28
block/vhdx: Make vhdx_create() always set errp
Max Reitz
1
-4
/
+19
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
1
-0
/
+1
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-0
/
+6
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-6
/
+11
2016-09-23
vhdx: Use QEMU UUID API
Fam Zheng
1
-5
/
+4
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-15
/
+23
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
vhdx: Some more BlockBackend use in vhdx_create()
Kevin Wolf
1
-20
/
+21
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-2
/
+3
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-2
/
+1
[next]