summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ram: rename last_block to last_seen_blockJuan Quintela2012-12-201-6/+10
* savevm: New save live migration method: pendingJuan Quintela2012-12-201-30/+18
* protect the ramlist with a separate mutexUmesh Deshpande2012-12-201-1/+8
* add a version number to ram_listUmesh Deshpande2012-12-201-1/+6
* exec: sort the memory from biggest to smallestPaolo Bonzini2012-12-201-30/+0
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-12/+12
* exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini2012-12-201-0/+1
* migration: fix migration_bitmap leakPaolo Bonzini2012-12-201-6/+7
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* net: do not include net.h everywherePaolo Bonzini2012-12-191-1/+0
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-1/+1
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* | migration: Fix madvise breakage if host and guest have different page sizesDavid Gibson2012-12-121-1/+2
* | Fix off-by-1 error in RAM migration codeDavid Gibson2012-12-121-1/+1
|/
* migration: Add dirty_pages_rate to query migrate outputJuan Quintela2012-10-171-0/+18
* Separate migration bitmapJuan Quintela2012-10-171-20/+43
OpenPOWER on IntegriCloud