Sign in
qemu
/
qemu
/
19d70587b59f7879a0315a6d98c2409957154351
/
block
/
blkverify.c
05cc758
blkverify: Catch bs->exact_filename overflow
by Max Reitz
· 8 years ago
46f5ac2
qobject: Use simpler QDict/QList scalar insertion macros
by Eric Blake
· 8 years ago
de6e795
qobject: Drop useless QObject casts
by Eric Blake
· 8 years ago
de23489
block: Do not unref bs->file on error in BD's open
by Max Reitz
· 8 years ago
d7010df
block: Request child permissions in filter drivers
by Kevin Wolf
· 8 years ago
44b6789
blkverify: Implement bdrv_co_preadv/pwritev/flush
by Kevin Wolf
· 8 years ago
fffb6e1
block: use aio_bh_schedule_oneshot
by Paolo Bonzini
· 8 years ago
0d1049c
block: Convert bdrv_aio_writev() to BdrvChild
by Kevin Wolf
· 9 years ago
ebb7af2
block: Convert bdrv_aio_readv() to BdrvChild
by Kevin Wolf
· 9 years ago
b97511c
block: Propagate AioContext change to all children
by Max Reitz
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
80c71a2
block: Clean up includes
by Peter Maydell
· 9 years ago
4cdd01d
block: Pass driver-specific options to .bdrv_refresh_filename()
by Kevin Wolf
· 10 years ago
7e39d3a
blkverify: Fix BDS leak in .bdrv_open error path
by Kevin Wolf
· 9 years ago
9a4f4c3
block: Convert bs->file to BdrvChild
by Kevin Wolf
· 10 years ago
3e586be
blkverify: Convert s->test_file to BdrvChild
by Kevin Wolf
· 10 years ago
f3930ed
block: Move flag inheritance to bdrv_open_inherit()
by Kevin Wolf
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
7c84b1b
block: Rename BlockDriverAIOCB* to BlockAIOCB*
by Markus Armbruster
· 10 years ago
8007429
block: Rename qemu_aio_release -> qemu_aio_unref
by Fam Zheng
· 10 years ago
9784e70
blkverify: Drop blkverify_aiocb_info.cancel
by Fam Zheng
· 10 years ago
3158593
blkverify: Fix leak of opts in blkverify_open
by Fam Zheng
· 10 years ago
74b36b2
blkverify: Implement bdrv_refresh_filename()
by Max Reitz
· 10 years ago
9d94020
blkverify: implement .bdrv_detach/attach_aio_context()
by Stefan Hajnoczi
· 11 years ago
b5042a3
block: Rewrite the snapshot authorization mechanism for block filters.
by Benoît Canet
· 11 years ago
f70d7f7
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
by Benoît Canet
· 11 years ago
f7d9fd8
block: Remove bdrv_open_image()'s force_raw option
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
212a5a8
block: Create authorizations mechanism for external snapshot and resize.
by Benoît Canet
· 11 years ago
22511ad
blkverify: Don't require protocol filename
by Max Reitz
· 11 years ago
70b6198
blkverify: Allow command-line configuration
by Max Reitz
· 11 years ago
72daa72
block: Allow reference for bdrv_file_open()
by Max Reitz
· 11 years ago
87ea75d
qemu-option: Remove qemu_opts_create_nofail
by Peter Crosthwaite
· 11 years ago
ca28840
blkverify: Employ error parameter
by Max Reitz
· 11 years ago
f6186f4
block: Add BlockDriver.bdrv_check_ext_snapshot.
by Benoît Canet
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
015a103
bdrv: Use "Error" for opening images
by Max Reitz
· 11 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 11 years ago
56d1b4d
block: Remove filename parameter from .bdrv_file_open()
by Kevin Wolf
· 12 years ago
16c7909
blkverify: Use bdrv_open options instead of filename
by Kevin Wolf
· 12 years ago
787e4a8
block: Add options QDict to bdrv_file_open() prototypes
by Kevin Wolf
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
031380d
block: replace unchecked strdup/malloc/calloc with glib
by Stefan Hajnoczi
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
6f6dc65
block: drop redundant bdrv_flush implementation
by Stefan Hajnoczi
· 13 years ago
a313358
block: avoid a warning on 64 bit hosts with long as int64_t
by Blue Swirl
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
a77cffe
block: Use GCC_FMT_ATTR and fix a format error
by Stefan Weil
· 14 years ago
687db4e
block-verify: fix 32-bit build
by Anthony Liguori
· 14 years ago
d9d3341
blkverify: Add block driver for verifying I/O
by Stefan Hajnoczi
· 14 years ago