summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2017-11-20spapr: reset DRCs after devicesGreg Kurz1-7/+0
2017-09-08spapr_drc: pass object ownership to parent/ownerMichael Roth1-0/+1
2017-09-08spapr_drc: add unrealize method to physical DRC classGreg Kurz1-0/+16
2017-09-08spapr_drc: use g_strdup_printf() instead of snprintf()Greg Kurz1-6/+9
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza1-1/+1
2017-09-08hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->devDaniel Henrique Barboza1-2/+1
2017-08-22spapr: Allow configure-connector to be called multiple timesBharata B Rao1-7/+23
2017-08-09spapr_drc: abort if object_property_add_child() failsGreg Kurz1-1/+1
2017-07-29spapr_drc: fix realize and unrealizeGreg Kurz1-9/+6
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+3
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson1-4/+63
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson1-38/+18
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson1-102/+123
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson1-17/+9
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson1-6/+6
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson1-1/+1
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson1-22/+3
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier1-3/+6
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson1-5/+0
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson1-3/+2
2017-07-11spapr: Add DRC release methodDavid Gibson1-16/+6
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson1-3/+3
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson1-4/+2
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson1-42/+103
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson1-28/+45
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson1-19/+16
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson1-22/+27
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson1-44/+1
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson1-10/+0
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier1-17/+3
2017-06-08spapr: Rework DRC name handlingDavid Gibson1-51/+29
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson1-12/+6
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson1-17/+8
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson1-40/+44
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson1-37/+35
2017-06-06spapr: Remove some non-useful properties on DRC objectsDavid Gibson1-29/+0
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson1-27/+4
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson1-55/+18
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-24/+10
2017-06-06spapr: Introduce DRC subclassesDavid Gibson1-31/+92
2017-06-06spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz1-7/+3
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-34/+32
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson1-16/+8
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson1-17/+6
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson1-7/+315
2017-05-25hw/ppc: migrating the DRC state of hotplugged devicesDaniel Henrique Barboza1-0/+56
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza1-16/+20
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1