aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
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
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-22linux-user: Avoid conditional cpu_reset()Andreas Färber
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-19linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber