summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori67-180/+144
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori57-122/+154
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno57-446/+619
2013-09-03Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno21-160/+305
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno2-4/+4
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno1-4/+3
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno2-92/+171
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson1-9/+6
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson3-21/+64
2013-09-02exec: Split softmmu_defs.hRichard Henderson14-76/+49
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson5-0/+8
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson1-6/+6
2013-09-02tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson1-19/+14
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson2-52/+56
2013-09-02configure: Allow x32 as a hostRichard Henderson1-9/+18
2013-09-02tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson1-14/+27
2013-09-02tcg-i386: Use intptr_t appropriatelyRichard Henderson1-22/+19
2013-09-02tcg: Fix jit debug for x32Richard Henderson1-5/+5
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson1-1/+3
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson12-28/+28
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson18-25/+25
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2-4/+4
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson13-39/+40
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson2-16/+8
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson2-8/+6
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson1-3/+3
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson1-3/+6
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson6-16/+37
2013-09-02tcg: Fix next_tb type in cpu_execRichard Henderson1-1/+1
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson5-7/+6
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson10-31/+17
2013-09-02qtest: Fix FMT_timeval vs time_tRichard Henderson1-4/+4
2013-09-02tcg: Constant fold div, remRichard Henderson1-0/+23
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson2-29/+11
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson2-2/+12
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson16-11/+128
2013-09-02PPC: spapr: iommu: rework tracesAlexey Kardashevskiy2-47/+29
2013-09-02spapr: add "stop-self" RTAS call required to support hot CPU unplugAlexey Kardashevskiy1-0/+23
2013-09-02PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf1-0/+1
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard3-2/+67
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy1-10/+11
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy4-42/+60
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V1-1/+1
2013-09-02spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy1-10/+2
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno1-2/+2
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber1-15/+20
2013-09-02ppc405_uc: Disable debug outputAndreas Färber1-8/+8
2013-09-02ppc405_boards: Disable debug outputAndreas Färber1-2/+2
2013-09-02ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.Efimov Vasily1-10/+19
2013-09-02disas/ppc.c: Fix little endian disassemblyAnton Blanchard1-1/+2