summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-2/+1
* linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2014-08-221-1/+0
* target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2014-07-081-4/+4
* Add support for the arm breakpoint syscallHunter Laux2014-06-241-0/+4
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-3/+0
* qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson2014-06-231-1/+0
* target-ppc: Store Quadword Conditional Drops Size BitTom Musta2014-06-161-1/+1
* target-ppc: Allow little-endian user mode.Doug Kwan2014-06-161-1/+7
* target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini2014-05-211-1/+1
* target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-2/+0
* linux-user: remove configure option for setting uname releaseRiku Voipio2014-05-021-1/+1
* target-arm: Define exception record for AArch64 exceptionsPeter Maydell2014-04-171-32/+24
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-40/+40
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-1/+1
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-2/+3
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+3
* Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-03-101-0/+4
|\
| * linux-user: correct handling of break exception for MIPSPetar Jovanovic2014-03-031-0/+4
* | target-ppc: Add Store Quadword ConditionalTom Musta2014-03-051-1/+17
|/
* linux-user: AArch64: Fix exclusive store of the zero registerJanne Grunau2014-02-201-2/+4
* target-arm: A64: support for ld/st/cl exclusiveMichael Matz2014-01-081-3/+124
* target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell2014-01-081-10/+15
* target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell2014-01-071-1/+1
* linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson2013-11-301-26/+6
* util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-1/+1
* osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2013-11-301-0/+1
* cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+2
* cpu: Move cpu_copy() into linux-userAndreas Färber2013-10-071-0/+31
* linux-user: Check type of microMIPS break instructionKwok Cheung Yeung2013-09-241-21/+35
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-241-1/+31
* mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson2013-09-241-2/+2
* linux-user: Add AArch64 supportAlexander Graf2013-09-101-0/+16
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-101-0/+2
* linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-3/+7
* linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic2013-07-291-2/+2
* linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber2013-07-261-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-49/+44
|\
| * linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung2013-07-231-3/+43
| * linux-user: Avoid conditional cpu_reset()Andreas Färber2013-07-221-2/+0
| * configure: Make NPTL non-optionalPeter Maydell2013-07-221-43/+0
* | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-16/+19
|/
* linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic2013-07-191-1/+1
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+3
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-5/+5
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-5/+3
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-15/+23
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
OpenPOWER on IntegriCloud