summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_events.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster2021-08-261-8/+9
* spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster2021-08-261-2/+1Star
* hw/ppc/spapr_events: Remove unused variable from check_exceptionRichard Henderson2021-07-261-5/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* spapr: Improve handling of memory unplug with old guestsGreg Kurz2021-01-191-2/+1Star
* spapr: Allow memory unplug to always succeedGreg Kurz2021-01-061-1/+2
* spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz2020-12-141-11/+10Star
* ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier2020-10-271-0/+12
* ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery f...Nicholas Piggin2020-04-071-5/+25
* ppc/spapr: Add FWNMI machine check delivery warningsNicholas Piggin2020-04-071-0/+4
* ppc/spapr: Improve FWNMI machine check delivery corner case commentsNicholas Piggin2020-04-071-8/+11
* ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar2020-03-241-0/+26
* ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin2020-03-171-20/+4Star
* ppc/spapr: Change FWNMI namesNicholas Piggin2020-03-171-7/+7
* ppc/spapr: Fix FWNMI machine check failure handlingNicholas Piggin2020-03-171-3/+1Star
* spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2020-03-161-0/+13
* spapr: Add NVDIMM device supportShivaprasad G Bhat2020-02-201-0/+4
* migration: Include migration support for machine check handlingAravinda Prasad2020-02-031-1/+15
* target/ppc: Build rtas error log upon an MCEAravinda Prasad2020-02-031-1/+219
* target/ppc: Handle NMI guest exitAravinda Prasad2020-02-031-0/+37
* ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_de...PanNengyuan2019-11-261-0/+1
* spapr_events: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-08-211-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-46/+46
* spapr_events: add support for phb hotplug eventsMichael Roth2019-02-251-0/+3
* spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-171-1/+1
* spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-211-4/+8
* spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-211-4/+14
* spapr_events: drop bogus cell from "interrupt-ranges" propertyGreg Kurz2017-12-141-3/+0Star
* spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-2/+1Star
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-7/+5Star
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-141-2/+2
* spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz2017-09-151-2/+2
* hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza2017-09-081-0/+11
* spapr: Minor cleanups to events handlingDavid Gibson2017-07-171-23/+22Star
* spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2017-07-171-46/+53
* spapr: Eliminate DRC 'signalled' state variableDavid Gibson2017-06-301-10/+0Star
* spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-1/+1
* spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson2017-06-061-6/+4Star
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntryDaniel Henrique Barboza2017-05-241-45/+7Star
* ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-261-1/+1
* ppc/xics: use the QOM interface to get irqsCédric Le Goater2017-03-011-3/+3
* ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2017-03-011-2/+2
* spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-281-15/+61
* spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-281-37/+165
* pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-281-11/+10Star