aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)Author
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2024-01-05cpu: Add generic cpu_list()Gavin Shan
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
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-10-03bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab
2023-05-02bsd-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-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-02-08bsd-user: Clean up includesMarkus Armbruster
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-20bsd-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20bsd-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-02-26bsd-user: Remove bsd_typeWarner Losh
2022-02-26bsd-user/main.c: Drop syscall flavor arg -bsdWarner Losh
2022-01-28bsd-user/signal.c: setup_frameWarner Losh
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh
2021-10-18bsd-user: Add stop_all_tasksWarner Losh
2021-10-18bsd-user: Remove used from TaskStateWarner Losh
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh
2021-09-10bsd-user: Implement --seed and initialize random stateWarner Losh
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh
2021-09-10bsd-user: Include host-os.h from mainWarner Losh
2021-09-10bsd-user: assume pthreads and support of __threadWarner Losh
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh