summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-2/+2
* linux-user: completely re-write init_guest_spaceAlex Bennée2020-05-151-22/+1Star
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-6/+6
* linux-user: remove gemu_log from the linux-user treeJosh Kunz2020-02-191-9/+0Star
* linux-user: Use `qemu_log' for straceJosh Kunz2020-02-191-7/+23
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* linux-user: log page table changes under -d pageAlex Bennée2019-12-191-1/+1
* linux-user: support -plugin optionLluís Vilanova2019-10-281-0/+18
* linux-user: drop redundant handling of environment variablesMax Filippov2019-09-111-7/+0Star
* target/xtensa: linux-user: add call0 ABI supportMax Filippov2019-09-111-0/+11
* linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson2019-09-111-18/+25
* linux-user: fail and report on bad dfilter specsAlex Bennée2019-09-111-1/+1
* linux-user: remove useless variableLaurent Vivier2019-09-101-6/+4Star
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
* linux-user: Make sigaltstack stacks per-threadPeter Maydell2019-07-261-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+2
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* linux-user: Remove srand callRichard Henderson2019-05-221-11/+0Star
* linux-user: Call qcrypto_init if not using -seedRichard Henderson2019-05-221-9/+19
* linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson2019-05-221-11/+19
* cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost2019-04-251-1/+1
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-0/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-2/+2
* qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-1/+1
* linux-user: fix mmap_find_vma_reserved()Laurent Vivier2018-07-151-7/+12
* linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* tcg: remove tb_lockEmilio G. Cota2018-06-151-3/+0Star
* linux-user: update comments to point to tcg_exec_init()Igor Mammedov2018-05-251-3/+2Star
* linux-user: move xtensa cpu loop to xtensa directoryLaurent Vivier2018-04-301-250/+0Star
* linux-user: move hppa cpu loop to hppa directoryLaurent Vivier2018-04-301-193/+1Star
* linux-user: move riscv cpu loop to riscv directoryLaurent Vivier2018-04-301-100/+1Star
* linux-user: move tilegx cpu loop to tilegx directoryLaurent Vivier2018-04-301-267/+0Star
* linux-user: move s390x cpu loop to s390x directoryLaurent Vivier2018-04-301-146/+0Star
* linux-user: move alpha cpu loop to alpha directoryLaurent Vivier2018-04-301-204/+0Star
* linux-user: move m68k cpu loop to m68k directoryLaurent Vivier2018-04-301-149/+1Star
* linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier2018-04-301-155/+0Star
* linux-user: move cris cpu loop to cris directoryLaurent Vivier2018-04-301-90/+0Star
* linux-user: move sh4 cpu loop to sh4 directoryLaurent Vivier2018-04-301-90/+0Star
* linux-user: move openrisc cpu loop to openrisc directoryLaurent Vivier2018-04-301-96/+0Star
* linux-user: move nios2 cpu loop to nios2 directoryLaurent Vivier2018-04-301-133/+0Star
* linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier2018-04-301-725/+0Star
* linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier2018-04-301-559/+1Star
* linux-user: move sparc/sparc64 cpu loop to sparc directoryLaurent Vivier2018-04-301-287/+1Star
* linux-user: move arm cpu loop to arm directoryLaurent Vivier2018-04-301-431/+2Star
* linux-user: move aarch64 cpu loop to aarch64 directoryLaurent Vivier2018-04-301-107/+2Star
* linux-user: move i386/x86_64 cpu loop to i386 directoryLaurent Vivier2018-04-301-347/+1Star
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-14/+3Star