aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+2
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-22linux-user: Remove srand callRichard Henderson1-11/+0
2019-05-22linux-user: Call qcrypto_init if not using -seedRichard Henderson1-9/+19
2019-05-22linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-11/+19
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-07-15linux-user: fix mmap_find_vma_reserved()Laurent Vivier1-7/+12
2018-07-02linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-15tcg: remove tb_lockEmilio G. Cota1-3/+0
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov1-3/+2
2018-04-30linux-user: move xtensa cpu loop to xtensa directoryLaurent Vivier1-250/+0
2018-04-30linux-user: move hppa cpu loop to hppa directoryLaurent Vivier1-193/+1
2018-04-30linux-user: move riscv cpu loop to riscv directoryLaurent Vivier1-100/+1
2018-04-30linux-user: move tilegx cpu loop to tilegx directoryLaurent Vivier1-267/+0
2018-04-30linux-user: move s390x cpu loop to s390x directoryLaurent Vivier1-146/+0
2018-04-30linux-user: move alpha cpu loop to alpha directoryLaurent Vivier1-204/+0
2018-04-30linux-user: move m68k cpu loop to m68k directoryLaurent Vivier1-149/+1
2018-04-30linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier1-155/+0
2018-04-30linux-user: move cris cpu loop to cris directoryLaurent Vivier1-90/+0
2018-04-30linux-user: move sh4 cpu loop to sh4 directoryLaurent Vivier1-90/+0
2018-04-30linux-user: move openrisc cpu loop to openrisc directoryLaurent Vivier1-96/+0
2018-04-30linux-user: move nios2 cpu loop to nios2 directoryLaurent Vivier1-133/+0
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier1-725/+0
2018-04-30linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier1-559/+1
2018-04-30linux-user: move sparc/sparc64 cpu loop to sparc directoryLaurent Vivier1-287/+1
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier1-431/+2
2018-04-30linux-user: move aarch64 cpu loop to aarch64 directoryLaurent Vivier1-107/+2
2018-04-30linux-user: move i386/x86_64 cpu loop to i386 directoryLaurent Vivier1-347/+1
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-14/+3
2018-03-31target/xtensa: linux-user: rewind pc for restarted syscallMax Filippov1-0/+3
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-2/+6
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell1-0/+245
2018-03-16target/xtensa: add linux-user supportMax Filippov1-0/+245
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-03-09linux-user: Drop unicore32 codePeter Maydell1-98/+1
2018-03-07RISC-V Linux User EmulationMichael Clark1-0/+99
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su1-10/+10
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier1-39/+2
2018-02-18linux-user: Remove THREAD macroPeter Maydell1-1/+1
2018-01-30target/hppa: Add control registersRichard Henderson1-2/+2
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-3/+23
2018-01-23linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell1-0/+5
2018-01-23linux-user: Fix locking order in fork_start()Peter Maydell1-2/+2