aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28bsd-user/signal.c: setup_frameWarner Losh1-0/+5
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh1-8/+1
2021-10-18bsd-user: Add stop_all_tasksWarner Losh1-0/+9
2021-10-18bsd-user: Remove used from TaskStateWarner Losh1-1/+0
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh1-1/+42
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival1-0/+6
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh1-0/+24
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh1-8/+9
2021-09-10bsd-user: Implement --seed and initialize random stateWarner Losh1-0/+18
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh1-14/+38
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh1-303/+14
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh1-35/+0
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh1-0/+21
2021-09-10bsd-user: Include host-os.h from mainWarner Losh1-1/+3
2021-09-10bsd-user: assume pthreads and support of __threadWarner Losh1-1/+1
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh1-1/+6
2021-09-07bsd-user: Add Stacey's copyright to main.cWarner Losh1-1/+2
2021-09-07bsd-user: remove sparc and sparc64Warner Losh1-289/+0
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson1-1/+1
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-1/+0
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell1-201/+89
2021-05-11bsd-user: use qemu_strtoul in preference to strtolWarner Losh1-4/+8
2021-05-11bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh1-23/+43
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh1-1/+0
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-10/+18
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh1-143/+0
2021-05-11bsd-user: style tweak: use C not C++ commentsWarner Losh1-8/+8
2021-05-11bsd-user: whitespace changesWarner Losh1-20/+20
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-2/+2
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson1-2/+2
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-1/+2
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+5
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-1/+1
2020-12-18bsd-user: Silence warnings about missing fallthrough statementThomas Huth1-0/+1
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio1-1/+5
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson1-2/+2
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-4/+4
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-19linux-user: log page table changes under -d pageAlex Bennée1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+2
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-2/+1
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1