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-log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-1
/
+1
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-2
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-2
/
+1
2019-04-30
block/vhdx: Use IEC binary prefixes for size constants
Stefano Garzarella
1
-1
/
+1
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
1
-0
/
+1
2018-11-05
block/vhdx: Don't take address of fields in packed structs
Peter Maydell
1
-2
/
+2
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2017-08-31
vhdx: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-08
block/vhdx: check error return of bdrv_truncate()
Jeff Cody
1
-1
/
+5
2017-08-08
block/vhdx: check error return of bdrv_flush()
Jeff Cody
1
-3
/
+14
2017-08-08
block/vhdx: check for offset overflow to bdrv_truncate()
Jeff Cody
1
-1
/
+5
2017-08-08
block/vhdx: check error return of bdrv_getlength()
Jeff Cody
1
-5
/
+18
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-1
/
+1
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-4
/
+4
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
vhdx: Fix "log that needs to be replayed" error message
Markus Armbruster
1
-6
/
+7
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-12
/
+13
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2014-08-20
block: Drop some superfluous casts from void *
Markus Armbruster
1
-1
/
+1
2014-08-15
vhdx: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+6
2014-08-15
block: VHDX endian fixes
Jeff Cody
1
-18
/
+25
2014-08-15
block: vhdx - add error check
Jeff Cody
1
-0
/
+5
2014-03-25
Fixed various typos
Deepak Kathayat
1
-1
/
+1
2014-01-31
block/vhdx: Error checking fixes
Markus Armbruster
1
-2
/
+2
2013-12-20
block: vhdx - improve error message, and .bdrv_check implementation
Jeff Cody
1
-1
/
+12
2013-11-07
block: vhdx - add log write support
Jeff Cody
1
-0
/
+282
2013-11-07
block: vhdx - log parsing, replay, and flush support
Jeff Cody
1
-0
/
+728