aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf
2013-09-10target-arm: Export cpu_envAlexander Graf
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell
2013-09-10pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton
2013-09-05Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-09-05exec: do tcg_commit only when tcg_enabledliguang
2013-09-05Revert "memory: Return -1 again on reads from unsigned regions"Jan Kiszka
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-09-05exec: check offset_within_address_space for register subpageHu Tao
2013-09-05exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini
2013-09-05Update mailmapAnthony Liguori
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-09-03target-i386: Use #defines instead of magic numbers for CPUID cache infoEduardo Habkost
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-03a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber
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