summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/spapr.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-0/+10
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-0/+1
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-141-0/+6
* ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-171-1/+0Star
* ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-1/+0Star
* PPC: KVM: Support machine option to set VSMT modeSam Bobroff2017-09-081-0/+1
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-0/+3
* 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-171-0/+2
* pseries: Implement HPT resizingDavid Gibson2017-07-171-0/+6
* pseries: Stubs for HPT resizingDavid Gibson2017-07-171-0/+11
* spapr: Minor cleanups to events handlingDavid Gibson2017-07-171-5/+1Star
* spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2017-07-171-2/+7
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-0/+4
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-1/+2
* spapr: refresh "platform-specific" hcalls commentGreg Kurz2017-07-111-3/+2Star
* spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2017-07-111-2/+0Star
* spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz2017-06-301-0/+1
* pseries: Move CPU compatibility property to machineDavid Gibson2017-06-301-4/+8
* spapr: Move configure-connector state into DRCDavid Gibson2017-06-061-14/+0Star
* hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza2017-05-251-0/+4
* hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineStateDavid Gibson2017-05-251-0/+6
* hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntryDaniel Henrique Barboza2017-05-241-1/+0Star
* spapr: Consolidate HPT freeing code into a routineBharata B Rao2017-05-241-0/+1
* spapr: remove the 'nr_servers' field from the machineCédric Le Goater2017-04-261-1/+0Star
* spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater2017-04-261-1/+1
* spapr: Workaround for broken radix guestsSam Bobroff2017-04-261-0/+1
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-261-0/+2
* target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh2017-04-261-0/+3
* ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-261-5/+16
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-041-0/+1
|\
| * target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh2017-03-031-0/+1