aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho
2022-03-02target/ppc: Implement vmsumudm instructionVíctor Colombo
2022-03-02target/ppc: Implement vmsumcud instructionVíctor Colombo
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Introduce TRANS*FLAGS macrosLuis Pires
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza
2022-03-02target/ppc: finalize pre-EBB PMU logicDaniel Henrique Barboza
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas
2022-02-18target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas
2022-02-18target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas
2022-02-18target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas
2022-02-18target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas
2022-02-18target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas
2022-02-18target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas
2022-02-18target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas
2022-02-18target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas
2022-02-18target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin
2022-02-18target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin
2022-02-18target/ppc: raise HV interrupts for partition table entry problemsNicholas Piggin
2022-02-09target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo
2022-02-09target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas