index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vhdx-log.c
Age
Commit message (
Expand
)
Author
2019-04-30
block/vhdx: Use IEC binary prefixes for size constants
Stefano Garzarella
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
2018-11-05
block/vhdx: Don't take address of fields in packed structs
Peter Maydell
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
2017-08-31
vhdx: use QEMU_ALIGN_DOWN
Marc-André Lureau
2017-08-08
block/vhdx: check error return of bdrv_truncate()
Jeff Cody
2017-08-08
block/vhdx: check error return of bdrv_flush()
Jeff Cody
2017-08-08
block/vhdx: check for offset overflow to bdrv_truncate()
Jeff Cody
2017-08-08
block/vhdx: check error return of bdrv_getlength()
Jeff Cody
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-20
block: Clean up includes
Peter Maydell
2016-01-13
vhdx: Fix "log that needs to be replayed" error message
Markus Armbruster
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2014-08-20
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-15
vhdx: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
block: VHDX endian fixes
Jeff Cody
2014-08-15
block: vhdx - add error check
Jeff Cody
2014-03-25
Fixed various typos
Deepak Kathayat
2014-01-31
block/vhdx: Error checking fixes
Markus Armbruster
2013-12-20
block: vhdx - improve error message, and .bdrv_check implementation
Jeff Cody
2013-11-07
block: vhdx - add log write support
Jeff Cody
2013-11-07
block: vhdx - log parsing, replay, and flush support
Jeff Cody