index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_drc.c
Age
Commit message (
Expand
)
Author
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-01-29
ppc: Clean up includes
Peter Maydell
2016-01-18
qom: Change object property iterator API contract
Daniel P. Berrange
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
2015-12-04
spapr_drc: Change value of property "fdt" from null back to {}
Markus Armbruster
2015-12-04
spapr_drc: Make device "spapr-dr-connector" unavailable with -device
Markus Armbruster
2015-12-04
spapr_drc: Handle visitor errors properly
Markus Armbruster
2015-11-18
ppc: Convert spapr code to use object property iterators
Daniel P. Berrange
2015-09-23
spapr: Don't use QOM [*] syntax for DR connectors.
David Gibson
2015-09-23
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
2015-09-23
spapr_drc: don't allow 'empty' DRCs to be unisolated or allocated
Michael Roth
2015-09-23
pseries: define coldplugged devices as "configured"
Laurent Vivier
2015-09-23
spapr_drc: Fix potential undefined behaviour
David Gibson
2015-07-16
ppc/spapr_drc: fix memory leak
Gonglei
2015-06-03
spapr_drc: add spapr_drc_populate_dt()
Michael Roth
2015-06-03
spapr_drc: initial implementation of sPAPRDRConnector device
Michael Roth