aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic1-44/+40
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland1-47/+25
2019-10-04target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland1-50/+10
2019-10-04target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland1-39/+31
2019-10-04target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland1-102/+108
2019-10-04target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland1-19/+23
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland3-39/+44
2019-10-04target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland1-42/+48
2019-10-04target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland1-13/+39
2019-10-04ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy2-5/+9
2019-10-04ppc: Use FPSCR defines instead of constantsPaul A. Clarke2-65/+65
2019-10-04ppc: Add support for 'mffsce' instructionPaul A. Clarke2-0/+32
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke5-3/+84
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell1-6/+6
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-6/+6
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh2-0/+3
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic1-29/+37
2019-08-29target/ppc: Fix do_float_check_status vs inexactRichard Henderson1-7/+3
2019-08-29target/ppc: Set float_tininess_before_rounding at cpu resetRichard Henderson1-0/+4
2019-08-29ppc: Fix xscvdpspn for SNANPaul A. Clarke1-2/+30
2019-08-29ppc: Fix xsmaddmdp and friendsPaul A. Clarke1-1/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-3/+3
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell11-480/+449
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé1-3/+3
2019-08-21ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke1-4/+13
2019-08-21ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke1-4/+11
2019-08-21ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke1-1/+5
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke4-8/+37
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2-0/+15
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat1-70/+5
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin2-0/+31
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13