index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
2022-11-29
block-backend: avoid bdrv_unregister_buf() NULL pointer deref
Stefan Hajnoczi
2022-11-10
block-backend: Update ctx immediately after root
Hanna Reitz
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
block/block-backend: blk_set_enable_write_cache is IO_CODE
Emanuele Giuseppe Esposito
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
2022-10-27
block: use the new _change_ API instead of _can_set_ and _set_
Emanuele Giuseppe Esposito
2022-10-27
block-backend: implement .change_aio_ctx in child_root
Emanuele Giuseppe Esposito
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-07
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-07-12
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
2022-07-12
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
2022-07-12
block: Add blk_co_ioctl()
Alberto Faria
2022-07-12
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Add blk_co_pwrite_compressed()
Alberto Faria
2022-07-12
block: Change blk_pwrite_compressed() param order
Alberto Faria
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
2022-07-12
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t
Alberto Faria
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-06-24
block: Support passing NULL ops to blk_set_dev_ops()
Xie Yongji
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
2022-03-04
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
2022-03-04
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
2022-03-04
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-02-01
block-backend: Retain permissions after migration
Hanna Reitz
2022-01-14
block-backend: prevent dangling BDS pointers across aio_poll()
Stefan Hajnoczi
2021-11-02
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
2021-10-15
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
[next]