aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2023-09-08target/ppc: use g_free() in test_opcode_table()Daniel Henrique Barboza
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu
2023-09-06target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson
2023-09-06target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin
2023-09-06target/ppc: Migrate DECR SPRNicholas Piggin
2023-09-06ppc/vhyp: reset exception state when handling vhyp hcallNicholas Piggin
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Suppress single step interrupts on rfi-type instructionsNicholas Piggin
2023-09-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin
2023-09-06target/ppc: Remove single-step suppression inside 0x100-0xf00Nicholas Piggin
2023-09-06ppc: Add stub implementation of TRIG SPRsJoel Stanley
2023-09-06target/ppc: Generate storage interrupts for radix RC changesShawn Anastasio
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-31target/ppc/pmu: Include missing 'qemu/timer.h' headerPhilippe Mathieu-Daudé
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-08-24target/ppc: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-04target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin
2023-08-04target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin
2023-07-31target/ppc: Disable goto_tb with architectural singlestepRichard Henderson
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson
2023-07-07target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'Philippe Mathieu-Daudé
2023-07-07target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé
2023-07-07target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.hPhilippe Mathieu-Daudé
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé
2023-07-07target/ppc: Reorder #ifdef'ry in kvm_ppc.hPhilippe Mathieu-Daudé
2023-07-07target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'Philippe Mathieu-Daudé
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin
2023-07-07target: ppc: Use MSR_HVB bit to get the target endianness for memory dumpNarayana Murty N
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan
2023-07-07target/ppd: Remove unused defineBALATON Zoltan
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan
2023-07-07target/ppc: Fix icount access for some hypervisor instructionsNicholas Piggin
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin
2023-07-07target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin
2023-07-07target/ppc: Only generate decodetree files when TCG is enabledPhilippe Mathieu-Daudé