aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-0/+2
2018-07-02bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
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-04tcg: move tb_lock out of translate-all.hPaolo Bonzini1-1/+0
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand1-10/+4
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-10-07bsd-user: fix FreeBSD build after d148d90eEd Maste1-0/+10
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-1/+0