summary refs log tree commit diff stats
path: root/linux-user/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab2023-06-131-1/+9
* Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson2023-05-171-4/+1
|\
| * linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth2023-05-171-4/+1
* | linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-3/+6
* | accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* | make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+6
|/
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-281-14/+13
* linux-user: Diagnose misaligned -R sizeRichard Henderson2023-03-281-0/+6
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-03-121-0/+14
|\
| * linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2023-03-101-0/+8
| * linux-user: Fix access to /proc/self/exeHelge Deller2023-03-101-0/+6
* | gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+1
|/
* linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2023-02-211-4/+6
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-161-0/+15
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+2
* linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-271-2/+7
* semihosting: Create qemu_semihosting_guestfd_initRichard Henderson2022-06-281-0/+9
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-231-2/+2
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-201-1/+0
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0
* | linux-user: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-6/+5
* | linux-user: Expand log_page_dump inlineRichard Henderson2022-04-201-15/+30
* | util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* | util/log: Drop manual log bufferingRichard Henderson2022-04-201-1/+0
|/
* linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-281-0/+14
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell2021-09-161-0/+5
|\
| * linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-0/+1
| * linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
| * linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-131-0/+1
| * linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-131-0/+1
| * linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* | user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé2021-09-141-7/+0
|/
* plugins: allow plugin arguments to be passed directlyMahmoud Mandour2021-09-021-1/+1
* fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson2021-07-121-0/+3
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-1/+0
* linux-user: Remove dead codePhilippe Mathieu-Daudé2021-05-151-5/+0
* 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/+0
* 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/+1
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2
* 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/+1