summaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qapi: change the type of TargetInfo.arch from string to enum SysEmuTargetLaszlo Ersek1-1/+3
2018-03-07RISC-V Build InfrastructureMichael Clark1-0/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+2
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-1/+1
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost1-124/+0
2017-01-24nios2: Add support for Nios-II R1Marek Vasut1-0/+2
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost1-27/+0
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini1-13/+0
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm1-8/+0
2016-09-23util: Add UUID APIFam Zheng1-19/+0
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-7/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-04all: Clean up includesPeter Maydell1-1/+1
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+1
2015-08-13smbios: move smbios code into a common folderWei Huang1-1/+1
2015-06-12migration: reduce include filesJuan Quintela1-23/+0
2015-06-12migration: move ram stuff to migration/ramJuan Quintela1-1588/+0
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi1-44/+2
2015-06-02arch_init: Drop target-x86_64.confIkey Doherty1-1/+0
2015-05-07migration: Fix migration state update issueLiang Li1-1/+1
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman1-3/+5
2015-05-07migration: Add the core code for decompressionLiang Li1-2/+48
2015-05-07migration: Make compression co-work with xbzrleLiang Li1-1/+11
2015-05-07migration: Add the core code of multi-thread compressionLiang Li1-7/+178
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li1-18/+43
2015-05-06arch_init: Add and free data struct for decompressionLiang Li1-1/+12
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li1-1/+34
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li1-0/+77
2015-05-06migration: Add the framework of multi-thread compressionLiang Li1-2/+92
2015-03-26migration: remove last_sent_block from save_page_headerJuan Quintela1-6/+6
2015-03-17arch_init: Count the total number of pages by using helper functionzhanghailiang1-7/+1
2015-03-16rename save_block_hdr to save_page_headerJuan Quintela1-8/+19
2015-03-16save_block_hdr: we can recalculate the cont parameter hereJuan Quintela1-23/+24
2015-03-16save_xbzrle_page: change calling conventionJuan Quintela1-19/+25
2015-03-16ram_save_page: change calling coventionJuan Quintela1-19/+38
2015-03-16ram_find_and_save_block: change calling conventionJuan Quintela1-22/+23
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela1-3/+8
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-16Convert ram_list to RCUMike Day1-18/+47
2015-02-16exec: convert ram_list to QLISTMike Day1-9/+10
2015-02-16cosmetic changes preparing for the following patchesMike Day1-5/+4
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang1-3/+5
2015-01-08arch_init: support resizing on incoming migrationMichael S. Tsirkin1-5/+8
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin1-9/+10
2014-11-20migration: static variables will not be reset at second migrationChenLiang1-3/+12
2014-11-18migration: fix parameter validation on ram loadMichael S. Tsirkin1-2/+3
2014-10-14migration: catch unknown flag combinations in ram_loadPeter Lieven1-30/+32