summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | migration: ram_handle_compressedIsaku Yamahata2013-09-241-5/+6
* | arch_init: make is_zero_page accept sizeIsaku Yamahata2013-09-241-5/+4
* | arch_init: right return for ram_save_iterateLei Li2013-09-241-5/+10
|/
* cpu: Replace qemu_for_each_cpu()Andreas Färber2013-09-031-6/+5
* Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori2013-08-291-1/+2
|\
| * arch_init: align MR size to target page sizeMichael S. Tsirkin2013-08-211-1/+2
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-261-6/+6
|\ \
| * | aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
| |/
* | Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-2/+2
|/
* rdma: send pc.ramMichael R. Hines2013-07-231-1/+32
* rdma: introduce ram_handle_compressed()Michael R. Hines2013-07-231-10/+19
* Force auto-convegence of live migrationChegu Vinod2013-07-121-0/+81
* Graphics: Switch to 800x600x32 as default modeAlexander Graf2013-07-011-1/+1
* arch_init: Fix format string by using RAM_ADDR_FMTStefan Weil2013-06-281-2/+3
* rdma: introduce qemu_update_position()Michael R. Hines2013-06-271-0/+12
* migration: do not overwrite zero pagesPeter Lieven2013-06-271-6/+8
* Revert "migration: do not sent zero pages in bulk stage"Peter Lieven2013-06-271-9/+4
* arch_init/ram_load: add error message for block length mismatchAlon Levy2013-06-271-0/+3
* Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori2013-06-171-2/+2
|\
| * build: drop TARGET_TYPEPaolo Bonzini2013-06-141-1/+1
| * main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-1/+1
OpenPOWER on IntegriCloud