aboutsummaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)Author
2014-03-08XBZRLE: Fix qemu crash when resize the xbzrle cacheGonglei
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert
2014-02-04Don't abort on memory allocation errorOrit Wasserman
2014-02-04Don't abort on out of memory when creating page cacheOrit Wasserman
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)
2014-02-04Add check for cache size smaller than page sizeOrit Wasserman
2014-02-04Set xbzrle buffers to NULL after freeing them to avoid double free errorsOrit Wasserman
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela
2014-01-13ram: split function that synchronizes a rangeJuan Quintela
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela
2013-11-19migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster
2013-09-24migration: ram_handle_compressedIsaku Yamahata
2013-09-24arch_init: make is_zero_page accept sizeIsaku Yamahata
2013-09-24arch_init: right return for ram_save_iterateLei Li
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-21arch_init: align MR size to target page sizeMichael S. Tsirkin
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi
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