Age | Commit message (Expand) | Author |
2013-09-10 | target-arm: Pass DisasContext* to gen_set_pc_im() | Peter Maydell |
2013-09-10 | target-arm: Fix target_ulong/uint32_t confusions | Alexander Graf |
2013-09-10 | target-arm: Export cpu_env | Alexander Graf |
2013-09-10 | target-arm: Extract the disas struct to a header file | Alexander Graf |
2013-09-10 | target-arm: Abstract out load/store from a vaddr in AArch32 | Peter Maydell |
2013-09-10 | abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT | Peter Maydell |
2013-09-10 | pl110: Clarify comment about PL110 ID on VersatilePB | Peter Maydell |
2013-09-10 | target-arm: Implement qmp query-cpu-definitions | Cole Robinson |
2013-09-10 | target-arm: fix ARMv7M stack alignment on reset | Sebastian Ottlik |
2013-09-10 | target-arm: Avoid "1 << 31" undefined behaviour | Peter Maydell |
2013-09-10 | target-arm: Use sextract32() in branch decode | Peter Maydell |
2013-09-10 | target-arm: Make '-cpu any' available in linux-user mode only | Peter Maydell |
2013-09-09 | mips_malta: support up to 2GiB RAM | Paul Burton |
2013-09-05 | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging | Anthony Liguori |
2013-09-05 | exec: do tcg_commit only when tcg_enabled | liguang |
2013-09-05 | Revert "memory: Return -1 again on reads from unsigned regions" | Jan Kiszka |
2013-09-05 | memory: Provide separate handling of unassigned io ports accesses | Jan Kiszka |
2013-09-05 | exec: check offset_within_address_space for register subpage | Hu Tao |
2013-09-05 | exec: fix writing to MMIO area with non-power-of-two length | Paolo Bonzini |
2013-09-05 | Update mailmap | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'kraxel/usb.88' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta... | Anthony Liguori |
2013-09-03 | target-i386: Use #defines instead of magic numbers for CPUID cache info | Eduardo Habkost |
2013-09-03 | cpu: Replace qemu_for_each_cpu() | Andreas Färber |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber |
2013-09-03 | a15mpcore: Use qemu_get_cpu() for generic timers | Andreas Färber |
2013-09-03 | Merge branch 'tcg-next' of git://github.com/rth7680/qemu | Aurelien Jarno |
2013-09-03 | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu | Aurelien Jarno |
2013-09-03 | tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 | Aurelien Jarno |
2013-09-03 | tcg/mips: inline bswap16/bswap32 ops | Aurelien Jarno |
2013-09-03 | tcg/mips: detect available host instructions at runtime | Aurelien Jarno |
2013-09-02 | tcg-i386: Make use of zero-extended memory helper routines | Richard Henderson |
2013-09-02 | tcg: Introduce zero and sign-extended versions of load helpers | Richard Henderson |
2013-09-02 | exec: Split softmmu_defs.h | Richard Henderson |
2013-09-02 | target: Include softmmu_exec.h where forgotten | Richard Henderson |
2013-09-02 | exec: Rename USUFFIX to LSUFFIX | Richard Henderson |
2013-09-02 | tcg-i386: Don't perform GETPC adjustment in TCG code | Richard Henderson |
2013-09-02 | exec: Reorganize the GETRA/GETPC macros | Richard Henderson |
2013-09-02 | configure: Allow x32 as a host | Richard Henderson |
2013-09-02 | tcg-i386: Adjust tcg_out_tlb_load for x32 | Richard Henderson |
2013-09-02 | tcg-i386: Use intptr_t appropriately | Richard Henderson |
2013-09-02 | tcg: Fix jit debug for x32 | Richard Henderson |
2013-09-02 | tcg: Use appropriate types in tcg_reg_alloc_call | Richard Henderson |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson |
2013-09-02 | tcg: Change tcg_gen_exit_tb argument to uintptr_t | Richard Henderson |
2013-09-02 | tcg: Use uintptr_t in TCGHelperInfo | Richard Henderson |