aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_events.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-08-26spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster1-8/+9
2021-08-26spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster1-2/+1
2021-07-26hw/ppc/spapr_events: Remove unused variable from check_exceptionRichard Henderson1-5/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz1-2/+1
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz1-1/+2
2020-12-14spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz1-11/+10
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