summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-282-12/+6Star
* semihosting: Split out common-semi-target.hRichard Henderson2022-06-282-0/+112
* include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson2022-06-282-54/+8Star
* include/exec: Move gdb open flags to gdbstub.hRichard Henderson2022-06-282-16/+0Star
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-283-4/+4
* semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson2022-06-283-3/+3
* target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson2022-06-271-1/+7
* target/arm: Extend arm_pamax to more than aarch64Richard Henderson2022-06-271-8/+16
* target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson2022-06-272-36/+38
* target/arm: Add SVL to TB flagsRichard Henderson2022-06-274-1/+21
* target/arm: Introduce sve_vqm1_for_el_smRichard Henderson2022-06-272-9/+32
* target/arm: Add cpu properties for SMERichard Henderson2022-06-274-7/+124
* target/arm: Unexport aarch64_add_*_propertiesRichard Henderson2022-06-272-5/+2Star
* target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson2022-06-273-6/+5Star
* target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson2022-06-271-13/+14
* target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson2022-06-271-14/+15
* target/arm: Create ARMVQMapRichard Henderson2022-06-274-28/+27Star
* target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson2022-06-271-8/+7Star
* target/arm: Implement SMSTART, SMSTOPRichard Henderson2022-06-277-3/+112
* target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson2022-06-272-0/+56
* target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson2022-06-274-0/+12
* target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson2022-06-271-0/+33
* target/arm: Add SMCR_ELxRichard Henderson2022-06-272-2/+47
* target/arm: Add SVCRRichard Henderson2022-06-272-0/+19
* target/arm: Add ARM_CP_SMERichard Henderson2022-06-272-0/+23
* target/arm: Add syn_smetrapRichard Henderson2022-06-271-0/+14
* target/arm: Add SMEEXC_EL to TB flagsRichard Henderson2022-06-274-0/+56
* target/arm: Implement TPIDR2_EL0Richard Henderson2022-06-272-0/+33
* target/arm: Catch invalid kvm state also for hvfAlexander Graf2022-06-271-4/+12
* Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-06-213-9/+0Star
|\
| * target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng2022-06-203-9/+0Star
* | target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat2022-06-201-0/+3
* | target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza2022-06-201-1/+1
* | target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza2022-06-201-2/+3
* | target/ppc: fix vbpermd in big endian hostsMatheus Ferst2022-06-201-3/+2Star
* | target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* | target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2022-06-202-0/+15
* | target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)2022-06-204-0/+76
* | target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2022-06-202-0/+51
* | target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* | target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2022-06-202-0/+92
|/
* target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic2022-06-111-0/+19
* target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic2022-06-111-2/+3
* target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic2022-06-111-1/+6
* target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic2022-06-112-2/+3
* target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic2022-06-111-1/+1
* target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic2022-06-111-1/+1
* target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui2022-06-111-2/+2
* target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui2022-06-111-1/+1
* target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui2022-06-111-5/+10