aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2020-02-03target/ppc: Use probe_write for DCBZRichard Henderson
2020-02-03target/ppc: Remove redundant mask in DCBZRichard Henderson
2020-02-03target/ppc: Use probe_access for LMW, STMWRichard Henderson
2020-02-03target/ppc: Use probe_access for LSW, STSWRichard Henderson
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad
2020-02-03target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan
2020-02-02ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater
2020-02-02target/ppc: Clarify the meaning of return values in kvm_handle_debugFabiano Rosas
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-08ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCGBharata B Rao
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao
2020-01-08target/ppc: Handle AIL=0 in ppc_excp_vector_offsetFabiano Rosas
2020-01-08target/ppc: Remove unused PPC_INPUT_INT definesFabiano Rosas
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater
2019-12-17ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz
2019-12-17ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVMGreg Kurz
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz
2019-12-17ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy
2019-11-18spapr/kvm: Set default cpu model for all machine classesDavid Gibson
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland
2019-10-04target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland
2019-10-04target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland
2019-10-04target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland
2019-10-04target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland
2019-10-04target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland
2019-10-04ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy
2019-10-04ppc: Use FPSCR defines instead of constantsPaul A. Clarke
2019-10-04ppc: Add support for 'mffsce' instructionPaul A. Clarke