summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target-sparc: Don't compute full flags value so oftenRichard Henderson2012-10-131-0/+5
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-2/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* | linux-user: remove two unchecked uses of strdupJim Meyering2012-10-051-5/+7
|/
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-3/+1
|\
| * linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-09-231-3/+1
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-09-251-4/+2
|\ \ | |/ |/|
| * Drop cpu_list_id macroPeter Maydell2012-09-211-4/+2
* | linux-user: Use memcpy in get_user/put_user.Richard Henderson2012-09-211-32/+15
|/
* linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell2012-09-141-13/+0
* linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell2012-08-271-1/+4
* linux-user: fix emulation of getdentsDmitry V. Levin2012-08-272-10/+9
* linux-user: arg_table need not have global scopeJim Meyering2012-08-271-3/+3
* linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering2012-08-221-2/+2
* linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf2012-08-141-2/+1
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-143-44/+56
* linux-user: Factor out guest space probing into a functionMeador Inge2012-08-142-33/+90
* flatload: fix bss clearingMike Frysinger2012-08-141-1/+1
* linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang2012-08-141-4/+16
* linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang2012-08-141-0/+20
* linux-user: pass sockaddr from host to targetJing Huang2012-08-141-3/+13
* linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell2012-08-131-5/+6
* linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitionsPeter Maydell2012-08-133-4/+7
* linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSETPeter Maydell2012-08-131-2/+2
* unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao2012-08-111-1/+2
* sparc: fix expression with uninitialized initial valueBlue Swirl2012-08-091-5/+3
* alpha-linux-user: Fix the getpriority syscallRichard Henderson2012-08-041-5/+15
* alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2012-08-042-3/+2
* alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson2012-08-041-7/+5
* linux-user: Translate pipe2 flags; add to straceRichard Henderson2012-08-042-1/+5
* linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson2012-08-041-11/+19
* linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson2012-08-042-2/+25
* linux-user: Sync fcntl.h bits with the kernelRichard Henderson2012-08-041-102/+92
* alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson2012-08-041-10/+51
* alpha-linux-user: Fix signal handlingRichard Henderson2012-08-042-1/+43
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones2012-08-011-4/+4
* target-or32: Add linux user supportJia Liu2012-07-275-4/+408
* target-or32: Add linux syscall, signal and termbitsJia Liu2012-07-274-0/+850
* Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2012-06-241-4/+1
|\
| * target-arm: Remove ARM_CPUID_* macrosPeter Maydell2012-06-201-4/+1
* | qemu-log: cleanupBlue Swirl2012-06-212-9/+6
|/
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-072-0/+9
* linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2012-06-042-2/+2
* linux-user: Fix stale tbs after mmapAlexander Graf2012-05-191-1/+5
* linux-user: fix emulation of /proc/self/mapsAlexander Graf2012-05-031-1/+41
* linux-user: Clean up interim solution for exit syscallAndreas Färber2012-05-031-4/+0
* linux-user: Fix exit syscall with QOM CPUAndreas Färber2012-04-151-0/+4
* Userspace ARM BE8 supportPaul Brook2012-04-063-5/+31
* arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
OpenPOWER on IntegriCloud