index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
1
-8
/
+19
2018-12-14
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
1
-20
/
+20
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
1
-5
/
+11
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
1
-8
/
+24
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
1
-19
/
+34
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
1
-5
/
+17
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
1
-6
/
+6
2018-12-14
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
1
-7
/
+10
2018-12-14
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
1
-40
/
+49
2018-12-14
qcow2: do decompression in threads
Vladimir Sementsov-Ogievskiy
1
-7
/
+27
2018-12-14
qcow2: aio support for compressed cluster read
Vladimir Sementsov-Ogievskiy
2
-51
/
+49
2018-12-14
qcow2: use byte-based read in qcow2_decompress_cluster
Vladimir Sementsov-Ogievskiy
1
-7
/
+12
2018-12-14
qcow2: refactor decompress_buffer
Vladimir Sementsov-Ogievskiy
1
-21
/
+35
2018-12-14
qcow2: move decompression from qcow2-cluster.c to qcow2.c
Vladimir Sementsov-Ogievskiy
2
-70
/
+71
2018-12-14
qcow2: make more generic interface for qcow2_compress
Vladimir Sementsov-Ogievskiy
1
-12
/
+18
2018-12-14
qcow2: use Z_OK instead of 0 for deflateInit2 return code check
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-12-14
block/backup: drop unused synchronization interface
Vladimir Sementsov-Ogievskiy
2
-44
/
+7
2018-12-14
block/replication: drop extra synchronization
Vladimir Sementsov-Ogievskiy
1
-23
/
+1
2018-12-14
dmg: exchanging hardcoded dmg UDIF block types to enum.
Julio Faracco
1
-15
/
+28
2018-12-14
dmg: including dmg-lzfse module inside dmg block driver.
Julio Faracco
2
-0
/
+31
2018-12-14
configure: adding support to lzfse library.
Julio Faracco
2
-0
/
+33
2018-12-14
block: adding lzfse decompressing support as a module.
Julio Faracco
1
-0
/
+49
2018-12-13
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
10
-108
/
+260
2018-12-13
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2
-3
/
+3
2018-12-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-12-12' in...
Peter Maydell
12
-129
/
+118
2018-12-13
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181212' into staging
Peter Maydell
8
-28
/
+156
2018-12-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-5
/
+5
2018-12-13
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-12-04-1...
Peter Maydell
1
-4
/
+8
2018-12-12
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
3
-4
/
+14
2018-12-12
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
9
-44
/
+172
2018-12-12
crypto/block: introduce qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
4
-16
/
+54
2018-12-12
crypto/block: rename qcrypto_block_*crypt_helper
Vladimir Sementsov-Ogievskiy
4
-81
/
+83
2018-12-12
crypto/block: refactor qcrypto_block_*crypt_helper functions
Vladimir Sementsov-Ogievskiy
1
-50
/
+31
2018-12-12
crypto/block-luks: fix memory leak in qcrypto_block_luks_create
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-12-12
crypto: Fix defaults in QCryptoBlockCreateOptionsLUKS
Alberto Garcia
1
-3
/
+3
2018-12-12
trace: simple style changes
Larry Dewey
1
-2
/
+2
2018-12-12
tracetool: Include thread id information in log backend
Fabiano Rosas
1
-1
/
+1
2018-12-12
hw/s390x/virtio-ccw.c: Don't take address of fields in packed structs
Peter Maydell
1
-20
/
+22
2018-12-12
vfio-ap: flag as compatible with balloon
Cornelia Huck
1
-0
/
+8
2018-12-12
s390x/tod: Properly stop the KVM TOD while the guest is not running
David Hildenbrand
2
-3
/
+107
2018-12-12
s390/MAINTAINERS: Add Halil as kvm and machine maintainer
Christian Borntraeger
1
-1
/
+3
2018-12-12
s390x: introduce 4.0 compat machine
Cornelia Huck
1
-1
/
+16
2018-12-12
s390x/zpci: drop msix.available
David Hildenbrand
2
-3
/
+0
2018-12-12
tests: add oob functional test for test-qmp-cmds
Peter Xu
1
-0
/
+16
2018-12-12
Revert "tests: Add parameter to qtest_init_without_qmp_handshake"
Peter Xu
3
-10
/
+7
2018-12-12
monitor: Remove "x-oob", offer capability "oob" unconditionally
Peter Xu
5
-26
/
+7
2018-12-12
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
1
-1
/
+1
2018-12-12
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
1
-4
/
+4
2018-12-12
monitor: Suspend monitor instead dropping commands
Peter Xu
4
-71
/
+28
2018-12-12
monitor: avoid potential dead-lock when cleaning up
Marc-André Lureau
1
-0
/
+3
[next]