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