summaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13smbios: move smbios code into a common folderWei Huang1-1/+1
2015-06-12migration: reduce include filesJuan Quintela1-23/+0
2015-06-12migration: move ram stuff to migration/ramJuan Quintela1-1588/+0
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi1-44/+2
2015-06-02arch_init: Drop target-x86_64.confIkey Doherty1-1/+0
2015-05-07migration: Fix migration state update issueLiang Li1-1/+1
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman1-3/+5
2015-05-07migration: Add the core code for decompressionLiang Li1-2/+48
2015-05-07migration: Make compression co-work with xbzrleLiang Li1-1/+11
2015-05-07migration: Add the core code of multi-thread compressionLiang Li1-7/+178
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li1-18/+43
2015-05-06arch_init: Add and free data struct for decompressionLiang Li1-1/+12
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li1-1/+34
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li1-0/+77
2015-05-06migration: Add the framework of multi-thread compressionLiang Li1-2/+92
2015-03-26migration: remove last_sent_block from save_page_headerJuan Quintela1-6/+6
2015-03-17arch_init: Count the total number of pages by using helper functionzhanghailiang1-7/+1
2015-03-16rename save_block_hdr to save_page_headerJuan Quintela1-8/+19
2015-03-16save_block_hdr: we can recalculate the cont parameter hereJuan Quintela1-23/+24
2015-03-16save_xbzrle_page: change calling conventionJuan Quintela1-19/+25
2015-03-16ram_save_page: change calling coventionJuan Quintela1-19/+38
2015-03-16ram_find_and_save_block: change calling conventionJuan Quintela1-22/+23
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela1-3/+8
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-16Convert ram_list to RCUMike Day1-18/+47
2015-02-16exec: convert ram_list to QLISTMike Day1-9/+10
2015-02-16cosmetic changes preparing for the following patchesMike Day1-5/+4
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang1-3/+5
2015-01-08arch_init: support resizing on incoming migrationMichael S. Tsirkin1-5/+8
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin1-9/+10
2014-11-20migration: static variables will not be reset at second migrationChenLiang1-3/+12
2014-11-18migration: fix parameter validation on ram loadMichael S. Tsirkin1-2/+3
2014-10-14migration: catch unknown flag combinations in ram_loadPeter Lieven1-30/+32
2014-10-04accel: Remove tcg_available() functionEduardo Habkost1-5/+0
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann1-0/+2
2014-08-09Show length mismatch error is hexAlex Bligh1-2/+2
2014-06-16migration: catch unknown flags in ram_loadPeter Lieven1-19/+23
2014-06-10migration: Plug memory leak in migrate-set-cache-size commandChen Gang1-1/+0
2014-05-24arch_init: replace fprintf(stderr, ...) with error_report()Le Tan1-17/+15
2014-05-14Split ram_save_blockDr. David Alan Gilbert1-62/+79
2014-05-14arch_init: Simplify code for load_xbzrle()Chen Gang1-10/+4
2014-05-07arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()Chen Gang1-4/+8
2014-05-05migration: expose xbzrle cache miss rateChenLiang1-0/+18
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang1-0/+1
2014-05-05migration: Add counts of updating the dirty bitmapChenLiang1-0/+5
2014-05-05XBZRLE: Fix one XBZRLE corruption issuesChenLiang1-12/+13
2014-05-05migration: remove duplicate codeChenLiang1-35/+33
2014-05-05Init the XBZRLE.lock in ram_mig_initDr. David Alan Gilbert1-30/+31
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert1-1/+6