aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)Author
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
2021-09-07bsd-user: Add Stacey's copyright to main.cWarner Losh
2021-09-07bsd-user: remove sparc and sparc64Warner Losh
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell
2021-05-11bsd-user: use qemu_strtoul in preference to strtolWarner Losh
2021-05-11bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh
2021-05-11bsd-user: style tweak: use C not C++ commentsWarner Losh
2021-05-11bsd-user: whitespace changesWarner Losh
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-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2020-12-18bsd-user: Silence warnings about missing fallthrough statementThomas Huth
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé