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
path:
root
/
migration
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
migration: update recv bitmap only on dest vm
Peter Xu
1
-2
/
+9
2018-07-24
migration: fix potential overflow in multifd send
Peter Xu
1
-1
/
+1
2018-07-10
migration: fix incorrect bitmap size calculation
Peter Xu
1
-2
/
+2
2018-07-10
migration: simplify check to use qemu file buffer
Peter Xu
1
-6
/
+11
2018-07-10
migration: move income process out of multifd
Peter Xu
1
-6
/
+5
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
1
-3
/
+1
2018-06-27
migration: Stop sending whole pages through main channel
Juan Quintela
1
-8
/
+3
2018-06-27
migration: Remove not needed semaphore and quit
Juan Quintela
1
-9
/
+5
2018-06-27
migration: Wait for blocking IO
Juan Quintela
1
-13
/
+0
2018-06-27
migration: Start sending messages
Juan Quintela
1
-5
/
+24
2018-06-27
migration: Create ram_save_multifd_page
Juan Quintela
1
-0
/
+107
2018-06-27
migration: Synchronize multifd threads with main thread
Juan Quintela
1
-30
/
+115
2018-06-27
migration: Add block where to send/receive packets
Juan Quintela
1
-5
/
+44
2018-06-27
migration: Multifd channels always wait on the sem
Juan Quintela
1
-2
/
+11
2018-06-27
migration: Add multifd traces for start/end thread
Juan Quintela
1
-0
/
+22
2018-06-27
migration: Create multifd packet
Juan Quintela
1
-1
/
+144
2018-06-27
migration: Create multipage support
Juan Quintela
1
-0
/
+57
2018-06-15
migration: calculate expected_downtime with ram_bytes_remaining()
Balamuruhan S
1
-0
/
+1
2018-06-15
migration/postcopy: Wake rate limit sleep on postcopy request
Dr. David Alan Gilbert
1
-1
/
+8
2018-06-15
migration: introduce migration_update_rates
Xiao Guangrong
1
-13
/
+22
2018-06-15
migration: fix counting xbzrle cache_miss_rate
Xiao Guangrong
1
-1
/
+1
2018-06-15
migration: Poison ramblock loops in migration
Dr. David Alan Gilbert
1
-1
/
+3
2018-06-15
migration: Fixes for non-migratable RAMBlocks
Dr. David Alan Gilbert
1
-2
/
+2
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-13
/
+35
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+2
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-12
/
+34
2018-06-04
migration: introduce decompress-error-check
Xiao Guangrong
1
-1
/
+1
2018-06-01
migration: use local path for local headers
Michael S. Tsirkin
1
-2
/
+2
2018-05-25
migration: use g_free for ram load bitmap
Peter Xu
1
-2
/
+2
2018-05-15
migration: setup ramstate for resume
Peter Xu
1
-1
/
+44
2018-05-15
migration: synchronize dirty bitmap for resume
Peter Xu
1
-0
/
+47
2018-05-15
migration: new message MIG_RP_MSG_RECV_BITMAP
Peter Xu
1
-0
/
+144
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
1
-0
/
+3
2018-05-15
migration: Create multifd channels
Juan Quintela
1
-10
/
+42
2018-05-15
migration: Be sure all recv channels are created
Juan Quintela
1
-0
/
+11
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
1
-0
/
+6
2018-05-15
migration: Set error state in case of error
Juan Quintela
1
-2
/
+24
2018-05-15
migration: fix saving normal page even if it's been compressed
Xiao Guangrong
1
-1
/
+1
2018-04-25
migration: remove ram_save_compressed_page()
Xiao Guangrong
1
-37
/
+8
2018-04-25
migration: introduce save_normal_page()
Xiao Guangrong
1
-20
/
+30
2018-04-25
migration: move calling save_zero_page to the common place
Xiao Guangrong
1
-46
/
+59
2018-04-25
migration: move calling control_save_page to the common place
Xiao Guangrong
1
-8
/
+8
2018-04-25
migration: move some code to ram_save_host_page
Xiao Guangrong
1
-24
/
+19
2018-04-25
migration: introduce control_save_page()
Xiao Guangrong
1
-85
/
+89
2018-04-25
migration: detect compression and decompression errors
Xiao Guangrong
1
-17
/
+39
2018-04-25
migration: stop decompression to allocate and free memory frequently
Xiao Guangrong
1
-30
/
+82
2018-04-25
migration: stop compression to allocate and free memory frequently
Xiao Guangrong
1
-9
/
+32
[next]