aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
AgeCommit message (Expand)Author
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
2015-09-23spapr_drc: Fix potential undefined behaviourDavid Gibson
2015-07-16ppc/spapr_drc: fix memory leakGonglei
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth