aboutsummaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)Author
2016-02-04all: Clean up includesPeter Maydell
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2015-08-13smbios: move smbios code into a common folderWei Huang
2015-06-12migration: reduce include filesJuan Quintela
2015-06-12migration: move ram stuff to migration/ramJuan Quintela
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-02arch_init: Drop target-x86_64.confIkey Doherty
2015-05-07migration: Fix migration state update issueLiang Li
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman
2015-05-07migration: Add the core code for decompressionLiang Li
2015-05-07migration: Make compression co-work with xbzrleLiang Li
2015-05-07migration: Add the core code of multi-thread compressionLiang Li
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li
2015-05-06arch_init: Add and free data struct for decompressionLiang Li
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li
2015-03-26migration: remove last_sent_block from save_page_headerJuan Quintela
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