aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)Author
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier
2017-06-08spapr: Rework DRC name handlingDavid Gibson
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson
2017-06-06spapr: Remove some non-useful properties on DRC objectsDavid Gibson
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson
2017-06-06spapr: Introduce DRC subclassesDavid Gibson
2017-06-06spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson
2017-05-25hw/ppc: migrating the DRC state of hotplugged devicesDaniel Henrique Barboza
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster
2017-01-24hw: Fix typos found by codespellStefan Weil
2016-10-28spapr: Memory hot-unplug supportBharata B Rao
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake
2016-04-26spapr_drc: fix aborts during DRC-count based hotplugMichael Roth
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster
2015-12-04spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster
2015-12-04spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster
2015-12-04spapr_drc: Handle visitor errors properlyMarkus Armbruster
2015-11-18ppc: Convert spapr code to use object property iteratorsDaniel P. Berrange
2015-09-23spapr: Don't use QOM [*] syntax for DR connectors.David Gibson
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth
2015-09-23spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth
2015-09-23pseries: define coldplugged devices as "configured"Laurent Vivier