summaryrefslogtreecommitdiffstats
path: root/bsd-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: 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
* bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* 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
* tcg: move tb_lock out of translate-all.hPaolo Bonzini2017-07-041-1/+0Star
* util: Use g_malloc/g_free in envlist.cSaurav Sachidanand2017-05-071-10/+4Star
* Put the copyright information on a separate lineThomas Huth2016-10-241-1/+1
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* bsd-user: fix FreeBSD build after d148d90eEd Maste2016-10-071-0/+10
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-09-291-1/+0Star
|\
| * trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-1/+0Star
* | cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini2016-09-271-17/+0Star
* | cpus-common: move CPU work item management to common codeSergey Fedorov2016-09-271-2/+9
* | cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-8/+1Star
|/
* Fix bsd-user build after d915b7bbEd Maste2016-08-241-0/+1
* Update ancient copyright string in -version outputPeter Maydell2016-08-111-1/+2
* Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253Sean Bruno2016-08-011-2/+2
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova2016-07-181-3/+18
* log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2016-05-241-3/+0Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+2
* bsd-user: Clean up includesPeter Maydell2016-02-041-7/+1Star
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* user: introduce "-d page"Paolo Bonzini2015-12-171-2/+2
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-12/+0Star