summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_drc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-231-34/+20Star
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-4/+4
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-2/+2
* spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2016-06-171-0/+12
* qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-121-1/+1
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-1/+2
* spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake2016-05-121-5/+1Star
* spapr_drc: fix aborts during DRC-count based hotplugMichael Roth2016-04-261-1/+11
* spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2016-04-051-0/+34
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Drop unused error argument for list and implicit structEric Blake2016-02-081-5/+1Star
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-081-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-8/+8