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
/
raw-format.c
Age
Commit message (
Expand
)
Author
2023-04-11
block: remove has_variable_length from BlockDriver
Paolo Bonzini
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers 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_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark public read/write functions 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_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
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_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
2022-10-26
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-07
raw-format: add missing coroutine_fn annotations
Paolo Bonzini
2022-09-30
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-01
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
2021-02-12
block/raw-format: implement .bdrv_cancel_in_flight handler
Vladimir Sementsov-Ogievskiy
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
2020-05-18
raw-format: Split raw_read_options()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-04-30
raw-format: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2019-10-28
block: Let format drivers pass @exact
Max Reitz
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-26
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
2019-03-12
block: Add a 'mutable_opts' field to BlockDriver
Alberto Garcia
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
[next]