summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-1/+0Star
* linux-user: Remove dead codePhilippe Mathieu-Daudé2021-05-151-5/+0Star
* accel: move call to accel_init_interfacesClaudio Fontana2021-05-101-1/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2021-03-131-0/+24
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-0/+1
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-161-2/+2
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+1
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+5
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-1/+1
* plugin: propagate errorsPaolo Bonzini2020-12-151-3/+1Star
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
* linux-user: Ensure mmap_min_addr is non-zeroRichard Henderson2020-07-271-2/+14
* 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