summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
...
| * target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono2020-05-071-3/+21
| * target/ppc: Add support for Radix partition-scoped translationCédric Le Goater2020-05-073-19/+181
| * target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater2020-05-071-27/+52
| * target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater2020-05-071-5/+6
| * target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater2020-05-071-96/+123
| * target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater2020-05-071-0/+1
| * target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater2020-05-071-2/+3
| * target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh2020-05-071-0/+3
| * ppc/spapr: tweak change system reset helperNicholas Piggin2020-05-072-5/+2Star
| * target/ppc: Improve syscall exception loggingNicholas Piggin2020-05-071-4/+26
* | target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson2020-05-062-15/+19
|/
* gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé2020-05-062-3/+3
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-2/+2
* target/ppc: Fix TCG temporary leaks in gen_slbia()Philippe Mathieu-Daudé2020-04-201-0/+1
* target/ppc: Fix mtmsr(d) L=1 variant that loses interruptsNicholas Piggin2020-04-171-19/+27
* target/ppc: Fix wrong interpretation of the disposition flag.Ganesh Goudar2020-04-171-2/+2
* ppc/spapr: KVM FWNMI should not be enabled until guest requests itNicholas Piggin2020-04-072-0/+13
* hw/ppc: Take QEMU lock when calling ppc_dcr_read/write()Peter Maydell2020-03-241-14/+26
* target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin2020-03-243-9/+54
* target/ppc: Fix slbia TLB invalidation gapNicholas Piggin2020-03-241-6/+15
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-192-5/+5
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-183-48/+58
|\ \
| * | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-173-48/+58
| |/
* | target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin2020-03-172-2/+5
* | ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin2020-03-172-22/+53
* | target/ppc: Fix rlwinm on ppc64Vitaly Chikunov2020-03-171-9/+11
* | spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson2020-03-162-7/+5Star
* | target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2020-03-162-60/+35Star
* | target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2020-03-162-4/+6
* | target/ppc: Correct RMLS tableDavid Gibson2020-03-161-3/+4
* | target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson2020-03-161-36/+27Star
* | target/ppc: Use class fields to simplify LPCR maskingDavid Gibson2020-03-163-39/+34Star
* | target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson2020-03-161-2/+8
* | spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson2020-03-161-8/+0Star
* | target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson2020-03-161-22/+21Star
* | target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson2020-03-161-25/+35
* | ppc: Remove stub of PPC970 HID4 implementationDavid Gibson2020-03-162-40/+9Star
* | ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson2020-03-162-17/+10Star
* | ppc: Officially deprecate the CPU "compat" propertyGreg Kurz2020-03-161-42/+2Star
|/
* target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan2020-02-201-91/+54Star
* target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan2020-02-201-5/+4Star
* target/ppc: Fix typo in commentsBALATON Zoltan2020-02-202-5/+5
* target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan2020-02-201-2/+0Star
* target/ppc: Use probe_write for DCBZRichard Henderson2020-02-031-1/+1
* target/ppc: Remove redundant mask in DCBZRichard Henderson2020-02-031-1/+1
* target/ppc: Use probe_access for LMW, STMWRichard Henderson2020-02-031-13/+32
* target/ppc: Use probe_access for LSW, STSWRichard Henderson2020-02-031-20/+128
* target/ppc: Build rtas error log upon an MCEAravinda Prasad2020-02-031-1/+3
* target/ppc: Handle NMI guest exitAravinda Prasad2020-02-033-0/+21