aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-03default-configs: Add config for aarch64-softmmuaarch64Peter Maydell
2013-09-03default-configs: Add config for aarch64-linux-userPeter Maydell
2013-09-03configure: Add handling code for AArch64 targetsAlexander Graf
2013-09-03linux-user: Add AArch64 supportAlexander Graf
2013-09-03linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-03linux-user: Add AArch64 termbits.h definitionsAlexander Graf
2013-09-03linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf
2013-09-03linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell
2013-09-03linux-user: Add signal handling for AArch64Andreas Schwab
2013-09-03linux-user: Fix up AArch64 syscall handlersAlexander Graf
2013-09-03linux-user: Add syscall number definitions for AArch64Alexander Graf
2013-09-03linux-user: Add cpu loop for AArch64Peter Maydell
2013-09-03linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf
2013-09-03target-arm: Add AArch64 gdbstub supportAlexander Graf
2013-09-03target-arm: Add AArch64 translation stubAlexander Graf
2013-09-03target-arm: Prepare translation for AArch64 codeAlexander Graf
2013-09-03target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell
2013-09-03target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell
2013-09-03target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell
2013-09-03target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf
2013-09-03target-arm: Export cpu_envAlexander Graf
2013-09-03target-arm: Extract the disas struct to a header fileAlexander Graf
2013-09-03target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell
2013-09-03target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-03Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson
2013-09-02tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-09-02configure: Allow x32 as a hostRichard Henderson
2013-09-02tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson
2013-09-02tcg-i386: Use intptr_t appropriatelyRichard Henderson
2013-09-02tcg: Fix jit debug for x32Richard Henderson
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson