index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
block-backend-io.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
1
-4
/
+0
*
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-10-31
1
-3
/
+3
*
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
1
-10
/
+3
*
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
1
-0
/
+9
*
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-15
1
-0
/
+18
*
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
1
-0
/
+5
*
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
2023-04-11
1
-3
/
+2
*
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-03-27
1
-1
/
+4
*
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-3
/
+4
*
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+3
*
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+3
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-2
/
+8
*
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+4
*
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+3
*
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+3
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+1
*
block: rename generated_co_wrapper in co_wrapper_mixed
Emanuele Giuseppe Esposito
2022-12-15
1
-34
/
+34
*
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
2022-12-15
1
-0
/
+9
*
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
2022-07-12
1
-45
/
+32
*
block: Add blk_co_truncate()
Alberto Faria
2022-07-12
1
-2
/
+6
*
block: Add blk_co_ioctl()
Alberto Faria
2022-07-12
1
-1
/
+4
*
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-1
/
+2
*
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-2
/
+3
*
block: Add blk_co_pwrite_compressed()
Alberto Faria
2022-07-12
1
-2
/
+5
*
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
-0
/
+4
*
block: Add blk_[co_]preadv_part()
Alberto Faria
2022-07-12
1
-0
/
+7
*
block: Add blk_{preadv,pwritev}()
Alberto Faria
2022-07-12
1
-0
/
+6
*
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-4
/
+6
*
block: Make blk_co_pwrite() take a const buffer
Alberto Faria
2022-07-12
1
-1
/
+1
*
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
-1
/
+2
*
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-06-24
1
-1
/
+0
*
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+2
*
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+159