Age | Commit message (Expand) | Author | Files | Lines |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2021-08-26 | spapr: Explain purpose of ->fwnmi_migration_blocker more clearly | Markus Armbruster | 1 | -8/+9 |
2021-08-26 | spapr: Plug memory leak when we can't add a migration blocker | Markus Armbruster | 1 | -2/+1 |
2021-07-26 | hw/ppc/spapr_events: Remove unused variable from check_exception | Richard Henderson | 1 | -5/+0 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-01-19 | spapr: Improve handling of memory unplug with old guests | Greg Kurz | 1 | -2/+1 |
2021-01-06 | spapr: Allow memory unplug to always succeed | Greg Kurz | 1 | -1/+2 |
2020-12-14 | spapr: Pass sPAPR machine state to some RTAS events handling functions | Greg Kurz | 1 | -11/+10 |
2020-10-28 | ppc/spapr: re-assert IRQs during event-scan if there are pending | Laurent Vivier | 1 | -0/+12 |
2020-04-07 | ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery f... | Nicholas Piggin | 1 | -5/+25 |
2020-04-07 | ppc/spapr: Add FWNMI machine check delivery warnings | Nicholas Piggin | 1 | -0/+4 |
2020-04-07 | ppc/spapr: Improve FWNMI machine check delivery corner case comments | Nicholas Piggin | 1 | -8/+11 |
2020-03-24 | ppc/spapr: Set the effective address provided flag in mc error log. | Mahesh Salgaonkar | 1 | -0/+26 |
2020-03-17 | ppc/spapr: Fix FWNMI machine check interrupt delivery | Nicholas Piggin | 1 | -20/+4 |
2020-03-17 | ppc/spapr: Change FWNMI names | Nicholas Piggin | 1 | -7/+7 |
2020-03-17 | ppc/spapr: Fix FWNMI machine check failure handling | Nicholas Piggin | 1 | -3/+1 |
2020-03-17 | spapr: Handle pending hot plug/unplug requests at CAS | Greg Kurz | 1 | -0/+13 |
2020-02-21 | spapr: Add NVDIMM device support | Shivaprasad G Bhat | 1 | -0/+4 |
2020-02-03 | migration: Include migration support for machine check handling | Aravinda Prasad | 1 | -1/+15 |
2020-02-03 | target/ppc: Build rtas error log upon an MCE | Aravinda Prasad | 1 | -1/+219 |
2020-02-03 | target/ppc: Handle NMI guest exit | Aravinda Prasad | 1 | -0/+37 |
2019-11-26 | ppc/spapr_events: fix potential NULL pointer dereference in rtas_event_log_de... | PanNengyuan | 1 | -0/+1 |
2019-08-21 | spapr_events: Rewrite a fall through comment | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+2 |
2019-03-12 | spapr: Use CamelCase properly | David Gibson | 1 | -46/+46 |
2019-02-26 | spapr_events: add support for phb hotplug events | Michael Roth | 1 | -0/+3 |
2019-02-17 | spapr: Rename xics to intc in interrupt controller agnostic code | Greg Kurz | 1 | -1/+1 |
2018-08-21 | spapr: introduce a fixed IRQ number space | Cédric Le Goater | 1 | -4/+8 |
2018-06-21 | spapr: split the IRQ allocation sequence | Cédric Le Goater | 1 | -4/+14 |
2017-12-15 | spapr_events: drop bogus cell from "interrupt-ranges" property | Greg Kurz | 1 | -3/+0 |
2017-12-15 | spapr: fix LSI interrupt specifiers in the device tree | Greg Kurz | 1 | -2/+1 |
2017-12-15 | spapr: introduce a spapr_qirq() helper | Cédric Le Goater | 1 | -7/+5 |
2017-12-15 | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater | 1 | -2/+2 |
2017-09-15 | spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events() | Greg Kurz | 1 | -2/+2 |
2017-09-08 | hw/ppc: clear pending_events on machine reset | Daniel Henrique Barboza | 1 | -0/+11 |
2017-07-17 | spapr: Minor cleanups to events handling | David Gibson | 1 | -23/+22 |
2017-07-17 | spapr: migrate pending_events of spapr state | Daniel Henrique Barboza | 1 | -46/+53 |
2017-06-30 | spapr: Eliminate DRC 'signalled' state variable | David Gibson | 1 | -10/+0 |
2017-06-06 | spapr: Clean up spapr_dr_connector_by_*() | David Gibson | 1 | -1/+1 |
2017-06-06 | spapr: Make DRC get_index and get_type methods into plain functions | David Gibson | 1 | -6/+4 |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 1 | -1/+0 |
2017-05-24 | hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntry | Daniel Henrique Barboza | 1 | -45/+7 |
2017-04-26 | ppc/spapr: QOM'ify sPAPRRTCState | Cédric Le Goater | 1 | -1/+1 |
2017-03-01 | ppc/xics: use the QOM interface to get irqs | Cédric Le Goater | 1 | -3/+3 |
2017-03-01 | ppc/xics: store the ICS object under the sPAPR machine | Cédric Le Goater | 1 | -2/+2 |
2016-10-28 | spapr: Add DRC count indexed hotplug identifier type | Bharata B Rao | 1 | -15/+61 |
2016-10-28 | spapr_events: add support for dedicated hotplug event source | Michael Roth | 1 | -37/+165 |
2016-10-28 | pseries: Move /event-sources construction to spapr_build_fdt() | David Gibson | 1 | -11/+10 |