aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell1-0/+5
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé1-7/+0
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell1-0/+1
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell1-0/+1
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour1-1/+1
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson1-0/+3
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-1/+0
2021-05-15linux-user: Remove dead codePhilippe Mathieu-Daudé1-5/+0
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier1-0/+24
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-0/+1
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson1-2/+2
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+1
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+5
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-1/+1
2020-12-15plugin: propagate errorsPaolo Bonzini1-3/+1
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-07-27linux-user: Ensure mmap_min_addr is non-zeroRichard Henderson1-2/+14
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson1-2/+2
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée1-22/+1
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-6/+6
2020-02-19linux-user: remove gemu_log from the linux-user treeJosh Kunz1-9/+0
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz1-7/+23
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-19linux-user: log page table changes under -d pageAlex Bennée1-1/+1
2019-10-28linux-user: support -plugin optionLluís Vilanova1-0/+18
2019-09-11linux-user: drop redundant handling of environment variablesMax Filippov1-7/+0
2019-09-11target/xtensa: linux-user: add call0 ABI supportMax Filippov1-0/+11
2019-09-11linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson1-18/+25
2019-09-11linux-user: fail and report on bad dfilter specsAlex Bennée1-1/+1
2019-09-10linux-user: remove useless variableLaurent Vivier1-6/+4
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-0/+1
2019-07-26linux-user: Make sigaltstack stacks per-threadPeter Maydell1-0/+5
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