aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell11-384/+767
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-4/+34
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2-0/+24
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh1-5/+5
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova1-0/+12
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk1-0/+12
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson1-39/+28
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson1-28/+24
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson1-23/+20
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson1-34/+26
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson1-43/+51
2018-11-08target/ppc: Remove float_check_statusRichard Henderson1-42/+35
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson1-163/+181
2018-11-08target/ppc: add external PID supportRoman Kapl8-45/+387
2018-11-06target/i386: Clear RF on SYSCALL instructionRudolf Marek1-2/+2
2018-11-06x86: hv_evmcs CPU flag supportVitaly Kuznetsov4-2/+32
2018-11-06target/arm: Fix ATS1Hx instructionsPeter Maydell1-2/+2
2018-11-06target/arm: Set S and PTW in 64-bit PAR formatPeter Maydell1-4/+6
2018-11-06target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell1-5/+3
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson2-2/+18
2018-11-02Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf1' in...Peter Maydell1-1/+1
2018-11-02Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.1-pull-request' ...Peter Maydell2-4/+3
2018-11-01Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into stagingPeter Maydell3-375/+355
2018-11-01target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier2-4/+3
2018-10-31decodetree: Remove "insn" argument from trans_* expandersRichard Henderson3-375/+355
2018-10-30i386: Add PKU on Skylake-Server CPU modelTao Xu1-0/+4
2018-10-30i386: Add new model of Cascadelake-ServerTao Xu1-0/+54
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo3-1/+42
2018-10-30x86: Data structure changes to support MSR based featuresRobert Hoo1-55/+142
2018-10-30kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo1-0/+80
2018-10-30target/i386: Remove #ifdeffed-out icebp debugging hackPeter Maydell1-6/+0
2018-10-30i386: correct cpu_x86_cpuid(0xd)Sebastian Andrzej Siewior1-1/+1
2018-10-30target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64Dayeol Lee1-1/+1
2018-10-29target/mips: Amend MXU ASE overview noteAleksandar Markovic1-10/+74
2018-10-29target/mips: Move MXU_EN check one level higherAleksandar Markovic1-271/+238
2018-10-29target/mips: Add emulation of MXU instructions S32LDD and S32LDDRCraig Janeczek1-7/+47
2018-10-29target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSUCraig Janeczek1-7/+94
2018-10-29target/mips: Add emulation of MXU instruction D16MACCraig Janeczek1-3/+87
2018-10-29target/mips: Add emulation of MXU instruction D16MULCraig Janeczek1-3/+63
2018-10-29target/mips: Add emulation of MXU instruction S8LDDCraig Janeczek1-3/+87
2018-10-29target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switchAleksandar Markovic1-18/+23
2018-10-29target/mips: Add emulation of MXU instructions S32I2M and S32M2ICraig Janeczek1-6/+85
2018-10-29target/mips: Add emulation of non-MXU MULL within MXU decoding engineCraig Janeczek1-1/+18
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn3'Craig Janeczek1-0/+10
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add MXU decoding engineAleksandar Markovic1-2/+1141
2018-10-29target/mips: Add and integrate MXU decoding engine placeholderAleksandar Markovic1-0/+8