aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini
2016-04-05bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste
2016-04-05bsd-user: add qemu/cutils.h include after f348b6dEd Maste
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova
2016-02-23all: Clean up includesPeter Maydell
2016-02-04bsd-user: Clean up includesPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-30bsd-user: Fix operand to cpu_x86_execRichard Henderson
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-01-20bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallspull-bsd-user-20140611bsd-user.for-upstreamSean Bruno
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno
2014-06-11bsd-user: GPL v2 attribution update and styleSean Bruno
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini
2014-05-15Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-05-12bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste