aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk
2018-10-02hvf: drop unused variablePaolo Bonzini
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp2_i32 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_ptr1 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_ptr0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp4 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_T1 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_T0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_A0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_cc_srcT to DisasContextEmilio G. Cota
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka
2018-10-01target/xtensa: extract gen_check_interrupts callMax Filippov
2018-10-01target/xtensa: make rsr/wsr helpers return voidMax Filippov
2018-10-01target/xtensa: extract unconditional TB termination via slot 0Max Filippov
2018-10-01target/xtensa: always end TB on CCOUNT access/CCOMPARE writeMax Filippov
2018-10-01target/xtensa: change SR number checks to assertionsMax Filippov
2018-10-01target/xtensa: extract unconditional TB terminationMax Filippov
2018-10-01target/xtensa: extract test for division by zeroMax Filippov
2018-10-01target/xtensa: extract test for cpdisabled exceptionMax Filippov
2018-10-01target/xtensa: extract test for alloca exceptionMax Filippov
2018-10-01target/xtensa: extract test for window underflow exceptionMax Filippov
2018-10-01target/xtensa: extract test for window overflow exceptionMax Filippov
2018-10-01target/xtensa: extract test for debug exceptionMax Filippov
2018-10-01target/xtensa: extract test for syscall instructionMax Filippov
2018-10-01target/xtensa: extract test for privileged instructionMax Filippov
2018-10-01target/xtensa: extract test for an illegal instructionMax Filippov
2018-09-25target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp modePeter Maydell
2018-09-25target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUsRichard Henderson
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/xtensa/tags/20180918-xtensa' into stagingPeter Maydell
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell