summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste2019-11-291-1/+1
* bsd-user: add qemu/cutils.h include after f348b6dEd Maste2019-11-291-0/+1
* bsd-user: add necessary includes to fix warningsEd Maste2019-11-291-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-292-1/+3
* build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova2019-11-295-1/+20
* all: Clean up includesPeter Maydell2019-11-291-3/+0
* bsd-user: Clean up includesPeter Maydell2019-11-298-51/+8
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2019-11-291-2/+0
* user: introduce "-d page"Paolo Bonzini2019-11-291-2/+2
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-2/+1
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-2/+0
|\
| * exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-2/+0
* | maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* | maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
|/
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-243-16/+0
* bsd-user: Fix operand to cpu_x86_execRichard Henderson2015-07-301-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+3
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-091-1/+1
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-3/+3
* bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell2015-01-201-4/+7
* bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno2014-06-111-5/+14
* bsd-user: Implement strace support for thr_* syscallsSean Bruno2014-06-111-0/+9
* bsd-user: Implement strace support for extattr_* syscallsSean Bruno2014-06-111-0/+13
* bsd-user: Implement strace support for __acl_* syscallsSean Bruno2014-06-111-0/+12
* bsd-user: Implement strace support for print_ioctl syscallSean Bruno2014-06-112-1/+20
* bsd-user: Implement strace support for print_sysctl syscallSean Bruno2014-06-112-2/+41
* bsd-user: GPL v2 attribution update and styleSean Bruno2014-06-112-58/+94
* bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell2014-06-111-60/+0
* bsd-user: refresh freebsd system call numbersStacey Son2014-06-111-368/+445
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-051-0/+1
|\
| * softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
| * Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell2014-06-023-9/+9
| * bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan2014-05-263-9/+9
* | target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini2014-05-211-1/+1
|/
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-151-2/+0
|\
| * target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-2/+0
* | bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell2014-05-131-1/+1
|/
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* *-user: Improve documentation for lock_user functionStefan Weil2013-09-201-2/+2
* *-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2013-09-201-1/+1
* gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-4/+6
* bsd-user: Change thread_env to CPUStateAndreas Färber2013-07-093-6/+8
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+2
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-3/+3
* bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste2013-05-121-3/+4
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-022-3/+3
OpenPOWER on IntegriCloud