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
Age
Commit message (
Expand
)
Author
2023-09-11
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
2023-09-08
block/meson.build: Restore alphabetical order of files
Kevin Wolf
2023-09-08
block: Remove unnecessary variable in bdrv_block_device_info
Fabiano Rosas
2023-09-08
block: Remove bdrv_query_block_node_info
Fabiano Rosas
2023-09-08
vmdk: Clean up bdrv_open_child() return value check
Dmitry Frolov
2023-09-08
block/iscsi: Document why we use raw malloc()
Peter Maydell
2023-09-08
block: change reqs_lock to QemuMutex
Stefan Hajnoczi
2023-09-08
block: minimize bs->reqs_lock section in tracked_request_end()
Stefan Hajnoczi
2023-09-08
block/vpc: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2023-09-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2023-09-08
block: spelling fixes
Michael Tokarev
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-06
parallels: Add data_off repairing to parallels_open()
Alexander Ivanov
2023-09-06
parallels: Add data_off check
Alexander Ivanov
2023-09-06
parallels: Use bdrv_co_getlength() in parallels_check_outside_image()
Alexander Ivanov
2023-09-06
parallels: Image repairing in parallels_open()
Alexander Ivanov
2023-09-06
parallels: Add checking and repairing duplicate offsets in BAT
Alexander Ivanov
2023-09-06
parallels: Add data_start field to BDRVParallelsState
Alexander Ivanov
2023-09-06
parallels: Add "explicit" argument to parallels_check_leak()
Alexander Ivanov
2023-09-06
parallels: Check if data_end greater than the file size
Alexander Ivanov
2023-09-06
parallels: Incorrect data end calculation in parallels_open()
Alexander Ivanov
2023-09-06
parallels: Fix comments formatting inside parallels driver
Alexander Ivanov
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
2023-08-30
block: add subcluster_size field to BlockDriverInfo
Andrey Drobyshev
2023-08-03
block/blkio: add more comments on the fd passing handling
Stefano Garzarella
2023-08-03
block/blkio: close the fd when blkio_connect() fails
Stefano Garzarella
2023-07-27
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
2023-07-27
block/blkio: use blkio_set_int("fd") to check fd support
Stefano Garzarella
2023-07-27
block/blkio: fall back on using `path` when `fd` setting fails
Stefano Garzarella
2023-07-27
block/blkio: retry blkio_connect() if it fails using `fd`
Stefano Garzarella
2023-07-27
block/blkio: move blkio_connect() in the drivers functions
Stefano Garzarella
2023-07-27
block: Fix pad_request's request restriction
Hanna Czenczek
2023-07-27
block/file-posix: fix g_file_get_contents return path
Sam Li
2023-07-26
block/blkio: do not use open flags in qemu_open()
Stefano Garzarella
2023-07-25
block/blkio: enable the completion eventfd
Stefano Garzarella
2023-07-19
nbd/client: Simplify cookie vs. index computation
Eric Blake
2023-07-19
nbd: s/handle/cookie/ to match NBD spec
Eric Blake
2023-07-17
block/nvme: invoke blk_io_plug_call() outside q->lock
Stefan Hajnoczi
2023-07-04
block/blkio: fix module_block.py parsing
Stefan Hajnoczi
2023-06-28
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
2023-06-28
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
2023-06-28
block: use bdrv_co_getlength in coroutine context
Paolo Bonzini
2023-06-28
qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
dmg: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
cloop: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
bochs: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
vpc: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
[next]