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/migration: new command migrate-recover
Peter Xu
4
-0
/
+48
2018-05-15
migration: init dst in migration_object_init too
Peter Xu
1
-18
/
+19
2018-05-15
migration: final handshake for the resume
Peter Xu
1
-4
/
+24
2018-05-15
migration: setup ramstate for resume
Peter Xu
2
-1
/
+45
2018-05-15
migration: synchronize dirty bitmap for resume
Peter Xu
4
-0
/
+54
2018-05-15
migration: introduce SaveVMHandlers.resume_prepare
Peter Xu
5
-1
/
+48
2018-05-15
migration: new message MIG_RP_MSG_RESUME_ACK
Peter Xu
4
-1
/
+43
2018-05-15
migration: new cmd MIG_CMD_POSTCOPY_RESUME
Peter Xu
3
-0
/
+38
2018-05-15
migration: new message MIG_RP_MSG_RECV_BITMAP
Peter Xu
6
-1
/
+221
2018-05-15
migration: new cmd MIG_CMD_RECV_BITMAP
Peter Xu
3
-0
/
+64
2018-05-15
migration: wakeup dst ram-load-thread for recover
Peter Xu
1
-2
/
+28
2018-05-15
migration: new state "postcopy-recover"
Peter Xu
2
-20
/
+60
2018-05-15
migration: rebuild channel on source
Peter Xu
1
-21
/
+70
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
[next]