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
/
qcow2-threads.c
Age
Commit message (
Expand
)
Author
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
2023-04-25
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2020-05-13
qcow2: add zstd cluster compression
Denis Plotnikov
2020-05-13
qcow2: rework the cluster compression routine
Denis Plotnikov
2020-03-11
block/qcow2-threads: fix qcow2_decompress
Vladimir Sementsov-Ogievskiy
2020-02-18
qcow2: Fix alignment checks in encrypted images
Alberto Garcia
2019-09-16
block/qcow2: refactor encryption code
Maxim Levitsky
2019-05-28
qcow2: do encryption in threads
Vladimir Sementsov-Ogievskiy
2019-05-28
qcow2-threads: split out generic path
Vladimir Sementsov-Ogievskiy
2019-05-28
qcow2-threads: qcow2_co_do_compress: protect queuing by mutex
Vladimir Sementsov-Ogievskiy
2019-05-28
qcow2-threads: use thread_pool_submit_co
Vladimir Sementsov-Ogievskiy
2019-05-28
qcow2: add separate file for threaded data processing functions
Vladimir Sementsov-Ogievskiy