summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: spapr: Introduce FWNMI capabilityAravinda Prasad2020-02-032-0/+14
* target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan2020-02-031-1/+1
* ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater2020-02-021-0/+6
* target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater2020-02-023-0/+46
* target/ppc: Add privileged message send facilitiesCédric Le Goater2020-02-025-20/+132
* target/ppc: Clarify the meaning of return values in kvm_handle_debugFabiano Rosas2020-02-021-6/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-5/+5
* accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2020-01-241-2/+2
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-162-3/+3
* target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2020-01-162-11/+2Star
* ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCGBharata B Rao2020-01-081-2/+5
* ppc/spapr: Support reboot of secure pseries guestBharata B Rao2020-01-082-0/+21
* target/ppc: Handle AIL=0 in ppc_excp_vector_offsetFabiano Rosas2020-01-081-0/+2
* target/ppc: Remove unused PPC_INPUT_INT definesFabiano Rosas2020-01-081-6/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-201-1/+1
|\
| * kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-1/+1
* | ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2019-12-182-3/+3
* | Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster2019-12-182-5/+5
|/
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-174-0/+26
* target/ppc: Add SPR ASDRSuraj Jitindar Singh2019-12-172-0/+7
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-174-8/+22
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-174-4/+29
* target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater2019-12-175-6/+237
* ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz2019-12-171-4/+0Star
* ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVMGreg Kurz2019-12-171-0/+5
* ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz2019-12-171-1/+3
* ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz2019-12-171-0/+1
* ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy2019-12-172-5/+5
* spapr/kvm: Set default cpu model for all machine classesDavid Gibson2019-11-181-8/+13
* target/ppc: fetch code with translator_ldEmilio G. Cota2019-10-281-5/+3Star
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic2019-10-241-44/+40Star
* target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland2019-10-041-47/+25Star
* target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland2019-10-041-50/+10Star
* target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland2019-10-041-39/+31Star
* target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland2019-10-041-102/+108
* target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland2019-10-041-19/+23
* target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-043-39/+44
* target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-42/+48
* target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-13/+39
* ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy2019-10-042-5/+9
* ppc: Use FPSCR defines instead of constantsPaul A. Clarke2019-10-042-65/+65
* ppc: Add support for 'mffsce' instructionPaul A. Clarke2019-10-042-0/+32
* ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-045-3/+84
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-041-6/+6
|\
| * tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-6/+6
* | powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh2019-08-292-0/+3
* | target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic2019-08-291-29/+37
* | target/ppc: Fix do_float_check_status vs inexactRichard Henderson2019-08-291-7/+3Star