summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* linux-user: fix broken cpu_copy()Leon Alrae2015-03-231-1/+1
* linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S2015-03-221-2/+0
* linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2015-03-161-1/+1
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-5/+5
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-031-8/+1
* linux-user: Check for cpu_init() errorsEduardo Habkost2015-02-251-1/+8
* linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S2015-02-101-32/+32
* linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell2015-01-271-1/+1
* linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell2015-01-271-0/+18
* linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell2015-01-201-1/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-4/+0
* linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki2014-12-161-1/+1
* target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler2014-12-111-1/+1
* linux-user: Fix fault address truncation AArch64Riku Voipio2014-11-031-3/+1
* linux-user: Let user specify random seedMagnus Reftel2014-11-031-0/+19
* 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
OpenPOWER on IntegriCloud