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
2017-03-29
spapr: fix memory hot-unplugging
Laurent Vivier
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
2016-10-28
spapr: Memory hot-unplug support
Bharata B Rao
2016-09-23
spapr_drc: convert to trace framework instead of DPRINTF
Laurent Vivier
2016-09-07
hw/ppc: use error_report instead of fprintf
Cédric Le Goater
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
2016-06-17
spapr_drc: Prevent detach racing against attach for CPU DR
Bharata B Rao
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
spapr_drc: Expose 'null' in qom-get when there is no fdt
Eric Blake
2016-04-26
spapr_drc: fix aborts during DRC-count based hotplug
Michael Roth
2016-04-05
spapr_drc: enable immediate detach for unsignalled devices
Michael Roth
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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