summary refs log tree commit diff stats
path: root/hw/ppc/spapr_drc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: Eliminate spapr_drc_get_type_str()David Gibson2017-06-061-27/+4
* spapr: Move configure-connector state into DRCDavid Gibson2017-06-061-55/+18
* spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-24/+10
* 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/+3
* spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson2017-06-061-34/+32
* spapr: Abolish DRC set_configured methodDavid Gibson2017-06-061-16/+8
* spapr: Abolish DRC get_fdt methodDavid Gibson2017-06-061-17/+6
* 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/+20
* 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/+1
* 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/+1
* 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
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-6/+6
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-4/+3
* error: Use error_report_err() where appropriate (again)Markus Armbruster2016-01-131-4/+2
* spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster2015-12-041-0/+5
* spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster2015-12-041-0/+4
* spapr_drc: Handle visitor errors properlyMarkus Armbruster2015-12-041-6/+26
* ppc: Convert spapr code to use object property iteratorsDaniel P. Berrange2015-11-181-1/+4
* spapr: Don't use QOM [*] syntax for DR connectors.David Gibson2015-09-231-1/+4
* spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2015-09-231-18/+19
* spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth2015-09-231-0/+21
* pseries: define coldplugged devices as "configured"Laurent Vivier2015-09-231-1/+1
* spapr_drc: Fix potential undefined behaviourDavid Gibson2015-09-231-1/+1
* ppc/spapr_drc: fix memory leakGonglei2015-07-161-0/+1
* spapr_drc: add spapr_drc_populate_dt()Michael Roth2015-06-031-0/+156
* spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth2015-06-031-0/+588