summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_events.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15spapr_events: drop bogus cell from "interrupt-ranges" propertyGreg Kurz1-3/+0
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz1-2/+1
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-7/+5
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater1-2/+2
2017-09-15spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz1-2/+2
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza1-0/+11
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson1-23/+22
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza1-46/+53
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson1-10/+0
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-1/+1
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-6/+4
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-24hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntryDaniel Henrique Barboza1-45/+7
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater1-1/+1
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater1-3/+3
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-2/+2
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao1-15/+61
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth1-37/+165
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson1-11/+10
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt1-1/+1
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater1-10/+1
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-4/+4
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-1/+1
2016-06-17spapr: CPU hotplug supportBharata B Rao1-0/+3
2016-04-26spapr_drc: fix aborts during DRC-count based hotplugMichael Roth1-4/+3
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth1-0/+11
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-1/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-2/+2
2015-09-23spapr: Support hotplug by specifying DRC countBharata B Rao1-9/+38
2015-09-23spapr: Memory hotplug supportBharata B Rao1-3/+5
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-4/+9
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler1-7/+58
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot1-50/+237
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson1-1/+1
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson1-1/+1
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-1/+1
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-1/+2
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-3/+3
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01ppc: move more files to hw/ppcPaolo Bonzini1-0/+321