aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-06-28target/nios2: Move nios2-semi.c to nios2_softmmu_ssRichard Henderson2-7/+2
2022-06-28target/nios2: Eliminate nios2_semi_is_lseekRichard Henderson1-36/+23
2022-06-28target/mips: Drop pread and pwrite syscalls from semihostingRichard Henderson1-32/+7
2022-06-28target/mips: Add UHI errno valuesRichard Henderson1-0/+40
2022-06-28target/mips: Use an exception for semihostingRichard Henderson10-21/+19
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson2-38/+4
2022-06-28target/m68k: Eliminate m68k_semi_is_fseekRichard Henderson1-32/+23
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2-12/+6
2022-06-28semihosting: Split out common-semi-target.hRichard Henderson2-0/+112
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson2-54/+8
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson2-16/+0
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson3-4/+4
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson3-3/+3
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson1-1/+7
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-8/+16
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson2-36/+38
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson4-1/+21
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson2-9/+32
2022-06-27target/arm: Add cpu properties for SMERichard Henderson4-7/+124
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson2-5/+2
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson3-6/+5
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson1-13/+14
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson1-14/+15
2022-06-27target/arm: Create ARMVQMapRichard Henderson4-28/+27
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson7-3/+112
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson2-0/+56
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson4-0/+12
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson1-0/+33
2022-06-27target/arm: Add SMCR_ELxRichard Henderson2-2/+47
2022-06-27target/arm: Add SVCRRichard Henderson2-0/+19
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson2-0/+23
2022-06-27target/arm: Add syn_smetrapRichard Henderson1-0/+14
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson4-0/+56
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson2-0/+33
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf1-4/+12
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-9/+0
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng3-9/+0
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat1-0/+3
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza1-1/+1
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza1-2/+3
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst1-3/+2
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2-0/+15
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)4-0/+76
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2-0/+51
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2-0/+92
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic1-0/+19
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic1-2/+3