index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
1
-2
/
+2
*
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-26
1
-2
/
+2
*
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-5
/
+5
*
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
2022-07-12
1
-3
/
+3
*
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
2022-07-12
1
-0
/
+22
*
block: Add blk_co_truncate()
Alberto Faria
2022-07-12
1
-3
/
+4
*
block: Add blk_co_ioctl()
Alberto Faria
2022-07-12
1
-3
/
+4
*
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-11
/
+0
*
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-12
/
+0
*
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-8
/
+0
*
block: Add blk_co_pwrite_compressed()
Alberto Faria
2022-07-12
1
-4
/
+4
*
block: Change blk_pwrite_compressed() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
2022-07-12
1
-14
/
+0
*
block: Add blk_[co_]preadv_part()
Alberto Faria
2022-07-12
1
-7
/
+23
*
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-23
/
+0
*
block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t
Alberto Faria
2022-07-12
1
-3
/
+3
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-2
/
+3
*
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-5
/
+2
*
block: Support passing NULL ops to blk_set_dev_ops()
Xie Yongji
2022-06-24
1
-1
/
+1
*
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-06-24
1
-10
/
+0
*
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+6
*
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+3
*
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+3
*
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+2
*
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+3
*
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+58
*
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+78
*
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
2022-03-04
1
-3
/
+6
*
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+1
*
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+1
*
block-backend: Retain permissions after migration
Hanna Reitz
2022-02-01
1
-0
/
+11
*
block-backend: prevent dangling BDS pointers across aio_poll()
Stefan Hajnoczi
2022-01-14
1
-2
/
+17
*
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
2021-11-02
1
-1
/
+1
*
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-8
/
+8
*
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+8
*
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+5
*
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-93
/
+58
*
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-26
/
+26
*
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-2
/
+3
*
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-4
/
+4
*
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-2
/
+2
*
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-3
/
+3
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-0
/
+6
*
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-0
/
+8
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-0
/
+13
*
block-backend: align max_transfer to request alignment
Paolo Bonzini
2021-06-25
1
-3
/
+3
*
block-backend: add drained_poll
Sergio Lopez
2021-06-02
1
-1
/
+6
[next]