aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2010-07-22linux-user: display cpu list.Laurent Vivier
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini
2010-06-09linux-user: honor low bit of entry PC for MIPSNathan Froyd
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-28alpha-linux-user: Fill in SI_CODE for SIGSEGV.Richard Henderson
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson
2010-05-21alpha-linux-user: Fix sigprocmask.Richard Henderson
2010-05-21alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.Richard Henderson
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson
2010-04-25linux-user: Fix Sparc64 syscall returns.Richard Henderson
2010-04-08linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson
2010-02-22Add cpu model configuration support..john cooper
2009-12-24linux-user: fix build with gcc-4.1Aurelien Jarno
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno
2009-12-21PPC64: Fix timebaseAlexander Graf
2009-12-19linux-user: Fix mmap_lock orderingRiku Voipio
2009-12-11Fix ARM userspace strex implementation.Paul Brook
2009-11-24Add missing break.Paul Brook
2009-11-22ARM atomic ops rewritePaul Brook
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-15Avoid SIGSEGV when dumping cpu state without enabled loggingmalc
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata
2009-07-09Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori
2009-07-09MIPS atomic instructionsPaul Brook
2009-07-09Fix MIPS sys_clonePaul Brook
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-05-16linux-user: ppc signal handlingNathan Froyd
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl