summaryrefslogtreecommitdiff
path: root/include/hw/ppc/spapr_drc.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza1-0/+1
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson1-4/+9
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson1-10/+6
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson1-4/+21
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson1-5/+6
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson1-1/+1
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson1-1/+0
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier1-0/+8
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson1-1/+1
2017-07-11spapr: Add DRC release methodDavid Gibson1-0/+1
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson1-4/+2
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson1-2/+0
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson1-2/+0
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier1-1/+0
2017-06-08spapr: Rework DRC name handlingDavid Gibson1-2/+1
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson1-3/+4
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson1-8/+8
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson1-2/+2
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson1-0/+1
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson1-0/+7
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-3/+2
2017-06-06spapr: Introduce DRC subclassesDavid Gibson1-3/+44
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-2/+3
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson1-3/+0
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson1-1/+0
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza1-7/+1
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier1-0/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+4
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao1-0/+1
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth1-0/+2
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth1-7/+7
2015-09-23spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao1-7/+8
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth1-0/+2
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth1-0/+199