summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-10/+10
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-243-18/+0
* linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett2015-07-151-2/+2
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-14/+14
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-091-1/+1
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-091-1/+1
* linux-user, ppc: mftbl can be used by user applicationLaurent Vivier2015-07-071-2/+1
* linux-user: ioctl() command type is intLaurent Vivier2015-06-161-8/+8
* linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel2015-06-161-2/+2
* linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell2015-06-161-9/+11
* linux-user: Fix length handling in host_to_target_cmsgPeter Maydell2015-06-161-8/+61
* linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim2015-06-151-1/+2
* linux-user: Allocate thunk size dynamicallyAlexander Graf2015-06-151-0/+3
* linux-user: Add HWCAP for SH4Richard Henderson2015-06-121-0/+29
* linux-user: Default sh4 to sh7785Richard Henderson2015-06-121-0/+2
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini2015-06-051-3/+3
* exec: move functions to translate-all.hPaolo Bonzini2015-06-051-0/+1
* s390x: Common access to floating point registersEric Farman2015-05-271-2/+2
* linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin2015-05-181-1/+1
* linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota2015-04-301-2/+1
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-0/+1
* linux-user: fix broken cpu_copy()Leon Alrae2015-03-231-1/+1
* linux-user: fix emulation of splice syscallAndreas Schwab2015-03-221-4/+18
* linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S2015-03-221-2/+0
* linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2015-03-162-2/+15
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-5/+5
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-031-8/+1
* linux-user: Check for cpu_init() errorsEduardo Habkost2015-02-251-1/+8
* linux-user: correct stat structure in MIPS N32Leon Alrae2015-02-131-67/+19
* linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko2015-02-101-1/+8
* linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S2015-02-101-0/+2
* linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S2015-02-101-32/+32
* linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S2015-02-101-1/+1
* linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S2015-02-101-0/+5
* linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov2015-01-271-4/+14
* linux-user: Fix broken m68k signal handling on 64 bit hostsPeter Maydell2015-01-271-3/+3
* mips64-linux-user: Fix definition of struct sigaltstackEd Swierk2015-01-271-1/+1
* linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk2015-01-271-1/+1
* linux-user: translate resource also for prlimit64Felix Janda2015-01-271-1/+2
* linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_userPeter Maydell2015-01-271-17/+11
* linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell2015-01-271-1/+1
* linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell2015-01-271-0/+18
* linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell2015-01-271-22/+0
* linux-user/alpha: Add define for NR_shmat to enable shmat syscallPeter Maydell2015-01-271-0/+4
* linux-user/signal.c: Remove current_exec_domain_sig()Peter Maydell2015-01-271-25/+6
* linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell2015-01-201-1/+1
* linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell2015-01-201-26/+31
* linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell2015-01-201-2/+5
OpenPOWER on IntegriCloud