aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell4-139/+396
2020-05-07target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono1-3/+21
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater3-19/+181
2020-05-07target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater1-27/+52
2020-05-07target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater1-5/+6
2020-05-07target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater1-96/+123
2020-05-07target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater1-0/+1
2020-05-07target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater1-2/+3
2020-05-07target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh1-0/+3
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin2-5/+2
2020-05-07target/ppc: Improve syscall exception loggingNicholas Piggin1-4/+26
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson2-15/+19
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé2-3/+3
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-2/+2
2020-04-20target/ppc: Fix TCG temporary leaks in gen_slbia()Philippe Mathieu-Daudé1-0/+1
2020-04-17target/ppc: Fix mtmsr(d) L=1 variant that loses interruptsNicholas Piggin1-19/+27
2020-04-17target/ppc: Fix wrong interpretation of the disposition flag.Ganesh Goudar1-2/+2
2020-04-07ppc/spapr: KVM FWNMI should not be enabled until guest requests itNicholas Piggin2-0/+13
2020-03-24hw/ppc: Take QEMU lock when calling ppc_dcr_read/write()Peter Maydell1-14/+26
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin3-9/+54
2020-03-24target/ppc: Fix slbia TLB invalidation gapNicholas Piggin1-6/+15
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-5/+5
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell3-48/+58
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée3-48/+58
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin2-2/+5
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin2-22/+53
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov1-9/+11
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson2-7/+5
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2-60/+35
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2-4/+6
2020-03-17target/ppc: Correct RMLS tableDavid Gibson1-3/+4
2020-03-17target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson1-36/+27
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson3-39/+34
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson1-2/+8
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson1-8/+0
2020-03-17target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson1-22/+21
2020-03-17target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson1-25/+35
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson2-40/+9
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson2-17/+10
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz1-42/+2
2020-02-21target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan1-91/+54
2020-02-21target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan1-5/+4
2020-02-21target/ppc: Fix typo in commentsBALATON Zoltan2-5/+5
2020-02-21target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan1-2/+0
2020-02-03target/ppc: Use probe_write for DCBZRichard Henderson1-1/+1
2020-02-03target/ppc: Remove redundant mask in DCBZRichard Henderson1-1/+1
2020-02-03target/ppc: Use probe_access for LMW, STMWRichard Henderson1-13/+32
2020-02-03target/ppc: Use probe_access for LSW, STSWRichard Henderson1-20/+128
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad1-1/+3