summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_drc.c
Commit message (Expand)AuthorAgeFilesLines
...
* spapr_drc: add unrealize method to physical DRC classGreg Kurz2017-09-081-0/+16
* spapr_drc: use g_strdup_printf() instead of snprintf()Greg Kurz2017-09-081-6/+9
* hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza2017-09-081-1/+1
* hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->devDaniel Henrique Barboza2017-09-081-2/+1Star
* spapr: Allow configure-connector to be called multiple timesBharata B Rao2017-08-221-7/+23
* spapr_drc: abort if object_property_add_child() failsGreg Kurz2017-08-091-1/+1
* spapr_drc: fix realize and unrealizeGreg Kurz2017-07-291-9/+6Star
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-241-1/+3
* spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2017-07-171-4/+63
* spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2017-07-171-38/+18Star
* spapr: Consolidate DRC state variablesDavid Gibson2017-07-171-102/+123
* spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-171-17/+9Star
* spapr: Refactor spapr_drc_detach()David Gibson2017-07-171-6/+6
* spapr: Abort on delete failure in spapr_drc_release()David Gibson2017-07-171-1/+1
* spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2017-07-171-22/+3Star
* spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-171-3/+6
* spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson2017-07-171-5/+0Star
* spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-111-3/+2Star
* spapr: Add DRC release methodDavid Gibson2017-07-111-16/+6Star
* spapr: Uniform DRC reset pathsDavid Gibson2017-07-111-3/+3
* spapr: Leave DR-indicator management to the guestDavid Gibson2017-07-111-4/+2Star
* spapr: Clean up DRC set_isolation_state() pathDavid Gibson2017-06-301-42/+103
* spapr: Clean up DRC set_allocation_state pathDavid Gibson2017-06-301-28/+45
* spapr: Make DRC reset force DRC into known stateDavid Gibson2017-06-301-19/+16Star
* spapr: Split DRC release from DRC detachDavid Gibson2017-06-301-22/+27
* spapr: Eliminate DRC 'signalled' state variableDavid Gibson2017-06-301-44/+1Star
* spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson2017-06-301-10/+0Star
* Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-17/+3Star
* spapr: Rework DRC name handlingDavid Gibson2017-06-081-51/+29Star
* spapr: Change DRC attach & detach methods to functionsDavid Gibson2017-06-081-12/+6Star
* spapr: Clean up handling of DR-indicatorDavid Gibson2017-06-081-17/+8Star
* spapr: Clean up RTAS set-indicatorDavid Gibson2017-06-081-40/+44
* spapr: Clean up DR entity sense handlingDavid Gibson2017-06-081-37/+35Star
* spapr: Remove some non-useful properties on DRC objectsDavid Gibson2017-06-061-29/+0Star
* spapr: Eliminate spapr_drc_get_type_str()David Gibson2017-06-061-27/+4Star
* spapr: Move configure-connector state into DRCDavid Gibson2017-06-061-55/+18Star
* spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-24/+10Star
* spapr: Introduce DRC subclassesDavid Gibson2017-06-061-31/+92
* spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz2017-06-061-7/+3Star
* spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson2017-06-061-34/+32Star
* spapr: Abolish DRC set_configured methodDavid Gibson2017-06-061-16/+8Star
* spapr: Abolish DRC get_fdt methodDavid Gibson2017-06-061-17/+6Star
* spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson2017-06-061-7/+315
* hw/ppc: migrating the DRC state of hotplugged devicesDaniel Henrique Barboza2017-05-251-0/+56
* hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza2017-05-251-16/+20
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* spapr: fix memory hot-unpluggingLaurent Vivier2017-03-291-3/+17
* qapi: Make input visitors detect unvisited list tailsMarkus Armbruster2017-03-051-0/+5
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* spapr: Memory hot-unplug supportBharata B Rao2016-10-281-0/+17