aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost5-5/+5
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost23-23/+23
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost23-30/+42
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost11-11/+15
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana1-2/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost23-28/+28
2021-01-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...Peter Maydell3-9/+21
2021-01-29target/arm: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé1-1/+1
2021-01-29target/arm: Conditionalize DBGDIDRRichard Henderson1-6/+15
2021-01-29target/arm: Implement ID_PFR2Richard Henderson3-2/+5
2021-01-29Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-6/+6
2021-01-29target/rx: Fix compiler errors for build with sanitizersStefan Weil1-6/+6
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-16/+8
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi3-5/+26
2021-01-27target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi2-2/+2
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi2-0/+57
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-01-21x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang1-0/+1
2021-01-21s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2-9/+10
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand1-2/+2
2021-01-21s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand2-10/+13
2021-01-21s390x/tcg: Fix RISBHGDavid Hildenbrand1-10/+8
2021-01-21s390x/tcg: Fix ALGSIDavid Hildenbrand1-1/+1
2021-01-19target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé1-1/+1
2021-01-19target/arm: Update REV, PUNPK for pred_descRichard Henderson2-13/+8
2021-01-19target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson2-17/+13
2021-01-19target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson2-6/+7
2021-01-19target/arm: Introduce PREDDESC field definitionsRichard Henderson1-0/+9
2021-01-19target/arm: refactor vae1_tlbmask()Rémi Denis-Courmont1-14/+11
2021-01-19target/arm: enable Secure EL2 in max CPURémi Denis-Courmont1-0/+1
2021-01-19target/arm: Implement SCR_EL2.EEL2Rémi Denis-Courmont4-8/+36
2021-01-19target/arm: revector to run-time pick target ELRémi Denis-Courmont1-2/+21
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont4-0/+13
2021-01-19target/arm: secure stage 2 translation regimeRémi Denis-Courmont3-25/+81
2021-01-19target/arm: generalize 2-stage page-walk conditionRémi Denis-Courmont1-7/+6
2021-01-19target/arm: translate NS bit in page-walksRémi Denis-Courmont1-0/+12
2021-01-19target/arm: do S1_ptw_translate() before address space lookupRémi Denis-Courmont1-3/+6
2021-01-19target/arm: handle VMID change in secure stateRémi Denis-Courmont1-4/+9
2021-01-19target/arm: add ARMv8.4-SEL2 system registersRémi Denis-Courmont2-0/+31
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont5-58/+124
2021-01-19target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont2-7/+7
2021-01-19target/arm: Define isar_feature function to test for presence of SEL2Rémi Denis-Courmont1-0/+5
2021-01-19target/arm: factor MDCR_EL2 common handlingRémi Denis-Courmont1-16/+22
2021-01-19target/arm: use arm_hcr_el2_eff() where applicableRémi Denis-Courmont1-13/+18
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont3-29/+16
2021-01-19target/arm: add arm_is_el2_enabled() helperRémi Denis-Courmont1-0/+17
2021-01-19target/arm: remove redundant testsRémi Denis-Courmont2-10/+8
2021-01-19target/arm: Use object_property_add_bool for "sve" propertyRichard Henderson1-14/+10
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson4-4/+60
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson2-9/+33