summaryrefslogtreecommitdiffstats
path: root/bsd-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-1/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* | 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/+0Star
|/
* bsd-user: Remove bsd_typeWarner Losh2022-02-261-2/+0Star
* bsd-user/main.c: Drop syscall flavor arg -bsdWarner Losh2022-02-261-12/+0Star
* bsd-user/signal.c: setup_frameWarner Losh2022-01-281-0/+5
* bsd-user: Remove vestiges of signal queueing codeWarner Losh2022-01-281-8/+1Star
* bsd-user: Add stop_all_tasksWarner Losh2021-10-181-0/+9
* bsd-user: Remove used from TaskStateWarner Losh2021-10-181-1/+0Star
* 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/+14Star
* bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-101-35/+0Star
* 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
* bsd-user: pass the bsd_param into loader_execWarner Losh2021-09-101-1/+6
* bsd-user: Add Stacey's copyright to main.cWarner Losh2021-09-071-1/+2
* bsd-user: remove sparc and sparc64Warner Losh2021-09-071-289/+0Star
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-1/+1
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-1/+0Star
* Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell2021-05-201-201/+89Star
|\
| * bsd-user: use qemu_strtoul in preference to strtolWarner Losh2021-05-111-4/+8
| * bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh2021-05-111-23/+43
| * bsd-user: style tweak: move extern to header fileWarner Losh2021-05-111-1/+0Star
| * bsd-user: style tweak: Use preferred block commentsWarner Losh2021-05-111-10/+18
| * bsd-user: style tweak: Remove #if 0'd codeWarner Losh2021-05-111-143/+0Star
| * bsd-user: style tweak: use C not C++ commentsWarner Losh2021-05-111-8/+8
| * bsd-user: whitespace changesWarner Losh2021-05-111-20/+20
* | 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/+0Star
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-2/+2
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-161-2/+2
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-1/+2
* 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
* bsd-user: Silence warnings about missing fallthrough statementThomas Huth2020-12-181-0/+1
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
* linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio2020-06-291-1/+5
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-2/+2
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-4/+4
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1