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