summaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-17smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-1/+1
2013-06-17smbios: Convert to error_report()Markus Armbruster1-1/+0
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini1-5/+11
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini1-18/+0
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-97/+31
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+0
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-04-04like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek1-2/+7
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek1-2/+2
2013-04-04strip some whitespaceLaszlo Ersek1-1/+1
2013-03-26Use qemu_put_buffer_async for guest memory pagesOrit Wasserman1-1/+1
2013-03-26migration: use XBZRLE only after bulk stagePeter Lieven1-1/+1
2013-03-26migration: do not search dirty pages in bulk stagePeter Lieven1-1/+7
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven1-4/+20
2013-03-26migration: add an indicator for bulk state of ram migrationPeter Lieven1-0/+3
2013-03-26migration: search for zero instead of dup pagesPeter Lieven1-15/+6
2013-03-26move vector definitions to qemu-common.hPeter Lieven1-20/+0
2013-03-23Add top level changes for moxieAnthony Green1-0/+2
2013-03-11page_cache: dup memory on insertPeter Lieven1-2/+1
2013-03-11migration: run setup callbacks out of big lockPaolo Bonzini1-4/+6
2013-03-11migration: run pending/iterate callbacks out of big lockPaolo Bonzini1-0/+4
2013-02-22migration: calculate expected_downtimeJuan Quintela1-0/+1
2013-02-01Allow XBZRLE decoding without enabling the capabilityOrit Wasserman1-3/+0
2013-01-17Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini1-2/+1
2013-01-17Unlock ramlist lock also in error casePaolo Bonzini1-1/+2
2012-12-20ram: refactor ram_save_block() return valueJuan Quintela1-10/+15
2012-12-20ram: account the amount of transferred ram betterJuan Quintela1-14/+20
2012-12-20ram: optimize migration bitmap walkingJuan Quintela1-19/+26
2012-12-20ram: Use memory_region_test_and_clear_dirtyJuan Quintela1-4/+3
2012-12-20ram: Add last_sent_blockJuan Quintela1-1/+5
2012-12-20ram: rename last_block to last_seen_blockJuan Quintela1-6/+10
2012-12-20savevm: New save live migration method: pendingJuan Quintela1-30/+18
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande1-1/+8
2012-12-20add a version number to ram_listUmesh Deshpande1-1/+6
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini1-30/+0
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-12/+12
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini1-0/+1
2012-12-20migration: fix migration_bitmap leakPaolo Bonzini1-6/+7
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-19net: do not include net.h everywherePaolo Bonzini1-1/+0
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-12migration: Fix madvise breakage if host and guest have different page sizesDavid Gibson1-1/+2
2012-12-12Fix off-by-1 error in RAM migration codeDavid Gibson1-1/+1