aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier1-3/+17
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster1-0/+5
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2016-10-28spapr: Memory hot-unplug supportBharata B Rao1-0/+17
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier1-34/+20
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-4/+4
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao1-0/+12
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake1-1/+1
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-1/+2
2016-05-12spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake1-5/+1
2016-04-26spapr_drc: fix aborts during DRC-count based hotplugMichael Roth1-1/+11
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth1-0/+34
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake1-5/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-8/+8
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-6/+6
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1