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
/
blkdebug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-28
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
1
-1
/
+1
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
1
-1
/
+1
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
1
-4
/
+5
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-4
/
+3
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-9
/
+11
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-10-26
block: Align block status requests
Eric Blake
1
-1
/
+12
2017-10-09
config: qemu_config_parse() return number of config groups
Eduardo Habkost
1
-1
/
+0
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
1
-11
/
+1
2017-09-04
block: remove bdrv_truncate callback in blkdebug
Manos Pitsidianakis
1
-7
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-2
/
+2
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()
Marc-André Lureau
1
-20
/
+8
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-7
/
+1
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+8
2017-07-10
blkdebug: Support .bdrv_co_get_block_status
Eric Blake
1
-0
/
+11
2017-06-26
blkdebug: Catch bs->exact_filename overflow
Max Reitz
1
-3
/
+7
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-18
/
+18
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-05-11
blkdebug: Add ability to override unmap geometries
Eric Blake
1
-1
/
+95
2017-05-11
blkdebug: Simplify override logic
Eric Blake
1
-10
/
+6
2017-05-11
blkdebug: Add pass-through write_zero and discard support
Eric Blake
1
-0
/
+74
2017-05-11
blkdebug: Refactor error injection
Eric Blake
1
-41
/
+33
2017-05-11
blkdebug: Sanity check block layer guarantees
Eric Blake
1
-0
/
+14
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
-2
/
+2
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-2
/
+2
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-1
/
+1
2017-04-27
block: Do not unref bs->file on error in BD's open
Max Reitz
1
-3
/
+1
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
1
-0
/
+2
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2017-02-21
blkdebug: reschedule coroutine on the AioContext it is running on
Paolo Bonzini
1
-8
/
+1
2017-01-09
blkdebug: Implement bdrv_co_preadv/pwritev/flush
Kevin Wolf
1
-46
/
+40
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-6
/
+1
2016-08-15
block/blkdebug: Store config filename
Max Reitz
1
-5
/
+12
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
1
-1
/
+1
2016-07-05
blkdebug: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-4
/
+15
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+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
-0
/
+1
2015-12-18
blkdebug: Enable reopen
Kevin Wolf
1
-0
/
+7
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
1
-11
/
+6
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-5
/
+5
2015-12-17
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
1
-68
/
+11
2015-12-02
blkdebug: silence warning under qtest
Michael S. Tsirkin
1
-2
/
+7
[next]