summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: Add TS bits into msr_maskSimon Guo2018-03-061-0/+2
* ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2018-03-061-2/+4
* target/ppc: Check mask when setting cap_ppc_safe_indirect_branchSuraj Jitindar Singh2018-03-061-1/+1
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-061-1/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-214-1/+3
* target/ppc: convert to TranslatorOpsEmilio G. Cota2018-02-161-162/+167
* target/ppc: convert to DisasContextBaseEmilio G. Cota2018-02-163-86/+91
* Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster2018-02-092-1/+1
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-095-4/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-4/+4
|\
| * qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-4/+4
* | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2018-02-062-1/+12
|/
* target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2018-01-292-0/+76
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-4/+4
* target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater2018-01-205-5/+84
* target-ppc: optimize cmp translationpbonzini@redhat.com2018-01-201-17/+12Star
* target/ppc: msgsnd and msgclr instructions need hypervisor privilegeCédric Le Goater2018-01-201-2/+2
* target/ppc: fix doorbell and hypervisor doorbell definitionsCédric Le Goater2018-01-201-4/+4
* target-ppc: Fix booke206 tlbwe TLB instructionLuc MICHEL2018-01-161-5/+27
* target/ppc: add support for POWER9 HILECédric Le Goater2018-01-162-1/+2
* target/ppc: Clarify compat mode max_threads valueDavid Gibson2018-01-162-9/+18
* ppc: Change Power9 compat table to support at most 8 threads/coreJose Ricardo Ziviani2018-01-161-1/+8
* target/ppc: Clean up probing of VMX, VSX and DFP availability on KVMDavid Gibson2018-01-162-23/+6Star
* target/ppc: Yet another fix for KVM-HV HPTE accessorsAlexey Kardashevskiy2018-01-161-4/+7
* target/ppc: more use of the PPC_*() macrosCédric Le Goater2018-01-102-23/+35
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-1/+1
* ppc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-3/+0Star
* target/ppc: introduce the PPC_BIT() macroCédric Le Goater2017-12-141-49/+56
* spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater2017-12-141-3/+6
* pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater2017-12-142-12/+12
* target/ppc: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2017-12-141-15/+8Star
* target/ppc: Fix system lockups caused by interrupt_request state corruptionRichard Purdie2017-12-052-6/+18
* target-ppc: Don't invalidate non-supported msr bitsKurban Mallachiev2017-11-301-2/+2
* target/ppc: Fix setting of cpu->compat_pvr on incoming migrationSuraj Jitindar Singh2017-11-271-1/+3
* ppc: fix VTB migrationLaurent Vivier2017-11-221-2/+2
* ppc: fix setting of compat modeGreg Kurz2017-11-081-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-272-5/+29
|\
| * ppc: Support Capstone in disas_set_infoRichard Henderson2017-10-251-0/+6
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
| * target/ppc: Convert to disas_set_info hookRichard Henderson2017-10-252-4/+22
* | tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson2017-10-261-0/+2
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-242-19/+19
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-242-10/+1Star
* | tcg: Remove TCGV_EQUAL*Richard Henderson2017-10-241-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-191-0/+1
|\
| * build: remove CONFIG_LIBDECNUMBERPaolo Bonzini2017-10-161-0/+1
* | ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-173-5/+9