summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* 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-2013-545/+348Star
|\
| * bsd-user: rename linux_binprm to bsd_binprmWarner Losh2021-05-113-7/+7
| * bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-116-95/+0Star
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-11/+11
| * bsd-user: style tweak: Remove #if 0'd codeWarner Losh2021-05-111-8/+0Star
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-1/+1
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-9/+9
| * bsd-user: whitespace changesWarner Losh2021-05-111-163/+163
| * 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: use {} for all if statements, format else correctlyWarner Losh2021-05-111-7/+13
| * bsd-user: style tweak: don't assign in if statementsWarner Losh2021-05-111-2/+4
| * bsd-user: style tweak: Use preferred block commentsWarner Losh2021-05-111-31/+43
| * bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh2021-05-111-9/+9
| * bsd-user: style tweak: move extern to header fileWarner Losh2021-05-112-1/+2
| * bsd-user: Remove commented out codeWarner Losh2021-05-111-4/+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
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-1/+0Star
|\
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | bsd-user: style tweak: Put {} around all if/else/for statementsWarner Losh2021-04-301-5/+7
* | bsd-user: put back a break; that had gone missing...Warner Losh2021-04-301-0/+1
* | bsd-user: style tweak: return is not a function, eliminate ()Warner Losh2021-04-301-7/+6Star
* | bsd-user: style tweak: keyword space (Warner Losh2021-04-301-2/+2
* | bsd-user: whitespace changesWarner Losh2021-04-301-16/+16
|/
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-164-18/+19
* bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson2021-02-161-5/+4Star
* 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
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-3/+3
* bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh2021-01-111-7/+55
* bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2021-01-1119-4/+743
* bsd-user: regenerate FreeBSD's system call numbersWarner Losh2021-01-111-315/+380
* 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
* meson: bsd-userMarc-André Lureau2020-08-212-2/+10
* 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
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* build: move TARGET_GPROF to config-host.makPaolo Bonzini2020-02-121-3/+3
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* linux-user: log page table changes under -d pageAlex Bennée2019-12-191-1/+1