summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/spapr.h
Commit message (Expand)AuthorAgeFilesLines
...
* ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-0/+2
* spapr/rtas: modify spapr_rtas_register() to remove RTAS handlersCédric Le Goater2019-04-261-0/+4
* spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-261-1/+4
* spapr: Simplify handling of host-serial and host-model valuesDavid Gibson2019-03-291-0/+1
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-88/+88
* spapr_iommu: Do not replay mappings from just created DMA windowAlexey Kardashevskiy2019-03-121-0/+1
* spapr: Force SPAPR_MEMORY_BLOCK_SIZE to be a hwaddr (64-bit)David Gibson2019-03-121-1/+1
* target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh2019-03-121-1/+4
* target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh2019-03-121-0/+7
* target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTERSuraj Jitindar Singh2019-03-121-1/+4
* spapr: add hotplug hooks for PHB hotplugGreg Kurz2019-02-251-0/+3
* spapr: create DR connectors for PHBsMichael Roth2019-02-251-0/+1
* spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz2019-02-251-0/+2
* spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz2019-02-251-1/+3
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-251-0/+1
* ppc: add host-serial and host-model machine attributes (CVE-2019-8934)Prasad J Pandit2019-02-251-0/+2
* spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-1/+0Star
* spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-171-1/+1
* ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2019-01-221-2/+3
* spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-081-0/+1
* ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-081-1/+6
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-081-0/+1
* spapr: introduce an 'ic-mode' machine optionCédric Le Goater2018-12-201-0/+1
* spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2018-12-201-0/+6
* spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2018-12-201-1/+14
* spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2018-12-201-0/+2
* spapr: export and rename the xics_max_server_number() routineCédric Le Goater2018-12-201-0/+1
* ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2018-11-081-1/+4
* hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth2018-11-081-2/+0Star
* spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-211-9/+2Star
* spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-211-0/+5
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2018-06-221-0/+3
* spapr: Maximum (HPT) pagesize propertyDavid Gibson2018-06-221-1/+3
* spapr: remove unused spapr_irq routinesCédric Le Goater2018-06-211-4/+0Star
* spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-211-0/+4
* spapr: Add cpu_apply hook to capabilitiesDavid Gibson2018-06-211-0/+1
* spapr: Compute effective capability values earlierDavid Gibson2018-06-211-1/+2
* spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand2018-05-071-2/+2
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-1/+0Star
* ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2018-03-061-1/+4
* 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
* hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2018-01-161-21/+24