| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -1/+1 |
* | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | qom/cpu: remove host_tid field | Alex Bennée | 2017-07-14 | 1 | -0/+2 |
* | bsd-user: align use of mmap_lock to that of linux-user | Alex Bennée | 2017-03-28 | 1 | -2/+0 |
* | exec: Reduce CONFIG_USER_ONLY ifdeffenery | Igor Mammedov | 2016-07-26 | 1 | -2/+0 |
* | Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h | Md Haris Iqbal | 2016-07-17 | 1 | -2/+2 |
* | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories | Lluís Vilanova | 2016-02-25 | 1 | -1/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -3/+0 |
* | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini | 2015-09-09 | 1 | -2/+0 |
* | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 2015-08-24 | 1 | -2/+0 |
* | bsd-user: GPL v2 attribution update and style | Sean Bruno | 2014-06-11 | 1 | -0/+26 |
* | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 2014-06-05 | 1 | -0/+1 |
* | *-user: Improve documentation for lock_user function | Stefan Weil | 2013-09-20 | 1 | -2/+2 |
* | *-user: Fix typo in comment (ulocking -> unlocking) | Stefan Weil | 2013-09-20 | 1 | -1/+1 |
* | bsd-user: Change thread_env to CPUState | Andreas Färber | 2013-07-09 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | user: Rename qemu-types.h to qemu-user-types.h | Eduardo Habkost | 2012-12-06 | 1 | -1/+1 |
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -6/+6 |
* | Fix typos in comments (neccessary -> necessary) | Stefan Weil | 2011-05-08 | 1 | -1/+1 |
* | Remove dead code for ARM semihosting commandline handling | Wolfgang Schildbach | 2011-01-07 | 1 | -1/+0 |
* | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil | 2010-10-03 | 1 | -1/+1 |
* | bsd-user: FreeBSD update | Juergen Lock | 2009-10-18 | 1 | -2/+4 |
* | BSD user: implement GUEST_BASE | Blue Swirl | 2009-09-27 | 1 | -0/+3 |
* | user: compile path.c only once | Blue Swirl | 2009-08-15 | 1 | -2/+0 |
* | Fix Sparse warning about missing prototype | Blue Swirl | 2009-08-01 | 1 | -0/+3 |
* | rename USE_NPTL to CONFIG_USE_NPTL | Juan Quintela | 2009-07-27 | 1 | -3/+3 |
* | Fix BSD user: there is no NPTL | blueswir1 | 2009-03-07 | 1 | -0/+2 |
* | linux-user: Move abi_* typedefs into qemu-types.h | aurel32 | 2008-12-08 | 1 | -19/+1 |
* | Preliminary BSD user emulator support | blueswir1 | 2008-10-26 | 1 | -0/+405 |