summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du2020-03-301-1/+4
* target/arm: Move computation of index in handle_simd_dupeRichard Henderson2020-03-231-1/+2
* target/arm: Assert immh != 0 in disas_simd_shift_immRichard Henderson2020-03-231-0/+3
* target/arm: Rearrange disabled check for watchpointsRichard Henderson2020-03-231-5/+6
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-192-5/+5
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-185-64/+335
|\ \
| * | target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée2020-03-171-5/+15
| * | target/arm: generate xml description of our SVE registersAlex Bennée2020-03-173-5/+261
| * | target/arm: default SVE length to 64 bytes for linux-userAlex Bennée2020-03-171-3/+4
| * | target/arm: explicitly encode regnum in our XMLAlex Bennée2020-03-173-8/+13
| * | target/arm: prepare for multiple dynamic XMLsAlex Bennée2020-03-173-24/+30
| * | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-174-15/+12Star
| * | target/arm: use gdb_get_reg helpersAlex Bennée2020-03-171-11/+7Star
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell2020-03-181-6/+2Star
|\ \ \ | |_|/ |/| |
| * | Use &error_abort instead of separate assert()Markus Armbruster2020-03-171-6/+2Star
| |/
* / qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-19/+3Star
|/
* target/arm: kvm: Inject events at the last stage of syncBeata Michalska2020-03-122-10/+20
* target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2020-03-122-6/+11
* target/arm: Disable clean_data_tbi for system modeRichard Henderson2020-03-121-0/+11
* target/arm: Check addresses for disabled regimesRichard Henderson2020-03-121-1/+34
* target/arm: Fix some comment typosPeter Maydell2020-03-122-2/+2
* target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell2020-03-123-4/+16
* target/arm: Update hflags in trans_CPS_v7m()Peter Maydell2020-03-121-1/+4
* target/arm: Clean address for DC ZVARichard Henderson2020-03-051-1/+1
* target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson2020-03-051-1/+1
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-054-94/+92Star
* target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson2020-03-051-1/+22
* target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2020-03-052-1/+7
* target/arm: Optimize cpu_mmu_indexRichard Henderson2020-03-052-15/+13Star
* target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson2020-03-051-2/+4
* target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson2020-03-051-30/+55
* target/arm: Honor the HCR_EL2.TPU bitRichard Henderson2020-03-051-20/+31
* target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson2020-03-051-8/+31
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson2020-03-051-6/+0Star
* target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson2020-03-051-2/+4
* target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson2020-03-051-0/+7
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-053-0/+7
* target/arm: Implement ARMv8.3-CCIDXPeter Maydell2020-02-282-1/+35
* target/arm: Implement v8.4-RCPCPeter Maydell2020-02-283-1/+96
* target/arm: Implement v8.3-RCPCPeter Maydell2020-02-283-0/+30
* target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell2020-02-281-2/+2
* target/arm: Split VMINMAXNM decodeRichard Henderson2020-02-282-77/+44Star
* target/arm: Split VFM decodeRichard Henderson2020-02-282-14/+55
* target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson2020-02-281-90/+60Star