aboutsummaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)Author
2015-03-17arch_init: Count the total number of pages by using helper functionzhanghailiang
2015-03-16rename save_block_hdr to save_page_headerJuan Quintela
2015-03-16save_block_hdr: we can recalculate the cont parameter hereJuan Quintela
2015-03-16save_xbzrle_page: change calling conventionJuan Quintela
2015-03-16ram_save_page: change calling coventionJuan Quintela
2015-03-16ram_find_and_save_block: change calling conventionJuan Quintela
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang
2015-01-08arch_init: support resizing on incoming migrationMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2014-11-20migration: static variables will not be reset at second migrationChenLiang
2014-11-18migration: fix parameter validation on ram loadMichael S. Tsirkin
2014-10-14migration: catch unknown flag combinations in ram_loadPeter Lieven
2014-10-04accel: Remove tcg_available() functionEduardo Habkost
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann
2014-08-09Show length mismatch error is hexAlex Bligh
2014-06-16migration: catch unknown flags in ram_loadPeter Lieven
2014-06-10migration: Plug memory leak in migrate-set-cache-size commandChen Gang
2014-05-24arch_init: replace fprintf(stderr, ...) with error_report()Le Tan
2014-05-14Split ram_save_blockDr. David Alan Gilbert
2014-05-14arch_init: Simplify code for load_xbzrle()Chen Gang
2014-05-07arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()Chen Gang
2014-05-05migration: expose xbzrle cache miss rateChenLiang
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang
2014-05-05migration: Add counts of updating the dirty bitmapChenLiang
2014-05-05XBZRLE: Fix one XBZRLE corruption issuesChenLiang
2014-05-05migration: remove duplicate codeChenLiang
2014-05-05Init the XBZRLE.lock in ram_mig_initDr. David Alan Gilbert
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert
2014-05-05Count used RAMBlock pages for migration_dirty_pagesDr. David Alan Gilbert
2014-03-08XBZRLE: Fix qemu crash when resize the xbzrle cacheGonglei
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert
2014-02-04Don't abort on memory allocation errorOrit Wasserman
2014-02-04Don't abort on out of memory when creating page cacheOrit Wasserman
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)
2014-02-04Add check for cache size smaller than page sizeOrit Wasserman
2014-02-04Set xbzrle buffers to NULL after freeing them to avoid double free errorsOrit Wasserman
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela
2014-01-13ram: split function that synchronizes a rangeJuan Quintela
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela
2013-11-19migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster