aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng
2015-03-23linux-user: fix broken cpu_copy()Leon Alrae
2015-03-22linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUspull-target-arm-20150316Mikhail Ilyin
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell
2015-02-25linux-user: Check for cpu_init() errorsEduardo Habkost
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S
2015-01-27linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell
2015-01-27linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
2014-11-03linux-user: Fix fault address truncation AArch64Riku Voipio
2014-11-03linux-user: Let user specify random seedMagnus Reftel
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson
2014-06-24Add support for the arm breakpoint syscallHunter Laux
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson
2014-06-16target-ppc: Store Quadword Conditional Drops Size BitTom Musta
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio
2014-04-17target-arm: Define exception record for AArch64 exceptionsPeter Maydell
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-03-10Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-03-05target-ppc: Add Store Quadword ConditionalTom Musta
2014-03-03linux-user: correct handling of break exception for MIPSPetar Jovanovic
2014-02-20linux-user: AArch64: Fix exclusive store of the zero registerpull-target-arm-20140220Janne Grunau
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber
2013-09-24linux-user: Check type of microMIPS break instructionKwok Cheung Yeung
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier
2013-09-24mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson
2013-09-10linux-user: Add AArch64 supportAlexander Graf