aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_events.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier1-0/+12
2020-04-07ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery f...Nicholas Piggin1-5/+25
2020-04-07ppc/spapr: Add FWNMI machine check delivery warningsNicholas Piggin1-0/+4
2020-04-07ppc/spapr: Improve FWNMI machine check delivery corner case commentsNicholas Piggin1-8/+11
2020-03-24ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar1-0/+26
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin1-20/+4
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin1-7/+7
2020-03-17ppc/spapr: Fix FWNMI machine check failure handlingNicholas Piggin1-3/+1
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz1-0/+13
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat1-0/+4
2020-02-03migration: Include migration support for machine check handlingAravinda Prasad1-1/+15
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad1-1/+219
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad1-0/+37
2019-11-26ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_de...PanNengyuan1-0/+1
2019-08-21spapr_events: Rewrite a fall through commentPhilippe Mathieu-Daudé1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-46/+46
2019-02-26spapr_events: add support for phb hotplug eventsMichael Roth1-0/+3
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-1/+1
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater1-4/+8
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-4/+14
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