summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2016-05-241-7/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* all: Clean up includesPeter Maydell2016-02-041-1/+1
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-3/+1Star
* smbios: move smbios code into a common folderWei Huang2015-08-131-1/+1
* migration: reduce include filesJuan Quintela2015-06-121-23/+0Star
* migration: move ram stuff to migration/ramJuan Quintela2015-06-121-1588/+0Star
* migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi2015-06-051-44/+2Star
* arch_init: Drop target-x86_64.confIkey Doherty2015-06-021-1/+0Star
* migration: Fix migration state update issueLiang Li2015-05-071-1/+1
* migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman2015-05-071-3/+5
* migration: Add the core code for decompressionLiang Li2015-05-071-2/+48
* migration: Make compression co-work with xbzrleLiang Li2015-05-071-1/+11
* migration: Add the core code of multi-thread compressionLiang Li2015-05-071-7/+178
* migration: Split save_zero_page from ram_save_pageLiang Li2015-05-061-18/+43
* arch_init: Add and free data struct for decompressionLiang Li2015-05-061-1/+12
* arch_init: Alloc and free data struct for compressionLiang Li2015-05-061-1/+34
* migration: Add the framework of multi-thread decompressionLiang Li2015-05-061-0/+77
* migration: Add the framework of multi-thread compressionLiang Li2015-05-061-2/+92
* migration: remove last_sent_block from save_page_headerJuan Quintela2015-03-261-6/+6
* arch_init: Count the total number of pages by using helper functionzhanghailiang2015-03-171-7/+1Star
* 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/+1Star
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1Star
* | 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/+4Star
|/
* 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/+0Star
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+2
* Show length mismatch error is hexAlex Bligh2014-08-081-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/+0Star
* arch_init: replace fprintf(stderr, ...) with error_report()Le Tan2014-05-231-17/+15Star
* Split ram_save_blockDr. David Alan Gilbert2014-05-141-62/+79
* arch_init: Simplify code for load_xbzrle()Chen Gang2014-05-141-10/+4Star
* 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