aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster1-3/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-10/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-12/+6
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster1-1/+1
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-1/+2
2020-02-21spapr: Fix handling of unplugged devices during CAS and migrationGreg Kurz1-2/+23
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz1-6/+14
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat1-0/+19
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-4/+5
2019-08-21ppc: fix memory leak in spapr_dt_drc()Shivaprasad G Bhat1-2/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson1-7/+6
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-67/+67
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz1-0/+2
2019-02-26spapr: create DR connectors for PHBsMichael Roth1-0/+17
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz1-12/+1
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz1-0/+1
2019-02-26spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz1-0/+1
2019-02-26spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz1-0/+1
2019-02-26spapr_drc: Allow FDT fragment to be added laterGreg Kurz1-5/+31
2018-06-12hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()Philippe Mathieu-Daudé1-1/+2
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