summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* migration: use XBZRLE only after bulk stagePeter Lieven2013-03-261-1/+1
* migration: do not search dirty pages in bulk stagePeter Lieven2013-03-261-1/+7
* migration: do not sent zero pages in bulk stagePeter Lieven2013-03-261-4/+20
* migration: add an indicator for bulk state of ram migrationPeter Lieven2013-03-261-0/+3
* migration: search for zero instead of dup pagesPeter Lieven2013-03-261-15/+6
* move vector definitions to qemu-common.hPeter Lieven2013-03-261-20/+0
* Add top level changes for moxieAnthony Green2013-03-231-0/+2
* page_cache: dup memory on insertPeter Lieven2013-03-111-2/+1
* migration: run setup callbacks out of big lockPaolo Bonzini2013-03-111-4/+6
* migration: run pending/iterate callbacks out of big lockPaolo Bonzini2013-03-111-0/+4
* migration: calculate expected_downtimeJuan Quintela2013-02-221-0/+1
* Allow XBZRLE decoding without enabling the capabilityOrit Wasserman2013-02-011-3/+0
* Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini2013-01-171-2/+1
* Unlock ramlist lock also in error casePaolo Bonzini2013-01-171-1/+2
* ram: refactor ram_save_block() return valueJuan Quintela2012-12-201-10/+15
* ram: account the amount of transferred ram betterJuan Quintela2012-12-201-14/+20
* ram: optimize migration bitmap walkingJuan Quintela2012-12-201-19/+26
* ram: Use memory_region_test_and_clear_dirtyJuan Quintela2012-12-201-4/+3
* ram: Add last_sent_blockJuan Quintela2012-12-201-1/+5
OpenPOWER on IntegriCloud