summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* arch_init: Count the total number of pages by using helper functionzhanghailiang2015-03-171-7/+1
* rename save_block_hdr to save_page_headerJuan Quintela2015-03-161-8/+19
* save_block_hdr: we can recalculate the cont parameter hereJuan Quintela2015-03-161-23/+24
* save_xbzrle_page: change calling conventionJuan Quintela2015-03-161-19/+25
* ram_save_page: change calling coventionJuan Quintela2015-03-161-19/+38
* ram_find_and_save_block: change calling conventionJuan Quintela2015-03-161-22/+23
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-161-3/+8
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-2/+1
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* | Convert ram_list to RCUMike Day2015-02-161-18/+47
* | exec: convert ram_list to QLISTMike Day2015-02-161-9/+10
* | cosmetic changes preparing for the following patchesMike Day2015-02-161-5/+4
|/
* xbzrle: optimize XBZRLE to decrease the cache missesChenLiang2015-01-151-3/+5
* arch_init: support resizing on incoming migrationMichael S. Tsirkin2015-01-081-5/+8
* exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-9/+10
* migration: static variables will not be reset at second migrationChenLiang2014-11-201-3/+12
* migration: fix parameter validation on ram loadMichael S. Tsirkin2014-11-181-2/+3
* migration: catch unknown flag combinations in ram_loadPeter Lieven2014-10-141-30/+32
* accel: Remove tcg_available() functionEduardo Habkost2014-10-041-5/+0
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+2
* Show length mismatch error is hexAlex Bligh2014-08-091-2/+2
* migration: catch unknown flags in ram_loadPeter Lieven2014-06-161-19/+23
* migration: Plug memory leak in migrate-set-cache-size commandChen Gang2014-06-101-1/+0
* arch_init: replace fprintf(stderr, ...) with error_report()Le Tan2014-05-241-17/+15
* Split ram_save_blockDr. David Alan Gilbert2014-05-141-62/+79
* arch_init: Simplify code for load_xbzrle()Chen Gang2014-05-141-10/+4
* arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()Chen Gang2014-05-071-4/+8
* migration: expose xbzrle cache miss rateChenLiang2014-05-051-0/+18
* migration: expose the bitmap_sync_count to the endChenLiang2014-05-051-0/+1
* migration: Add counts of updating the dirty bitmapChenLiang2014-05-051-0/+5
* XBZRLE: Fix one XBZRLE corruption issuesChenLiang2014-05-051-12/+13
* migration: remove duplicate codeChenLiang2014-05-051-35/+33
* Init the XBZRLE.lock in ram_mig_initDr. David Alan Gilbert2014-05-051-30/+31
* Provide init function for ram migrationDr. David Alan Gilbert2014-05-051-1/+6
* Count used RAMBlock pages for migration_dirty_pagesDr. David Alan Gilbert2014-05-051-4/+17
* XBZRLE: Fix qemu crash when resize the xbzrle cacheGonglei2014-03-081-3/+49
* Fix two XBZRLE corruption issuesDr. David Alan Gilbert2014-02-251-15/+49
* Don't abort on memory allocation errorOrit Wasserman2014-02-041-1/+3
* Don't abort on out of memory when creating page cacheOrit Wasserman2014-02-041-2/+16
* migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)2014-02-041-10/+12
* Add check for cache size smaller than page sizeOrit Wasserman2014-02-041-0/+4
* Set xbzrle buffers to NULL after freeing them to avoid double free errorsOrit Wasserman2014-02-041-0/+3
* migration: synchronize memory bitmap 64bits at a timeJuan Quintela2014-01-131-9/+29
* ram: split function that synchronizes a rangeJuan Quintela2014-01-131-14/+20
* memory: unfold memory_region_test_and_clear()Juan Quintela2014-01-131-3/+7
* migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven2013-11-191-8/+0
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-301-7/+2
|\
| * smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster2013-09-281-3/+0
| * smbios: Convert to QemuOptsMarkus Armbruster2013-09-281-2/+2
| * smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster2013-09-281-3/+1
OpenPOWER on IntegriCloud