aboutsummaryrefslogtreecommitdiff
path: root/arch_init.c
AgeCommit message (Expand)Author
2020-03-19Add rx-softmmuYoshinori Sato
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier
2019-08-21qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-06-01arch_init: sort architecturesMichael S. Tsirkin
2018-05-04qapi: change the type of TargetInfo.arch from string to enum SysEmuTargetLaszlo Ersek
2018-03-07RISC-V Build InfrastructureMichael Clark
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost
2017-01-24nios2: Add support for Nios-II R1Marek Vasut
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm
2016-09-23util: Add UUID APIFam Zheng
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-04all: Clean up includesPeter Maydell
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2015-08-13smbios: move smbios code into a common folderWei Huang
2015-06-12migration: reduce include filesJuan Quintela
2015-06-12migration: move ram stuff to migration/ramJuan Quintela
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-02arch_init: Drop target-x86_64.confIkey Doherty
2015-05-07migration: Fix migration state update issueLiang Li
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman
2015-05-07migration: Add the core code for decompressionLiang Li
2015-05-07migration: Make compression co-work with xbzrleLiang Li
2015-05-07migration: Add the core code of multi-thread compressionLiang Li
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li
2015-05-06arch_init: Add and free data struct for decompressionLiang Li
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li
2015-03-26migration: remove last_sent_block from save_page_headerJuan Quintela
2015-03-17arch_init: Count the total number of pages by using helper functionzhanghailiang
2015-03-16rename save_block_hdr to save_page_headerJuan Quintela
2015-03-16save_block_hdr: we can recalculate the cont parameter hereJuan Quintela
2015-03-16save_xbzrle_page: change calling conventionJuan Quintela
2015-03-16ram_save_page: change calling coventionJuan Quintela
2015-03-16ram_find_and_save_block: change calling conventionJuan Quintela
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang