summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_drc.c
Commit message (Expand)AuthorAgeFilesLines
* spapr_drc: fix aborts during DRC-count based hotplugMichael Roth2019-11-291-1/+11
* spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2019-11-291-0/+34
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-291-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-291-5/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-291-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-8/+8
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-6/+6
* ppc: Clean up includesPeter Maydell2019-11-291-0/+1
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-291-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
OpenPOWER on IntegriCloud