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
2020-03-12
q800: fix coverity warning CID 1412799
Laurent Vivier
1
-2
/
+5
2020-03-12
Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-03-10' into sta...
Peter Maydell
1
-2
/
+2
2020-03-12
tests: Disable dbus-vmstate-test
Peter Maydell
1
-1
/
+2
2020-03-12
docs: Be consistent about capitalization of 'Arm'
Peter Maydell
19
-29
/
+29
2020-03-12
docs: Move arm-cpu-features.rst into the system manual
Peter Maydell
2
-7
/
+7
2020-03-12
docs/system/target-arm.rst: Add some introductory text
Peter Maydell
1
-2
/
+64
2020-03-12
docs/system: Split target-arm.rst into sub-documents
Peter Maydell
11
-212
/
+249
2020-03-12
Makefile: Allow for subdirectories in Sphinx manual dependencies
Peter Maydell
1
-1
/
+1
2020-03-12
docs/qemu-option-trace.rst.inc: Remove redundant comment
Peter Maydell
1
-4
/
+0
2020-03-12
docs/index.rst, docs/index.html.in: Reorder manuals
Peter Maydell
2
-9
/
+9
2020-03-12
Makefile: Make all Sphinx documentation depend on the extensions
Peter Maydell
1
-1
/
+2
2020-03-12
docs/sphinx/hxtool.py: Remove STEXI/ETEXI support
Peter Maydell
1
-24
/
+4
2020-03-12
hxtool: Remove Texinfo generation support
Peter Maydell
1
-77
/
+1
2020-03-12
Update comments in .hx files that mention Texinfo
Peter Maydell
3
-12
/
+12
2020-03-12
Makefile: Remove redundant Texinfo related code
Peter Maydell
1
-10
/
+1
2020-03-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
24
-278
/
+749
2020-03-11
qemu-iotests: adding LUKS cleanup for non-UTF8 secret error
Daniel Henrique Barboza
3
-0
/
+79
2020-03-11
crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
Daniel Henrique Barboza
1
-0
/
+18
2020-03-11
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
2
-0
/
+27
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
2
-0
/
+27
2020-03-11
tests/qemu-iotests: Fix socket_scm_helper build path
Philippe Mathieu-Daudé
2
-1
/
+1
2020-03-11
qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'
Peter Krempa
1
-1
/
+8
2020-03-11
iotests: Add iothread cases to 155
Kevin Wolf
2
-11
/
+25
2020-03-11
block: Fix cross-AioContext blockdev-snapshot
Kevin Wolf
2
-16
/
+1
2020-03-11
iotests: Test mirror with temporarily disabled target backing file
Kevin Wolf
2
-7
/
+53
2020-03-11
iotests: Fix run_job() with use_log=False
Kevin Wolf
1
-1
/
+4
2020-03-11
block: Relax restrictions for blockdev-snapshot
Kevin Wolf
2
-8
/
+10
2020-03-11
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
2
-4
/
+5
2020-03-11
qom-qmp-cmds: fix two memleaks in qmp_object_add
Pan Nengyuan
1
-10
/
+6
2020-03-11
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
11
-313
/
+915
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
4
-62
/
+80
2020-03-11
block/block-copy: reduce intersecting request lock
Vladimir Sementsov-Ogievskiy
1
-24
/
+105
2020-03-11
block/block-copy: rename start to offset in interfaces
Vladimir Sementsov-Ogievskiy
2
-43
/
+43
2020-03-11
block/block-copy: refactor interfaces to use bytes instead of end
Vladimir Sementsov-Ogievskiy
2
-40
/
+44
2020-03-11
block/block-copy: factor out find_conflicting_inflight_req
Vladimir Sementsov-Ogievskiy
1
-12
/
+19
2020-03-11
block/block-copy: use block_status
Vladimir Sementsov-Ogievskiy
2
-13
/
+61
2020-03-11
block/block-copy: specialcase first copy_range request
Vladimir Sementsov-Ogievskiy
1
-10
/
+31
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
3
-25
/
+19
2020-03-11
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
6
-25
/
+76
2020-03-11
block/qcow2-threads: fix qcow2_decompress
Vladimir Sementsov-Ogievskiy
1
-5
/
+7
2020-03-11
qemu-img: free memory before re-assign
Pan Nengyuan
1
-0
/
+2
2020-03-11
block/qcow2: do free crypto_opts in qcow2_close()
Pan Nengyuan
1
-0
/
+1
2020-03-11
iotests: Fix nonportable use of od --endian
Eric Blake
1
-5
/
+17
2020-03-11
block/curl: HTTP header field names are case insensitive
David Edmondson
1
-2
/
+3
2020-03-11
block/curl: HTTP header fields allow whitespace around values
David Edmondson
1
-4
/
+27
2020-03-11
iotests: add 288 luks qemu-img measure test
Stefan Hajnoczi
3
-0
/
+124
2020-03-11
qemu-img: allow qemu-img measure --object without a filename
Stefan Hajnoczi
4
-13
/
+11
2020-03-11
luks: implement .bdrv_measure()
Stefan Hajnoczi
1
-0
/
+62
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
3
-55
/
+77
2020-03-10
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20200310' into s...
Peter Maydell
9
-13
/
+53
[prev]
[next]