aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2019-10-28*-user: plugin syscallsEmilio G. Cota1-6/+15
2019-10-28*-user: notify plugin of exitEmilio G. Cota1-0/+3
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-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-3/+3
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
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2018-07-02bsd-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini1-0/+1
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-21bsd-user/bsdload.c: Remove write-only id_change variablePeter Maydell1-24/+1
2017-07-21bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell1-6/+4
2017-07-21bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell1-1/+1
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-0/+2
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
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée2-14/+1
2017-03-20configure: remove CygwinPaolo Bonzini1-5/+0
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
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-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-2/+0
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-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-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster4-4/+4
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova1-0/+9
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini4-4/+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 Bonzini2-0/+2
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-0/+1
2016-04-05bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste1-1/+1
2016-04-05bsd-user: add qemu/cutils.h include after f348b6dEd Maste1-0/+1
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa2-1/+3
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova5-1/+20
2016-02-23all: Clean up includesPeter Maydell1-3/+0
2016-02-04bsd-user: Clean up includesPeter Maydell8-51/+8
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini1-2/+0
2015-12-17user: introduce "-d page"Paolo Bonzini1-2/+2
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-2/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-2/+0
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier3-16/+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
2015-01-20bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell1-4/+7
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno1-5/+14
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno1-0/+9
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno1-0/+13
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno1-0/+12
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno2-1/+20
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno2-2/+41
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno2-58/+94
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell1-60/+0
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son1-368/+445
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-0/+1
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell3-9/+9
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan3-9/+9
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-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-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ärber3-6/+8
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-12bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste1-3/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2-3/+3
2013-04-26bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste1-0/+4
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-10/+8
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-5/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber1-1/+1
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-3/+3
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost1-1/+1
2012-12-06user: Move *-user/qemu-types.h to main directoryEduardo Habkost1-24/+0
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini1-0/+2
2012-06-04bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber1-1/+1
2012-04-13bsd-user: fix compile failurePeter Maydell1-0/+1
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber3-11/+11
2012-03-14bsd-user: Don't overuse CPUStateAndreas Färber1-2/+2
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-0/+2
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil2-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori2-10/+10
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-3/+5
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-18/+28
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-01-17bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil1-6/+31
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2-3/+0
2010-10-05Add new user mode option -ignore-environmentStefan Weil1-0/+6
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini1-1/+1
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-1/+8
2010-03-30Fix i386-bsd-user buildBlue Swirl1-1/+1
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock1-3/+2
2010-03-23Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock1-0/+4
2010-01-31bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl1-1/+1
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-0/+3
2009-10-18bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdbBlue Swirl1-0/+1
2009-10-18bsd-user: FreeBSD updateJuergen Lock8-29/+437
2009-10-04bsd-user: fix "#if 0"'d printf()Paul Bolle1-1/+1
2009-09-30elfload: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-27BSD user: suppress a warningBlue Swirl1-2/+2
2009-09-27BSD user: implement GUEST_BASEBlue Swirl3-0/+70
2009-08-15bsd-user: Add generic env variable handlingBlue Swirl1-16/+35
2009-08-15user: compile path.c only onceBlue Swirl2-165/+0
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl2-2/+3
2009-08-01More NULL pointer fixesBlue Swirl2-2/+2
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2-4/+4
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-17bsd-users: fix straceChristoph Egger1-2/+2
2009-07-17fix build warningsChristoph Egger2-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl4-12/+4
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-33/+0
2009-07-01Fix missing strnlen problemsBlue Swirl1-11/+0
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl1-3/+3
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir15-2/+671
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-03-07Fix BSD user: there is no NPTLblueswir12-0/+39
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-01-28Fix qemu_malloc.malc1-0/+2
2009-01-24Fix bsd-user compile like r6412blueswir11-0/+13
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir11-13/+15
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-16/+14
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2009-01-05Fix more FSF addressesblueswir14-4/+8
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel322-19/+25
2008-11-29Prepare for handling different BSD mmap() flagsblueswir12-4/+126
2008-11-22Fix BSD user compilation on other than OpenBSDblueswir12-7/+41
2008-11-16Use correct trap for syscalls on Sparc32blueswir11-0/+4
2008-11-09Sparc32 BSD user supportblueswir12-0/+36
2008-10-26Preliminary BSD user emulator supportblueswir120-0/+5732