summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-4/+2
2015-12-04spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster1-0/+5
2015-12-04spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster1-0/+4
2015-12-04spapr_drc: Handle visitor errors properlyMarkus Armbruster1-6/+26
2015-11-18ppc: Convert spapr code to use object property iteratorsDaniel P. Berrange1-1/+4
2015-09-23spapr: Don't use QOM [*] syntax for DR connectors.David Gibson1-1/+4
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth1-18/+19
2015-09-23spapr_drc: don't allow 'empty' DRCs to be unisolated or allocatedMichael Roth1-0/+21
2015-09-23pseries: define coldplugged devices as "configured"Laurent Vivier1-1/+1
2015-09-23spapr_drc: Fix potential undefined behaviourDavid Gibson1-1/+1
2015-07-16ppc/spapr_drc: fix memory leakGonglei1-0/+1
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth1-0/+156
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth1-0/+588