aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-04-03target/arm: Remove obsolete TODO note from get_phys_addr_lpae()Peter Maydell1-6/+1
2020-04-03target/arm: PSTATE.PAN should not clear exec bitsPeter Maydell1-2/+4
2020-04-03target/arm: don't expose "ieee_half" via gdbstubAlex Bennée1-1/+6
2020-03-30target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du1-1/+4
2020-03-23target/arm: Move computation of index in handle_simd_dupeRichard Henderson1-1/+2
2020-03-23target/arm: Assert immh != 0 in disas_simd_shift_immRichard Henderson1-0/+3
2020-03-23target/arm: Rearrange disabled check for watchpointsRichard Henderson1-5/+6
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-5/+5
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell5-64/+335
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-6/+2
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée3-5/+261
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée1-3/+4
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée3-8/+13
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée3-24/+30
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée4-15/+12
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée1-11/+7
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster1-6/+2
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-19/+3
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska2-10/+20
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2-6/+11
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson1-0/+11
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson1-1/+34
2020-03-12target/arm: Fix some comment typosPeter Maydell2-2/+2
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell3-4/+16
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell1-1/+4
2020-03-05target/arm: Clean address for DC ZVARichard Henderson1-1/+1
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson1-1/+1
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson4-94/+92
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson1-1/+22
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2-1/+7
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson2-15/+13
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson1-2/+4
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson1-30/+55
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson1-20/+31
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson1-8/+31
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson1-4/+14
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson1-6/+16
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson1-27/+55
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson1-4/+27
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson1-6/+0
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson1-2/+4
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson1-0/+7
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson1-13/+25
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell3-0/+7
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell2-1/+35
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell3-1/+96
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell3-0/+30
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell1-2/+2