summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2018-02-161-1/+1
* spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-161-0/+1
* target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh2018-01-291-0/+1
* target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add support for tristate spapr_capabilitiesSuraj Jitindar Singh2018-01-291-0/+4
* target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2018-01-291-0/+12
* ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>Cédric Le Goater2018-01-271-2/+0Star
* ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2018-01-162-3/+11
* ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater2018-01-161-0/+10
* hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2018-01-161-21/+24
* spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2018-01-161-0/+3
* spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2018-01-161-0/+3
* spapr: Validate capabilities on migrationDavid Gibson2018-01-161-0/+6
* spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2018-01-161-0/+3
* spapr: Capabilities infrastructureDavid Gibson2018-01-161-0/+31
* ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater2018-01-102-7/+7
* spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-0/+10
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-143-2/+2
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-142-4/+6
* ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-141-0/+3
* spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2017-12-141-1/+1
* xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-141-0/+2
* ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2017-10-172-2/+0Star
* ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov2017-10-171-1/+0Star
* ppc: pnv: normalize core/chip type namesIgor Mammedov2017-10-172-4/+9
* ppc: pnv: use generic cpu_model parsingIgor Mammedov2017-10-171-4/+4
* ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-172-2/+1Star
* ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov2017-10-171-1/+0Star
* ppc: spapr: use cpu type name directlyIgor Mammedov2017-10-171-1/+1
* ppc: spapr: define core types staticallyIgor Mammedov2017-10-171-0/+2
* ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-1/+0Star
* ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov2017-10-171-2/+0Star
* mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2017-09-271-1/+0Star
* mac_dbdma: QOMifyMark Cave-Ayland2017-09-271-0/+6
* mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland2017-09-271-4/+0Star
* ppc/pnv: Improve macro parenthesizationEric Blake2017-09-271-1/+1
* ppc: Fix OpenPIC modelBenjamin Herrenschmidt2017-09-271-0/+1
* ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater2017-09-151-1/+2
* PPC: KVM: Support machine option to set VSMT modeSam Bobroff2017-09-081-0/+1
* ppc4xx: Make MAL emulation more genericBALATON Zoltan2017-09-081-1/+2
* ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan2017-09-081-0/+2
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-0/+3
* hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza2017-09-081-0/+1
* hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza2017-09-081-0/+1
* pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2017-07-172-0/+3
* pseries: Implement HPT resizingDavid Gibson2017-07-171-0/+6
* pseries: Stubs for HPT resizingDavid Gibson2017-07-171-0/+11
* ppc/pnv: Remove unused XICSState referenceAlexey Kardashevskiy2017-07-171-2/+0Star