aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2020-08-21meson: bsd-userMarc-André Lureau
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-19linux-user: log page table changes under -d pageAlex Bennée
2019-10-28*-user: plugin syscallsEmilio G. Cota
2019-10-28*-user: notify plugin of exitEmilio G. Cota
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11remove space-tab sequencesPaolo Bonzini
2018-07-02bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-12Polish the version strings containing the package versionThomas Huth
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-07-21bsd-user/main.c: Fix unused variable warningPeter Maydell
2017-07-21bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell
2017-07-21bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell
2017-07-21bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée
2017-03-20configure: remove CygwinPaolo Bonzini
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-24Put the copyright information on a separate lineThomas Huth
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange
2016-10-07bsd-user: fix FreeBSD build after d148d90eEd Maste
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov