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
/
blkverify.c
Age
Commit message (
Expand
)
Author
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
blkverify: Use bdrv_open options instead of filename
Kevin Wolf
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-10-21
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
2010-11-04
block: avoid a warning on 64 bit hosts with long as int64_t
Blue Swirl
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-10-22
block: Use GCC_FMT_ATTR and fix a format error
Stefan Weil
2010-09-22
block-verify: fix 32-bit build
Anthony Liguori
2010-09-21
blkverify: Add block driver for verifying I/O
Stefan Hajnoczi