index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-04-25
migration: stop compressing page in migration thread
Xiao Guangrong
1
-16
/
+16
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+5
2018-03-20
migration/ram: ramblock_recv_bitmap_test_byte_offset
Dr. David Alan Gilbert
1
-0
/
+5
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
1
-4
/
+5
2018-03-09
migration: do not transfer ram during bulk storage migration
Peter Lieven
1
-0
/
+8
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-14
migration: better error handling with QEMUFile
Peter Xu
1
-4
/
+17
2018-02-14
migration: Fix early failure cleanup
Dr. David Alan Gilbert
1
-5
/
+7
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-06
migration: Drop current address parameter from save_zero_page()
Juan Quintela
1
-6
/
+5
2018-01-15
migration: Guard ram_bytes_remaining against early call
Dr. David Alan Gilbert
1
-1
/
+2
2017-11-22
migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END
Daniel Henrique Barboza
1
-2
/
+14
2017-10-29
migration: Make xbzrle_cache_size a migration parameter
Juan Quintela
1
-7
/
+0
2017-10-29
migration: No need to return the size of the cache
Juan Quintela
1
-6
/
+4
2017-10-29
migration: Don't play games with the requested cache size
Juan Quintela
1
-5
/
+6
2017-10-23
migration: add bitmap for received page
Alexey Perevalov
1
-0
/
+40
2017-10-23
migration: postcopy_place_page factoring out
Alexey Perevalov
1
-2
/
+2
2017-10-23
migration: new ram_init_bitmaps()
Peter Xu
1
-21
/
+30
2017-10-23
migration: clean up xbzrle cache init/destroy
Peter Xu
1
-46
/
+77
2017-10-23
migration: provide ram_state_cleanup
Peter Xu
1
-3
/
+10
2017-10-23
migration: provide ram_state_init()
Peter Xu
1
-10
/
+26
2017-10-23
migration: Make cache_init() take an error parameter
Juan Quintela
1
-13
/
+5
2017-10-23
migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
Juan Quintela
1
-2
/
+20
2017-09-27
migration: disable auto-converge during bulk block migration
Peter Lieven
1
-1
/
+5
2017-09-22
migration: fix ram_save_pending
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2017-09-22
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2017-09-22
migration: Create multifd migration threads
Juan Quintela
1
-0
/
+202
2017-08-02
migration: fix comment disorder in RAMState
Peter Xu
1
-2
/
+2
2017-07-10
migration: Make compression_threads use save/load_setup/cleanup()
Juan Quintela
1
-4
/
+8
[next]