summaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Change the method to calculate dirty-pages-rateChao Fan1-7/+5
2017-02-28postcopy: Send whole huge pagesDr. David Alan Gilbert1-1/+5
2017-02-28postcopy: Load huge pages in one goDr. David Alan Gilbert1-5/+8
2017-02-28postcopy: Plumb pagesize down into place helpersDr. David Alan Gilbert1-7/+8
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert1-21/+3
2017-02-28postcopy: Chunk discards for hugepagesDr. David Alan Gilbert1-8/+9
2017-02-28postcopy: Transmit and compare individual page sizesDr. David Alan Gilbert1-0/+17
2017-02-28postcopy: Transmit ram size summary wordDr. David Alan Gilbert1-0/+17
2017-02-13migrate: Introduce zero RAM checks to skip RAM migrationAshijeet Acharya1-7/+15
2017-02-13migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin1-0/+19
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin1-1/+21
2017-02-13migration: add MigrationState arg for ram_save_/compressed_/page()Pavel Butsykin1-7/+8
2017-01-24migration: transform remaining DPRINTF into trace_Juan Quintela1-14/+4
2016-11-14migration: Fix return code of ram_save_iterate()Thomas Huth1-3/+3
2016-10-30COLO: Send PVM state to secondary side when do checkpointzhanghailiang1-10/+27
2016-10-24migration: Remove static allocation of xzblre cache bufferVijaya Kumar K1-1/+3
2016-10-13Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]Dr. David Alan Gilbert1-1/+3
2016-09-27migration: sync all address spacesPaolo Bonzini1-1/+1
2016-09-13cutils: Export only buffer_is_zeroRichard Henderson1-1/+1
2016-08-11migration/ram: fix typoCao jin1-2/+2
2016-06-17migration: code clean upLiang Li1-21/+15
2016-06-17migration: refine the decompression codeLiang Li1-25/+25
2016-06-17migration: refine the compression codeLiang Li1-44/+40
2016-06-17migration: protect the quit flag by lockLiang Li1-16/+16
2016-06-17migration: refine ram_save_compressed_pageLiang Li1-14/+13
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li1-5/+13
2016-06-17migration: remove useless codeLiang Li1-1/+0
2016-06-17migration: Fix a potential issueLiang Li1-0/+19
2016-06-17migration: Fix multi-thread compression bugLiang Li1-11/+27
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert1-0/+1
2016-06-16Postcopy: Avoid 0 length discardsDr. David Alan Gilbert1-1/+3
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange1-4/+2
2016-05-24Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...Peter Maydell1-2/+2
2016-05-23memory: drop find_ram_block()Gonglei1-1/+1
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne1-2/+2
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-16migration: fix incorrect memory_global_dirty_log_start outside BQLPaolo Bonzini1-0/+4
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi1-4/+0
2016-02-05migration/ram: Fix some helper functions' parameter to use PageSearchStatuszhanghailiang1-14/+19
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang1-15/+25
2016-01-29migration: Clean up includesPeter Maydell1-1/+1
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-1/+1
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell1-1/+1
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-01-13multithread decompression: Avoid one copyDr. David Alan Gilbert1-8/+3
2016-01-13Use qemu_get_buffer_in_place for xbzrle dataDr. David Alan Gilbert1-2/+4
2016-01-13Migration: Emit event at start of passDr. David Alan Gilbert1-0/+4
2015-12-11Fix xbzrle vs last_sent_block updateDr. David Alan Gilbert1-1/+10