summaryrefslogtreecommitdiff
path: root/bsd-user/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-17/+0
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-2/+9
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-8/+1
2016-08-24Fix bsd-user build after d915b7bbEd Maste1-0/+1
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-1/+2
2016-08-01Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253Sean Bruno1-2/+2
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-18trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova1-3/+18
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-3/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-0/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+2
2016-02-04bsd-user: Clean up includesPeter Maydell1-7/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2015-12-17user: introduce "-d page"Paolo Bonzini1-2/+2
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-12/+0
2015-07-30bsd-user: Fix operand to cpu_x86_execRichard Henderson1-1/+1
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+3
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-4/+0
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng1-1/+0
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-3/+3
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini1-1/+1
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-2/+0
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell1-1/+1
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor1-2/+0
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-4/+6
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber1-3/+3
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+2
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-3/+3
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-2/+2