summaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27migration: do not overwrite zero pagesPeter Lieven1-6/+8
2013-06-27Revert "migration: do not sent zero pages in bulk stage"Peter Lieven1-9/+4
2013-06-27arch_init/ram_load: add error message for block length mismatchAlon Levy1-0/+3
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori1-2/+2
2013-06-14build: drop TARGET_TYPEPaolo Bonzini1-1/+1
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-1/+1
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-1/+1
2013-06-14smbios: Convert to error_report()Markus Armbruster1-1/+0
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-1/+1
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini1-5/+11
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini1-18/+0
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-97/+31
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+0
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-04-04like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek1-2/+7
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek1-2/+2
2013-04-04strip some whitespaceLaszlo Ersek1-1/+1
2013-03-26Use qemu_put_buffer_async for guest memory pagesOrit Wasserman1-1/+1
2013-03-26migration: use XBZRLE only after bulk stagePeter Lieven1-1/+1
2013-03-26migration: do not search dirty pages in bulk stagePeter Lieven1-1/+7
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven1-4/+20
2013-03-26migration: add an indicator for bulk state of ram migrationPeter Lieven1-0/+3
2013-03-26migration: search for zero instead of dup pagesPeter Lieven1-15/+6
2013-03-26move vector definitions to qemu-common.hPeter Lieven1-20/+0
2013-03-23Add top level changes for moxieAnthony Green1-0/+2
2013-03-11page_cache: dup memory on insertPeter Lieven1-2/+1
2013-03-11migration: run setup callbacks out of big lockPaolo Bonzini1-4/+6
2013-03-11migration: run pending/iterate callbacks out of big lockPaolo Bonzini1-0/+4
2013-02-22migration: calculate expected_downtimeJuan Quintela1-0/+1
2013-02-01Allow XBZRLE decoding without enabling the capabilityOrit Wasserman1-3/+0
2013-01-17Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini1-2/+1
2013-01-17Unlock ramlist lock also in error casePaolo Bonzini1-1/+2
2012-12-20ram: refactor ram_save_block() return valueJuan Quintela1-10/+15
2012-12-20ram: account the amount of transferred ram betterJuan Quintela1-14/+20
2012-12-20ram: optimize migration bitmap walkingJuan Quintela1-19/+26
2012-12-20ram: Use memory_region_test_and_clear_dirtyJuan Quintela1-4/+3
2012-12-20ram: Add last_sent_blockJuan Quintela1-1/+5
2012-12-20ram: rename last_block to last_seen_blockJuan Quintela1-6/+10
2012-12-20savevm: New save live migration method: pendingJuan Quintela1-30/+18
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande1-1/+8
2012-12-20add a version number to ram_listUmesh Deshpande1-1/+6
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini1-30/+0
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-12/+12
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini1-0/+1
2012-12-20migration: fix migration_bitmap leakPaolo Bonzini1-6/+7
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1