aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)Author
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson
2017-07-11spapr: Add DRC release methodDavid Gibson
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier
2017-06-08spapr: Rework DRC name handlingDavid Gibson
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson
2017-06-06spapr: Remove some non-useful properties on DRC objectsDavid Gibson
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson
2017-06-06spapr: Introduce DRC subclassesDavid Gibson
2017-06-06spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson
2017-05-25hw/ppc: migrating the DRC state of hotplugged devicesDaniel Henrique Barboza
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster
2017-01-24hw: Fix typos found by codespellStefan Weil
2016-10-28spapr: Memory hot-unplug supportBharata B Rao
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake
2016-04-26spapr_drc: fix aborts during DRC-count based hotplugMichael Roth