aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson4-18/+19
2021-02-16bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson1-5/+4
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-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-3/+3
2021-01-11bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh1-7/+55
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son19-4/+743
2021-01-11bsd-user: regenerate FreeBSD's system call numbersWarner Losh1-315/+380
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-08-21meson: bsd-userMarc-André Lureau2-2/+10
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-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini1-3/+3
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-10-28*-user: plugin syscallsEmilio G. Cota1-6/+15
2019-10-28*-user: notify plugin of exitEmilio G. Cota1-0/+3
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-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-3/+3
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
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2018-07-02bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini1-0/+1
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov1-3/+4
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-1/+3
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-0/+1
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-0/+2
2017-07-21bsd-user/main.c: Fix unused variable warningPeter Maydell1-3/+4
2017-07-21bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell1-24/+1
2017-07-21bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell1-6/+4
2017-07-21bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell1-1/+1
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-0/+2