aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo2-7/+7
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo3-8/+8
2022-05-05target/ppc: Remove msr_ce macroVíctor Colombo2-2/+2
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo4-8/+14
2022-05-05target/ppc: Remove msr_ile macroVíctor Colombo1-2/+2
2022-05-05target/ppc: Remove msr_ds macroVíctor Colombo2-2/+2
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo4-11/+11
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo6-21/+28
2022-05-05target/ppc: Remove unused msr_* macrosVíctor Colombo1-20/+0
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo3-44/+15
2022-05-05target/ppc: Fix BookE debug interrupt generationBin Meng1-2/+2
2022-05-05target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: init 'sregs' in kvmppc_put_books_sregs()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: initialize 'val' union in kvm_get_one_spr()Daniel Henrique Barboza1-1/+2
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2-10/+10
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-10/+10
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson7-2/+70
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst4-0/+27
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst4-0/+39
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau4-5/+5
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau7-19/+19
2022-03-26target/ppc: fix helper_xvmadd* argument orderMatheus Ferst1-10/+10
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho1-4/+44
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson1-6/+39
2022-03-14target/ppc: fix xxspltw for big endian hostsMatheus Ferst1-1/+1
2022-03-14target/ppc: fix ISI fault cause for Radix MMULeandro Lupori1-1/+2
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2-3/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo1-0/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo1-0/+2
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2-42/+57
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst1-38/+20
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2-0/+43
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori4-68/+62
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori4-14/+67
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo4-4/+57
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo4-0/+9
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo1-24/+17