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
/
blkverify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
1
-15
/
+0
2020-02-18
blkverify: Implement .bdrv_recurse_can_replace()
Max Reitz
1
-0
/
+15
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-15
/
+1
2019-02-25
blkverify: Make bdrv_dirname() return NULL
Max Reitz
1
-0
/
+10
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
1
-3
/
+0
2018-07-28
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
1
-1
/
+1
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
1
-0
/
+3
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-4
/
+4
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2017-06-26
blkverify: Catch bs->exact_filename overflow
Max Reitz
1
-4
/
+8
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-3
/
+3
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
1
-4
/
+3
2017-04-27
block: Do not unref bs->file on error in BD's open
Max Reitz
1
-3
/
+0
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
1
-0
/
+1
2017-01-09
blkverify: Implement bdrv_co_preadv/pwritev/flush
Kevin Wolf
1
-105
/
+96
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-6
/
+2
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
1
-19
/
+0
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
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
-1
/
+1
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
1
-1
/
+1
2015-10-16
blkverify: Fix BDS leak in .bdrv_open error path
Kevin Wolf
1
-0
/
+3
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-14
/
+19
2015-10-16
blkverify: Convert s->test_file to BdrvChild
Kevin Wolf
1
-20
/
+21
2015-06-12
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
1
-2
/
+2
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-4
/
+4
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-6
/
+6
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
blkverify: Drop blkverify_aiocb_info.cancel
Fam Zheng
1
-19
/
+0
2014-08-29
blkverify: Fix leak of opts in blkverify_open
Fam Zheng
1
-0
/
+1
2014-08-20
blkverify: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+29
2014-06-04
blkverify: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-13
/
+34
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
1
-1
/
+16
2014-02-21
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
Benoît Canet
1
-106
/
+2
2014-02-21
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
1
-2
/
+2
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-0
/
+2
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
1
-1
/
+1
2014-01-22
blkverify: Don't require protocol filename
Max Reitz
1
-1
/
+3
2014-01-22
blkverify: Allow command-line configuration
Max Reitz
1
-20
/
+5
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
1
-1
/
+1
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-10-11
blkverify: Employ error parameter
Max Reitz
1
-6
/
+5
2013-10-11
block: Add BlockDriver.bdrv_check_ext_snapshot.
Benoît Canet
1
-0
/
+2
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-2
/
+6
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
[next]