aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad3-0/+21
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad2-0/+14
2020-02-03target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan1-1/+1
2020-02-02ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater1-0/+6
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater3-0/+46
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater5-20/+132
2020-02-02target/ppc: Clarify the meaning of return values in kvm_handle_debugFabiano Rosas1-6/+9
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-5/+5
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé1-2/+2
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2-3/+3
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2-11/+2
2020-01-08ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCGBharata B Rao1-2/+5
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao2-0/+21
2020-01-08target/ppc: Handle AIL=0 in ppc_excp_vector_offsetFabiano Rosas1-0/+2
2020-01-08target/ppc: Remove unused PPC_INPUT_INT definesFabiano Rosas1-6/+0
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2-3/+3
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster2-5/+5
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-1/+1
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh4-0/+26
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh2-0/+7
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh4-8/+22
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh4-4/+29
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater5-6/+237
2019-12-17ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz1-4/+0
2019-12-17ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVMGreg Kurz1-0/+5
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz1-1/+3
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz1-0/+1
2019-12-17ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy2-5/+5
2019-11-18spapr/kvm: Set default cpu model for all machine classesDavid Gibson1-8/+13
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota1-5/+3