aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-38/+198
2019-02-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'...Peter Maydell7-189/+441
2019-02-05Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190205' into stagingPeter Maydell4-127/+167
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell2-0/+12
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson1-0/+6
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell2-42/+24
2019-02-05target/arm: Clean TBI for data operations in the translatorRichard Henderson1-101/+116
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson4-36/+39
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson1-0/+4
2019-02-05target/arm: Set btype for indirect branchesRichard Henderson1-1/+36
2019-02-05target/arm: Reset btype for direct branchesRichard Henderson1-0/+6
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson3-2/+152
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson1-0/+6
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson4-7/+23
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson2-2/+9
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson1-0/+10
2019-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+11
2019-02-05contrib/vhost-user-blk: fix the compilation issuePeter Xu1-3/+11
2019-02-05i386: hvf: Fix smp boot hangsHeiher1-5/+0
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale2-6/+191
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov1-1/+1
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini1-17/+1
2019-02-05Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo2-2/+1
2019-02-05i386: remove the 'INTEL_PT' CPUID bit from named CPU modelsPaolo Bonzini1-5/+3
2019-02-05i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU modelRobert Hoo1-2/+1
2019-02-05Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into stagingPeter Maydell11-16/+37006
2019-02-04s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand2-125/+160
2019-02-04s390x: remove direct reference to mem_path global from s390x codeIgor Mammedov1-2/+3
2019-02-04target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée1-0/+4
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland1-110/+45
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland1-28/+20
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland1-7/+7
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland1-39/+27
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland1-95/+85
2019-02-04target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-21/+27
2019-02-04target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-35/+19
2019-02-04ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater1-5/+0
2019-02-04target/ppc: implement complete set of Vsr* macrosMark Cave-Ayland1-1/+8
2019-02-04target/ppc/kvm: Drop useless include directiveGreg Kurz1-1/+0
2019-02-01target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont1-1/+1
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont1-1/+1
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson2-60/+3
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova3-19/+25
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson1-0/+6
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS3-2/+92
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS1-10/+51
2019-02-01target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell1-1/+21