summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2017-07-171-4/+9
* spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2017-07-171-10/+6Star
* spapr: Consolidate DRC state variablesDavid Gibson2017-07-171-4/+21
* spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-171-5/+6
* spapr: Refactor spapr_drc_detach()David Gibson2017-07-171-1/+1
* spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2017-07-171-1/+0Star
* spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-171-0/+8
* 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: introduce the XIVE_EXPLOIT option in CASCédric Le Goater2017-07-111-0/+1
* spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-111-1/+1
* spapr: Add DRC release methodDavid Gibson2017-07-111-0/+1
* 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: Clean up DRC set_isolation_state() pathDavid Gibson2017-06-301-4/+2Star
* spapr: Clean up DRC set_allocation_state pathDavid Gibson2017-06-301-2/+0Star
* spapr: Eliminate DRC 'signalled' state variableDavid Gibson2017-06-301-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
* Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-1/+0Star
* xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-091-1/+0Star
* xics: setup cpu at realize timeGreg Kurz2017-06-091-2/+1Star
* xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-091-4/+4
* xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-091-0/+4
* xics: add reset() handler to ICPStateClassGreg Kurz2017-06-081-0/+1
* spapr: Rework DRC name handlingDavid Gibson2017-06-081-2/+1Star
* spapr: Change DRC attach & detach methods to functionsDavid Gibson2017-06-081-3/+4
* spapr: Clean up handling of DR-indicatorDavid Gibson2017-06-081-8/+8
* spapr: Clean up DR entity sense handlingDavid Gibson2017-06-081-2/+2
* spapr: Eliminate spapr_drc_get_type_str()David Gibson2017-06-061-0/+1
* spapr: Move configure-connector state into DRCDavid Gibson2017-06-062-14/+7Star
* spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-3/+2Star
* spapr: Introduce DRC subclassesDavid Gibson2017-06-061-3/+44
* spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson2017-06-061-2/+3
* spapr: Abolish DRC set_configured methodDavid Gibson2017-06-061-3/+0Star
* spapr: Abolish DRC get_fdt methodDavid Gibson2017-06-061-1/+0Star
* hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza2017-05-252-7/+5Star