summaryrefslogtreecommitdiffstats
path: root/arch_init.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster2019-08-211-11/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* arch_init: sort architecturesMichael S. Tsirkin2018-06-011-8/+8
* qapi: change the type of TargetInfo.arch from string to enum SysEmuTargetLaszlo Ersek2018-05-041-1/+3
* RISC-V Build InfrastructureMichael Clark2018-03-061-0/+2
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-301-0/+2
* audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost2017-05-191-1/+1
* audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost2017-05-191-124/+0Star
* nios2: Add support for Nios-II R1Marek Vasut2017-01-241-0/+2
* arch_init: Remove unnecessary default_config_files tableEduardo Habkost2017-01-241-27/+0Star
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-161-13/+0Star
* smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-161-8/+0Star
* util: Add UUID APIFam Zheng2016-09-231-19/+0Star
* cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2016-05-241-7/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* all: Clean up includesPeter Maydell2016-02-041-1/+1
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-3/+1Star
* smbios: move smbios code into a common folderWei Huang2015-08-131-1/+1
* migration: reduce include filesJuan Quintela2015-06-121-23/+0Star
* migration: move ram stuff to migration/ramJuan Quintela2015-06-121-1588/+0Star
* migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi2015-06-051-44/+2Star
* arch_init: Drop target-x86_64.confIkey Doherty2015-06-021-1/+0Star
* migration: Fix migration state update issueLiang Li2015-05-071-1/+1
* migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman2015-05-071-3/+5
* migration: Add the core code for decompressionLiang Li2015-05-071-2/+48
* migration: Make compression co-work with xbzrleLiang Li2015-05-071-1/+11
* migration: Add the core code of multi-thread compressionLiang Li2015-05-071-7/+178
* migration: Split save_zero_page from ram_save_pageLiang Li2015-05-061-18/+43
* arch_init: Add and free data struct for decompressionLiang Li2015-05-061-1/+12
* arch_init: Alloc and free data struct for compressionLiang Li2015-05-061-1/+34
* migration: Add the framework of multi-thread decompressionLiang Li2015-05-061-0/+77
* migration: Add the framework of multi-thread compressionLiang Li2015-05-061-2/+92
* migration: remove last_sent_block from save_page_headerJuan Quintela2015-03-261-6/+6
* arch_init: Count the total number of pages by using helper functionzhanghailiang2015-03-171-7/+1Star
* rename save_block_hdr to save_page_headerJuan Quintela2015-03-161-8/+19
* save_block_hdr: we can recalculate the cont parameter hereJuan Quintela2015-03-161-23/+24
* save_xbzrle_page: change calling conventionJuan Quintela2015-03-161-19/+25
* ram_save_page: change calling coventionJuan Quintela2015-03-161-19/+38
* ram_find_and_save_block: change calling conventionJuan Quintela2015-03-161-22/+23
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-161-3/+8
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-2/+1Star
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1Star
* | Convert ram_list to RCUMike Day2015-02-161-18/+47
* | exec: convert ram_list to QLISTMike Day2015-02-161-9/+10
* | cosmetic changes preparing for the following patchesMike Day2015-02-161-5/+4Star
|/
* xbzrle: optimize XBZRLE to decrease the cache missesChenLiang2015-01-151-3/+5
* arch_init: support resizing on incoming migrationMichael S. Tsirkin2015-01-081-5/+8
* exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-9/+10