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
qmp: hmp: add migrate "resume" option
Peter Xu
4
-6
/
+12
2018-05-15
migration: allow fault thread to pause
Peter Xu
5
-4
/
+57
2018-05-15
migration: allow src return path to pause
Peter Xu
3
-2
/
+36
2018-05-15
migration: allow dst vm pause on postcopy
Peter Xu
4
-2
/
+67
2018-05-15
migration: implement "postcopy-pause" src logic
Peter Xu
3
-6
/
+97
2018-05-15
migration: new postcopy-pause state
Peter Xu
2
-1
/
+6
2018-05-15
migration: let incoming side use thread context
Peter Xu
3
-13
/
+12
2018-05-15
migration: Define MultifdRecvParams sooner
Juan Quintela
1
-15
/
+31
2018-05-15
migration: Transmit initial package through the multifd channels
Juan Quintela
1
-5
/
+99
2018-05-15
migration: Delay start of migration main routines
Juan Quintela
4
-2
/
+10
2018-05-15
migration: Create multifd channels
Juan Quintela
1
-10
/
+42
2018-05-15
migration: Export functions to create send channels
Juan Quintela
2
-1
/
+34
2018-05-15
migration: Be sure all recv channels are created
Juan Quintela
3
-1
/
+17
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
[next]