summary refs log tree commit diff stats
path: root/include/hw/ppc/spapr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: create DR connectors for PHBsMichael Roth2019-02-261-0/+1
* spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz2019-02-261-0/+2
* spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz2019-02-261-1/+3
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-261-0/+1
* ppc: add host-serial and host-model machine attributes (CVE-2019-8934)Prasad J Pandit2019-02-261-0/+2
* spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-1/+0
* 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-091-0/+1
* ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-091-1/+6
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-091-0/+1
* spapr: introduce an 'ic-mode' machine optionCédric Le Goater2018-12-211-0/+1
* spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2018-12-211-0/+6
* spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2018-12-211-1/+14
* spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2018-12-211-0/+2
* spapr: export and rename the xics_max_server_number() routineCédric Le Goater2018-12-211-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/+0
* spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-211-9/+2
* 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/+0
* 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/+0
* 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-171-21/+24
* spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2018-01-171-0/+3
* spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2018-01-171-0/+3
* spapr: Validate capabilities on migrationDavid Gibson2018-01-171-0/+6
* spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2018-01-171-0/+3
* spapr: Capabilities infrastructureDavid Gibson2018-01-171-0/+31
* spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-151-0/+10
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-151-0/+1
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-151-0/+6
* ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-171-1/+0
* ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-1/+0
* PPC: KVM: Support machine option to set VSMT modeSam Bobroff2017-09-081-0/+1