aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_events.c
AgeCommit message (Expand)Author
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz
2020-12-14spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier
2020-04-07ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery f...Nicholas Piggin
2020-04-07ppc/spapr: Add FWNMI machine check delivery warningsNicholas Piggin
2020-04-07ppc/spapr: Improve FWNMI machine check delivery corner case commentsNicholas Piggin
2020-03-24ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin
2020-03-17ppc/spapr: Fix FWNMI machine check failure handlingNicholas Piggin
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat
2020-02-03migration: Include migration support for machine check handlingAravinda Prasad
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad
2019-11-26ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_de...PanNengyuan
2019-08-21spapr_events: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-26spapr_events: add support for phb hotplug eventsMichael Roth
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater
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