summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | smbios: Clean up smbios_add_field() parametersMarkus Armbruster2013-06-141-1/+1
* | smbios: Convert to error_report()Markus Armbruster2013-06-141-1/+0
|/
* memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-241-1/+1
* audio: look for the ISA and PCI busesPaolo Bonzini2013-04-291-5/+11
* audio: remove HAS_AUDIOPaolo Bonzini2013-04-291-18/+0
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-97/+31
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+0
* acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-151-0/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-4/+4
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-041-2/+7
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-2/+2
* strip some whitespaceLaszlo Ersek2013-04-041-1/+1
* Use qemu_put_buffer_async for guest memory pagesOrit Wasserman2013-03-261-1/+1
OpenPOWER on IntegriCloud