summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* *-user: plugin syscallsEmilio G. Cota2019-10-281-6/+15
* *-user: notify plugin of exitEmilio G. Cota2019-10-281-0/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+2
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/i386: Use env_cpu, env_archcpuRichard Henderson2019-06-101-2/+1Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-3/+3
* cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost2019-04-251-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-0/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
* bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini2018-06-011-0/+1
* linux-user: update comments to point to tcg_exec_init()Igor Mammedov2018-05-251-3/+4
* Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-1/+3
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-0/+1
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-0/+2
* bsd-user/main.c: Fix unused variable warningPeter Maydell2017-07-211-3/+4
* bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell2017-07-211-24/+1Star
* bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell2017-07-211-6/+4Star
* bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell2017-07-211-1/+1
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-0/+2