aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson1-164/+571
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson1-1/+22
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson3-5/+13
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson4-55/+125
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson1-12/+9
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson1-46/+42
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson1-1/+2
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell1-1/+0
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell1-1/+1
2018-10-08target/arm: fix code comments errorDongjiu Geng2-3/+3
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand1-28/+6
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand1-10/+10
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand2-145/+76
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand1-0/+33
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand2-127/+135
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand2-6/+19
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand7-20/+44
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand5-15/+24
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy1-2/+4
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank1-0/+6
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk1-3/+3
2018-10-02hvf: drop unused variablePaolo Bonzini1-1/+0
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon5-8/+10
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini5-11/+11
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini3-67/+91
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota1-153/+154
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota1-80/+80
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota1-32/+32
2018-10-02target/i386: move cpu_tmp2_i32 to DisasContextEmilio G. Cota1-173/+174
2018-10-02target/i386: move cpu_ptr1 to DisasContextEmilio G. Cota1-26/+26
2018-10-02target/i386: move cpu_ptr0 to DisasContextEmilio G. Cota1-49/+52
2018-10-02target/i386: move cpu_tmp4 to DisasContextEmilio G. Cota1-39/+39
2018-10-02target/i386: move cpu_tmp0 to DisasContextEmilio G. Cota1-138/+144
2018-10-02target/i386: move cpu_T1 to DisasContextEmilio G. Cota1-171/+170
2018-10-02target/i386: move cpu_T0 to DisasContextEmilio G. Cota1-580/+594
2018-10-02target/i386: move cpu_A0 to DisasContextEmilio G. Cota1-236/+236
2018-10-02target/i386: move cpu_cc_srcT to DisasContextEmilio G. Cota1-14/+18
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka1-0/+4
2018-10-01target/xtensa: extract gen_check_interrupts callMax Filippov1-25/+53
2018-10-01target/xtensa: make rsr/wsr helpers return voidMax Filippov1-66/+36
2018-10-01target/xtensa: extract unconditional TB termination via slot 0Max Filippov1-47/+36
2018-10-01target/xtensa: always end TB on CCOUNT access/CCOMPARE writeMax Filippov1-8/+5
2018-10-01target/xtensa: change SR number checks to assertionsMax Filippov1-36/+29
2018-10-01target/xtensa: extract unconditional TB terminationMax Filippov1-39/+28
2018-10-01target/xtensa: extract test for division by zeroMax Filippov1-22/+31
2018-10-01target/xtensa: extract test for cpdisabled exceptionMax Filippov2-108/+123
2018-10-01target/xtensa: extract test for alloca exceptionMax Filippov1-3/+8
2018-10-01target/xtensa: extract test for window underflow exceptionMax Filippov3-9/+25
2018-10-01target/xtensa: extract test for window overflow exceptionMax Filippov3-587/+889