aboutsummaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)Author
2013-07-23rdma: send pc.ramMichael R. Hines
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines
2013-07-12Force auto-convegence of live migrationChegu Vinod
2013-07-01Graphics: Switch to 800x600x32 as default modeAlexander Graf
2013-06-28arch_init: Fix format string by using RAM_ADDR_FMTStefan Weil
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines
2013-06-27migration: do not overwrite zero pagesPeter Lieven
2013-06-27Revert "migration: do not sent zero pages in bulk stage"Peter Lieven
2013-06-27arch_init/ram_load: add error message for block length mismatchAlon Levy
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori
2013-06-14build: drop TARGET_TYPEPaolo Bonzini
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14smbios: Convert to error_report()Markus Armbruster
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek
2013-04-04strip some whitespaceLaszlo Ersek
2013-03-26Use qemu_put_buffer_async for guest memory pagesOrit Wasserman
2013-03-26migration: use XBZRLE only after bulk stagePeter Lieven
2013-03-26migration: do not search dirty pages in bulk stagePeter Lieven
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven
2013-03-26migration: add an indicator for bulk state of ram migrationPeter Lieven
2013-03-26migration: search for zero instead of dup pagesPeter Lieven
2013-03-26move vector definitions to qemu-common.hPeter Lieven
2013-03-23Add top level changes for moxieAnthony Green
2013-03-11page_cache: dup memory on insertPeter Lieven
2013-03-11migration: run setup callbacks out of big lockPaolo Bonzini
2013-03-11migration: run pending/iterate callbacks out of big lockPaolo Bonzini
2013-02-22migration: calculate expected_downtimeJuan Quintela
2013-02-01Allow XBZRLE decoding without enabling the capabilityOrit Wasserman
2013-01-17Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini
2013-01-17Unlock ramlist lock also in error casePaolo Bonzini
2012-12-20ram: refactor ram_save_block() return valueJuan Quintela
2012-12-20ram: account the amount of transferred ram betterJuan Quintela
2012-12-20ram: optimize migration bitmap walkingJuan Quintela
2012-12-20ram: Use memory_region_test_and_clear_dirtyJuan Quintela
2012-12-20ram: Add last_sent_blockJuan Quintela
2012-12-20ram: rename last_block to last_seen_blockJuan Quintela
2012-12-20savevm: New save live migration method: pendingJuan Quintela
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande
2012-12-20add a version number to ram_listUmesh Deshpande
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini