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.c
Age
Commit message (
Expand
)
Author
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
2013-12-03
vpc, vhdx: add get_info
Paolo Bonzini
2013-11-07
block: vhdx - add .bdrv_create() support
Jeff Cody
2013-11-07
block: vhdx - break out code operations to functions
Jeff Cody
2013-11-07
block: vhdx - move more endian translations to vhdx-endian.c
Jeff Cody
2013-11-07
block: vhdx - remove BAT file offset bit shifting
Jeff Cody
2013-11-07
block: vhdx write support
Jeff Cody
2013-11-07
block: vhdx - add region overlap detection for image files
Jeff Cody
2013-11-07
block: vhdx - log parsing, replay, and flush support
Jeff Cody
2013-11-07
block: vhdx code movement - move vhdx_close() above vhdx_open()
Jeff Cody
2013-11-07
block: vhdx - update log guid in header, and first write tracker
Jeff Cody
2013-11-07
block: vhdx - break endian translation functions out
Jeff Cody
2013-11-07
block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.
Jeff Cody
2013-11-07
block: vhdx - add header update capability.
Jeff Cody
2013-11-07
block: vhdx - minor comments and typo correction.
Jeff Cody
2013-10-02
block: vhdx - add migration blocker
Jeff Cody
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
2013-05-03
block: add read-only support to VHDX image format.
Jeff Cody
2013-05-03
block: initial VHDX driver support framework - supports open and probe
Jeff Cody