summary refs log tree commit diff stats
path: root/bsd-user/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-1/+1
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-1/+2
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-061-1/+3
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich2024-03-061-0/+1
* cpu: Remove page_size_initRichard Henderson2024-02-291-0/+12
* *-user: Deprecate and disable -p pagesizeRichard Henderson2024-02-291-5/+6
* cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé2024-01-191-2/+1
* cpu: Add generic cpu_list()Gavin Shan2024-01-051-4/+1
* hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-11-071-1/+1
* Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-051-3/+3
|\
| * tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-1/+1
| * tcg: Remove argument to tcg_prologue_initRichard Henderson2023-10-041-1/+1
| * accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+1
* | bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son2023-10-031-1/+1
|/
* bsd-user: Remove image_info.start_brkRichard Henderson2023-08-281-2/+0
* bsd-user: Allocate guest virtual address spaceRichard Henderson2023-07-311-5/+43
* linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab2023-06-131-1/+9
* bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-2/+3
* 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-7/+3
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+1
* bsd-user: Clean up includesMarkus Armbruster2023-02-081-3/+1
* 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
* | bsd-user: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-9/+9
* | bsd-user: Expand log_page_dump inlineRichard Henderson2022-04-201-14/+23
* | 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
|/
* bsd-user: Remove bsd_typeWarner Losh2022-02-261-2/+0
* bsd-user/main.c: Drop syscall flavor arg -bsdWarner Losh2022-02-261-12/+0
* bsd-user/signal.c: setup_frameWarner Losh2022-01-281-0/+5
* bsd-user: Remove vestiges of signal queueing codeWarner Losh2022-01-281-8/+1
* bsd-user: Add stop_all_tasksWarner Losh2021-10-181-0/+9
* bsd-user: Remove used from TaskStateWarner Losh2021-10-181-1/+0
* bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh2021-09-101-1/+42
* bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival2021-09-101-0/+6
* bsd-user: Implement interlock for atomic operationsWarner Losh2021-09-101-0/+24
* bsd-user: move gemu_log to later in the fileWarner Losh2021-09-101-8/+9
* bsd-user: Implement --seed and initialize random stateWarner Losh2021-09-101-0/+18
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-101-14/+38
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-101-303/+14
* bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-101-35/+0
* bsd-user: save the path to the qemu emulatorWarner Losh2021-09-101-0/+21
* bsd-user: Include host-os.h from mainWarner Losh2021-09-101-1/+3
* bsd-user: assume pthreads and support of __threadWarner Losh2021-09-101-1/+1