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
/
include
/
block
Age
Commit message (
Expand
)
Author
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2023-04-11
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
2023-04-11
block-backend: inline bdrv_co_get_geometry
Paolo Bonzini
2023-04-11
block: remove has_variable_length from BlockDriver
Paolo Bonzini
2023-04-11
block: move has_variable_length to BlockLimits
Paolo Bonzini
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-03-13
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
2023-03-07
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-07
aio-wait: switch to smp_mb__after_rmw()
Paolo Bonzini
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2023-02-17
block: Create no_co_wrappers for open functions
Kevin Wolf
2023-02-17
block-coroutine-wrapper: Introduce no_co_wrapper
Kevin Wolf
2023-02-08
block: Clean up includes
Markus Armbruster
2023-02-01
qemu-img: Change info key names for protocol nodes
Hanna Reitz
2023-02-01
block/qapi: Add indentation to bdrv_node_info_dump()
Hanna Reitz
2023-02-01
block/qapi: Introduce BlockGraphInfo
Hanna Reitz
2023-02-01
block/qapi: Let bdrv_query_image_info() recurse
Hanna Reitz
2023-02-01
qemu-img: Use BlockNodeInfo
Hanna Reitz
2023-02-01
block: Split BlockNodeInfo off of ImageInfo
Hanna Reitz
2023-02-01
block: Improve empty format-specific info dump
Hanna Reitz
2023-02-01
block/nbd: Add missing <qemu/bswap.h> include
Philippe Mathieu-Daudé
2023-02-01
block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
[next]