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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
tests
/
unit
/
test-block-iothread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
1
-0
/
+14
2022-07-12
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
1
-0
/
+17
2022-07-12
block: Add blk_co_pwrite_compressed()
Alberto Faria
1
-0
/
+18
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
1
-0
/
+19
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
1
-0
/
+19
2022-07-12
block: Add blk_{preadv,pwritev}()
Alberto Faria
1
-1
/
+41
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-4
/
+4
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+2
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-07-12
block: Make bdrv_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-4
/
+4
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-4
/
+4
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-3
/
+3
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-5
/
+14
2021-06-02
block: drop BlockDriverState::read_only
Vladimir Sementsov-Ogievskiy
1
-6
/
+0
2021-03-20
tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC 11
Emanuele Giuseppe Esposito
1
-3
/
+3
2021-03-12
tests: Move unit tests into a separate directory
Thomas Huth
1
-0
/
+774