summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias2010-09-091-0/+31
* microblaze: Fix the target version of stat64 structEdgar E. Iglesias2010-08-091-6/+8
* linux-user: fix build on hosts not using guest baseAurelien Jarno2010-07-301-7/+7
* linux-user: Protect against allocation failure in load_symbols.Richard Henderson2010-07-291-0/+10
* linux-user: Re-use load_elf_image for the main binary.Richard Henderson2010-07-291-277/+103
* linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson2010-07-291-174/+167
* linux-user: Remove partial support for a.out interpreters.Richard Henderson2010-07-291-70/+9
* linux-user: Put the stack guard page at the top.Richard Henderson2010-07-291-14/+17
* linux-user: Improve consistency checking in elf headers.Richard Henderson2010-07-291-24/+33
* linux-user: Load symbols from the interpreter.Richard Henderson2010-07-291-88/+101
* linux-user: Clean up byte-swapping in elfload.c.Richard Henderson2010-07-291-71/+48
* linux-user: Define ELF_DATA generically.Richard Henderson2010-07-291-24/+6
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-293-71/+57
* linux-user: Reindent elfload.c.Richard Henderson2010-07-291-510/+518
* Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2010-07-291-9/+0
* linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson2010-07-291-97/+55
* microblaze: Pass a ucontext * as 3rd sighandler argEdgar E. Iglesias2010-07-231-6/+20
* linux-user: display cpu list.Laurent Vivier2010-07-221-0/+2
* microblaze: Correct signal frame setup.Edgar E. Iglesias2010-07-151-1/+2
* Usermode exec-stack fixPaul Brook2010-06-164-0/+14
* Strace mprotect flags.Paul Brook2010-06-162-0/+9
* s390x: Avoid _llseek.Richard Henderson2010-06-111-2/+2
* rename CONFIG_QEMU_PREFIXPaolo Bonzini2010-06-101-1/+1
* linux-user: honor low bit of entry PC for MIPSNathan Froyd2010-06-091-1/+4
* Pre-allocate guest address spacePaul Brook2010-05-293-7/+178
* alpha-linux-user: Fill in SI_CODE for SIGSEGV.Richard Henderson2010-05-281-1/+2
* linux-user: Use qemu-malloc.c.Richard Henderson2010-05-281-52/+0
* linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-281-1/+1
* linux-user: do not warn for missing pselect6Riku Voipio2010-05-211-0/+4
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-1/+8
* alpha-linux-user: Fix sigprocmask.Richard Henderson2010-05-212-5/+43
* alpha-linux-user: Fix sigsuspend parameters.Richard Henderson2010-05-211-0/+5
* alpha-linux-user: Fix getxpid.Richard Henderson2010-05-211-3/+8
* alpha-linux-user: Fix pipe return mechanism.Richard Henderson2010-05-211-12/+18
* alpha-linux-user: Add correct sigaction constants.Richard Henderson2010-05-211-0/+8
* alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.Richard Henderson2010-05-211-2/+2
* alpha-linux-user: Fix brk error return.Richard Henderson2010-05-211-2/+10
* linux-user: fix 32-bit host breakageAurelien Jarno2010-05-191-1/+1
* microblaze: Update elf machine nums.Edgar E. Iglesias2010-05-191-2/+2
* microblaze: Add linux-user core dumping support.Edgar E. Iglesias2010-05-191-0/+18
* linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp2010-05-183-9/+32
* sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-091-2/+2
* Better default guest_basePaul Brook2010-05-051-6/+67
* Remove PAGE_RESERVEDPaul Brook2010-05-052-25/+0
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-271-0/+55
* target-alpha: Enable NPTL.Richard Henderson2010-04-271-1/+1
* target-alpha: Implement rs/rc properly.Richard Henderson2010-04-271-1/+6
* linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson2010-04-261-1/+1
* linux-user: Fix Sparc64 syscall returns.Richard Henderson2010-04-251-2/+3
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-253-40/+1
OpenPOWER on IntegriCloud