summaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)Author
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell
2021-05-11bsd-user: use qemu_strtoul in preference to strtolWarner Losh
2021-05-11bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh
2021-05-11bsd-user: style tweak: use C not C++ commentsWarner Losh
2021-05-11bsd-user: whitespace changesWarner Losh
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2020-12-18bsd-user: Silence warnings about missing fallthrough statementThomas Huth
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
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-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-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-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
2018-07-02bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
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-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-05-07util: Use g_malloc/g_free in envlist.cSaurav Sachidanand
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