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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2017-07-10
migration: Convert ram to use new load_setup()/load_cleanup()
Juan Quintela
1
-13
/
+36
2017-07-10
migration: Rename cleanup() to save_cleanup()
Juan Quintela
1
-1
/
+1
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
1
-1
/
+1
2017-06-14
migration: Don't create decompression threads if not enabled
Juan Quintela
1
-0
/
+6
2017-06-14
migration: Test for disabled features on reception
Juan Quintela
1
-1
/
+13
2017-06-14
migration: Remove unneeded includes
Juan Quintela
1
-4
/
+0
2017-06-13
migration: Move migration.h to migration/
Juan Quintela
1
-1
/
+1
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
1
-0
/
+1
2017-06-07
ram: Make RAMState dynamic
Juan Quintela
1
-23
/
+35
2017-06-07
ram: Use MigrationStats for statistics
Juan Quintela
1
-119
/
+44
2017-06-07
ram: Move ZERO_TARGET_PAGE inside XBZRLE
Juan Quintela
1
-5
/
+6
2017-06-07
ram: Call migration_page_queue_free() at ram_migration_cleanup()
Juan Quintela
1
-2
/
+3
2017-06-01
migration: Export ram.c functions in its own file
Juan Quintela
1
-0
/
+2
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-1
/
+1
2017-05-31
migration: use dirty_rate_high_cnt more aggressively
Felipe Franciosi
1
-1
/
+1
2017-05-31
migration: set bytes_xfer_* outside of autoconverge logic
Felipe Franciosi
1
-2
/
+2
2017-05-31
migration: set dirty_pages_rate before autoconverge logic
Felipe Franciosi
1
-7
/
+10
2017-05-31
migration: keep bytes_xfer_prev init'd to zero
Felipe Franciosi
1
-4
/
+0
2017-05-18
migration: Remove vmstate.h from migration.h
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Create migration/xbzrle.h
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Fix non-multiple of page size migration
Dr. David Alan Gilbert
1
-1
/
+4
2017-05-18
Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging
Stefan Hajnoczi
1
-6
/
+7
2017-05-17
ramblock: add RAMBLOCK_FOREACH()
Peter Xu
1
-6
/
+7
2017-05-17
ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
Juan Quintela
1
-6
/
+12
2017-05-17
migration: Fix regression with compression threads
Juan Quintela
1
-9
/
+10
2017-05-04
migration: Extra tracing
Dr. David Alan Gilbert
1
-0
/
+2
2017-05-04
migration: Move postcopy-ram.h to migration/
Juan Quintela
1
-1
/
+1
2017-05-04
ram: Split dirty bitmap by RAMBlock
Juan Quintela
1
-163
/
+102
2017-04-21
ram: Remove migration_bitmap_extend()
Juan Quintela
1
-34
/
+0
2017-04-21
ram: Use RAMBitmap type for coherence
Juan Quintela
1
-5
/
+5
2017-04-21
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela
1
-6
/
+5
[next]