| Commit message (Expand) | Author | Age | Files | Lines |
* | pseries: fix kvmppc_set_fwnmi() | Laurent Vivier | 2020-07-27 | 1 | -1/+1 |
* | ppc/spapr: Add FWNMI machine check delivery warnings | Nicholas Piggin | 2020-04-07 | 1 | -0/+3 |
* | ppc/spapr: KVM FWNMI should not be enabled until guest requests it | Nicholas Piggin | 2020-04-07 | 1 | -0/+7 |
* | ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bug | Nicholas Piggin | 2020-03-17 | 1 | -2/+12 |
* | ppc/spapr: Add FWNMI System Reset state | Nicholas Piggin | 2020-03-17 | 1 | -1/+13 |
* | ppc/spapr: Change FWNMI names | Nicholas Piggin | 2020-03-17 | 1 | -8/+9 |
* | ppc/spapr: Move GPRs setup to one place | Alexey Kardashevskiy | 2020-03-17 | 1 | -1/+1 |
* | spapr/rtas: Print message from "ibm,os-term" | Alexey Kardashevskiy | 2020-02-20 | 1 | -0/+7 |
* | migration: Include migration support for machine check handling | Aravinda Prasad | 2020-02-03 | 1 | -0/+2 |
* | ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" RTAS calls | Aravinda Prasad | 2020-02-03 | 1 | -0/+59 |
* | target/ppc: Build rtas error log upon an MCE | Aravinda Prasad | 2020-02-03 | 1 | -0/+26 |
* | hw/ppc/spapr_rtas: Remove local variable | Philippe Mathieu-Daudé | 2020-01-24 | 1 | -3/+2 |
* | hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argument | Philippe Mathieu-Daudé | 2020-01-24 | 1 | -1/+1 |
* | hw/ppc/spapr_rtas: Use local MachineState variable | Philippe Mathieu-Daudé | 2020-01-24 | 1 | -1/+1 |
* | spapr: Stop providing RTAS blob | Alexey Kardashevskiy | 2019-10-04 | 1 | -41/+0 |
* | powerpc/spapr: Add host threads parameter to ibm,get_system_parameter | Suraj Jitindar Singh | 2019-08-29 | 1 | -0/+15 |
* | spapr: Implement ibm,suspend-me | Nicholas Piggin | 2019-08-21 | 1 | -0/+32 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+2 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | hw/ppc: Replace global smp variables with machine smp properties | Like Xu | 2019-07-05 | 1 | -1/+3 |
* | target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeup | Suraj Jitindar Singh | 2019-05-29 | 1 | -1/+5 |
* | spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers | Cédric Le Goater | 2019-04-26 | 1 | -1/+1 |
* | spapr: Use CamelCase properly | David Gibson | 2019-03-12 | 1 | -15/+15 |
* | target/ppc/spapr: Set LPCR:HR when using Radix mode | Benjamin Herrenschmidt | 2019-02-25 | 1 | -3/+3 |
* | target/ppc/kvm: set vcpu as online/offline | Nikunj A Dadhania | 2018-09-05 | 1 | -0/+2 |
* | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -1/+1 |
* | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -1/+1 |
* | spapr: Clean up handling of LPCR power-saving exit bits | David Gibson | 2018-05-04 | 1 | -1/+1 |
* | target/ppc: Delay initialization of LPCR_UPRT for secondary cpus | David Gibson | 2018-05-04 | 1 | -0/+12 |
* | spapr: Make a helper to set up cpu entry point state | David Gibson | 2018-05-04 | 1 | -4/+2 |
* | spapr: Remove unhelpful helpers from rtas_start_cpu() | David Gibson | 2018-05-04 | 1 | -24/+14 |
* | spapr: Clean up rtas_start_cpu() & rtas_stop_self() | David Gibson | 2018-05-04 | 1 | -34/+32 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+0 |
* | spapr: fix device tree properties when using compatibility mode | Greg Kurz | 2018-01-20 | 1 | -9/+0 |
* | spapr: Correct compatibility mode setting for hotplugged CPUs | David Gibson | 2018-01-10 | 1 | -0/+9 |
* | spapr/rtas: do not reset the MSR in stop-self command | Cédric Le Goater | 2017-12-14 | 1 | -10/+0 |
* | spapr/rtas: disable the decrementer interrupt when a CPU is unplugged | Cédric Le Goater | 2017-12-14 | 1 | -0/+11 |
* | ppc: spapr: Make VCPU ID handling private to SPAPR | Sam Bobroff | 2017-09-08 | 1 | -2/+2 |
* | ppc: spapr: Rename cpu_dt_id to vcpu_id | Sam Bobroff | 2017-09-08 | 1 | -2/+2 |
* | pseries: Correct panic behaviour for pseries machine type | David Gibson | 2017-06-08 | 1 | -5/+2 |
* | spapr: Move DRC RTAS calls into spapr_drc.c | David Gibson | 2017-06-06 | 1 | -304/+0 |
* | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 2017-06-02 | 1 | -1/+0 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -2/+2 |
* | report guest crash information in GUEST_PANICKED event | Anton Nefedov | 2017-02-16 | 1 | -1/+2 |
* | pseries: Consolidate construction of /rtas device tree node | David Gibson | 2016-10-28 | 1 | -30/+3 |
* | pseries: Consolidate RTAS loading | David Gibson | 2016-10-28 | 1 | -31/+41 |
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into... | Peter Maydell | 2016-09-23 | 1 | -22/+27 |
|\ |
|
| * | spapr_rtas: convert to trace framework instead of DPRINTF | Laurent Vivier | 2016-09-23 | 1 | -22/+8 |
| * | tests: add RTAS command in the protocol | Laurent Vivier | 2016-09-23 | 1 | -0/+19 |
* | | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 2016-09-23 | 1 | -1/+2 |
|/ |
|