summaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-05Count used RAMBlock pages for migration_dirty_pagesDr. David Alan Gilbert1-4/+17
2014-03-08XBZRLE: Fix qemu crash when resize the xbzrle cacheGonglei1-3/+49
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert1-15/+49
2014-02-04Don't abort on memory allocation errorOrit Wasserman1-1/+3
2014-02-04Don't abort on out of memory when creating page cacheOrit Wasserman1-2/+16
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)1-10/+12
2014-02-04Add check for cache size smaller than page sizeOrit Wasserman1-0/+4
2014-02-04Set xbzrle buffers to NULL after freeing them to avoid double free errorsOrit Wasserman1-0/+3
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela1-9/+29
2014-01-13ram: split function that synchronizes a rangeJuan Quintela1-14/+20
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela1-3/+7
2013-11-19migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven1-8/+0
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-7/+2
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster1-3/+0
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster1-2/+2
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster1-3/+1
2013-09-24migration: ram_handle_compressedIsaku Yamahata1-5/+6
2013-09-24arch_init: make is_zero_page accept sizeIsaku Yamahata1-5/+4
2013-09-24arch_init: right return for ram_save_iterateLei Li1-5/+10
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-6/+5
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori1-1/+2
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-6/+6
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-08-21arch_init: align MR size to target page sizeMichael S. Tsirkin1-1/+2
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi1-2/+2
2013-07-23rdma: send pc.ramMichael R. Hines1-1/+32
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines1-10/+19
2013-07-12Force auto-convegence of live migrationChegu Vinod1-0/+81
2013-07-01Graphics: Switch to 800x600x32 as default modeAlexander Graf1-1/+1
2013-06-28arch_init: Fix format string by using RAM_ADDR_FMTStefan Weil1-2/+3
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines1-0/+12