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-05-15
migration: terminate_* can be called for other threads
Juan Quintela
1
-14
/
+30
2018-05-15
migration: Introduce multifd_recv_new_channel()
Juan Quintela
3
-1
/
+10
2018-05-15
migration: Set error state in case of error
Juan Quintela
1
-2
/
+24
2018-05-15
tests: Migration ppc now inlines its program
Juan Quintela
1
-36
/
+5
2018-05-15
tests: Add migration precopy test
Juan Quintela
1
-2
/
+42
2018-05-15
migration: fix saving normal page even if it's been compressed
Xiao Guangrong
1
-1
/
+1
2018-05-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
60
-429
/
+1174
2018-05-15
Merge remote-tracking branch 'mreitz/tags/pull-block-2018-05-15' into queue-b...
Kevin Wolf
36
-159
/
+862
2018-05-15
iotests: Add test for -U/force-share conflicts
Max Reitz
2
-0
/
+33
2018-05-15
qemu-img: Use only string options in img_open_opts
Max Reitz
1
-2
/
+2
2018-05-15
qemu-io: Use purely string blockdev options
Max Reitz
1
-2
/
+2
2018-05-15
block: Document BDRV_REQ_WRITE_UNCHANGED support
Max Reitz
1
-2
/
+16
2018-05-15
qemu-img: Check post-truncation size
Max Reitz
1
-4
/
+35
2018-05-15
iotests: Add test for COR across nodes
Max Reitz
3
-0
/
+144
2018-05-15
iotests: Copy 197 for COR filter driver
Max Reitz
3
-0
/
+147
2018-05-15
iotests: Clean up wrap image in 197
Max Reitz
1
-0
/
+1
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
7
-14
/
+28
2018-05-15
block/quorum: Support BDRV_REQ_WRITE_UNCHANGED
Max Reitz
1
-6
/
+13
2018-05-15
block: Set BDRV_REQ_WRITE_UNCHANGED for COR writes
Max Reitz
1
-2
/
+4
2018-05-15
block: Add BDRV_REQ_WRITE_UNCHANGED flag
Max Reitz
2
-2
/
+10
2018-05-15
block: BLK_PERM_WRITE includes ..._UNCHANGED
Max Reitz
1
-0
/
+3
2018-05-15
block: Add COR filter driver
Max Reitz
3
-2
/
+176
2018-05-15
iotests: Skip 181 and 201 without userfaultfd
Max Reitz
2
-0
/
+26
2018-05-15
iotests: Add failure matching to common.qemu
Max Reitz
1
-7
/
+51
2018-05-15
docs: Document the new default sizes of the qcow2 caches
Alberto Garcia
1
-17
/
+16
2018-05-15
qcow2: Give the refcount cache the minimum possible size by default
Alberto Garcia
3
-17
/
+20
2018-05-15
specs/qcow2: Clarify that compressed clusters have the COPIED bit reset
Alberto Garcia
1
-4
/
+4
2018-05-15
Fix error message about compressed clusters with OFLAG_COPIED
Alberto Garcia
1
-2
/
+2
2018-05-15
iotests: Split 214 off of 122
Max Reitz
5
-80
/
+133
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
3
-3
/
+17
2018-05-15
blockjob: Introduce block_job_ratelimit_get_delay()
Kevin Wolf
6
-19
/
+29
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
7
-72
/
+12
2018-05-15
blockjob: Move RateLimit to BlockJob
Kevin Wolf
5
-12
/
+13
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
6
-29
/
+63
2018-05-15
blockjob: Fix assertion in block_job_finalize()
Kevin Wolf
1
-1
/
+1
2018-05-15
blockjob: expose error string via query
John Snow
2
-1
/
+7
2018-05-15
hmp: Allow using a qdev id in block_set_io_throttle
Alberto Garcia
2
-3
/
+14
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
11
-24
/
+32
2018-05-15
block: Drop last of the sector-based aio callbacks
Eric Blake
2
-54
/
+36
2018-05-15
vxhs: Switch to byte-based callbacks
Eric Blake
1
-21
/
+22
2018-05-15
rbd: Switch to byte-based callbacks
Eric Blake
1
-18
/
+22
2018-05-15
null: Switch to byte-based read/write
Eric Blake
1
-22
/
+23
2018-05-15
file-win32: Switch to byte-based callbacks
Eric Blake
3
-22
/
+32
2018-05-15
block: Support byte-based aio callbacks
Eric Blake
2
-9
/
+35
2018-05-15
block-backend: simplify blk_get_aio_context
Daniel Henrique Barboza
1
-7
/
+1
2018-05-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180515'...
Peter Maydell
11
-71
/
+428
2018-05-15
tcg: Optionally log FPU state in TCG -d cpu logging
Peter Maydell
3
-3
/
+9
2018-05-15
sdcard: Correct CRC16 offset in sd_function_switch()
Philippe Mathieu-Daudé
1
-1
/
+1
2018-05-15
target/arm: Fix sqrt_f16 exception raising
Alex Bennée
1
-1
/
+2
2018-05-15
target/arm: Implement FMOV (immediate) for fp16
Alex Bennée
1
-3
/
+17
[next]