aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-05-02make one-insn-per-tb an accel optionPeter Maydell
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-05-15linux-user: Remove dead codePhilippe Mathieu-Daudé
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana