Age | Commit message (Expand) | Author | Files | Lines |
2019-10-04 | spapr: Stop providing RTAS blob | Alexey Kardashevskiy | 1 | -41/+0 |
2019-08-29 | powerpc/spapr: Add host threads parameter to ibm,get_system_parameter | Suraj Jitindar Singh | 1 | -0/+15 |
2019-08-21 | spapr: Implement ibm,suspend-me | Nicholas Piggin | 1 | -0/+32 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+0 |
2019-07-05 | hw/ppc: Replace global smp variables with machine smp properties | Like Xu | 1 | -1/+3 |
2019-05-29 | target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeup | Suraj Jitindar Singh | 1 | -1/+5 |
2019-04-26 | spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers | Cédric Le Goater | 1 | -1/+1 |
2019-03-12 | spapr: Use CamelCase properly | David Gibson | 1 | -15/+15 |
2019-02-26 | target/ppc/spapr: Set LPCR:HR when using Radix mode | Benjamin Herrenschmidt | 1 | -3/+3 |
2018-09-05 | target/ppc/kvm: set vcpu as online/offline | Nikunj A Dadhania | 1 | -0/+2 |
2018-07-02 | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-07-02 | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-05-04 | spapr: Clean up handling of LPCR power-saving exit bits | David Gibson | 1 | -1/+1 |
2018-05-04 | target/ppc: Delay initialization of LPCR_UPRT for secondary cpus | David Gibson | 1 | -0/+12 |
2018-05-04 | spapr: Make a helper to set up cpu entry point state | David Gibson | 1 | -4/+2 |
2018-05-04 | spapr: Remove unhelpful helpers from rtas_start_cpu() | David Gibson | 1 | -24/+14 |
2018-05-04 | spapr: Clean up rtas_start_cpu() & rtas_stop_self() | David Gibson | 1 | -34/+32 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+0 |
2018-01-20 | spapr: fix device tree properties when using compatibility mode | Greg Kurz | 1 | -9/+0 |
2018-01-10 | spapr: Correct compatibility mode setting for hotplugged CPUs | David Gibson | 1 | -0/+9 |
2017-12-15 | spapr/rtas: do not reset the MSR in stop-self command | Cédric Le Goater | 1 | -10/+0 |
2017-12-15 | spapr/rtas: disable the decrementer interrupt when a CPU is unplugged | Cédric Le Goater | 1 | -0/+11 |
2017-09-08 | ppc: spapr: Make VCPU ID handling private to SPAPR | Sam Bobroff | 1 | -2/+2 |
2017-09-08 | ppc: spapr: Rename cpu_dt_id to vcpu_id | Sam Bobroff | 1 | -2/+2 |
2017-06-08 | pseries: Correct panic behaviour for pseries machine type | David Gibson | 1 | -5/+2 |
2017-06-06 | spapr: Move DRC RTAS calls into spapr_drc.c | David Gibson | 1 | -304/+0 |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 1 | -1/+0 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -2/+2 |
2017-02-16 | report guest crash information in GUEST_PANICKED event | Anton Nefedov | 1 | -1/+2 |
2016-10-28 | pseries: Consolidate construction of /rtas device tree node | David Gibson | 1 | -30/+3 |
2016-10-28 | pseries: Consolidate RTAS loading | David Gibson | 1 | -31/+41 |
2016-09-23 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into... | Peter Maydell | 1 | -22/+27 |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 1 | -1/+2 |
2016-09-23 | spapr_rtas: convert to trace framework instead of DPRINTF | Laurent Vivier | 1 | -22/+8 |
2016-09-23 | tests: add RTAS command in the protocol | Laurent Vivier | 1 | -0/+19 |
2016-09-07 | hw/ppc: use error_report instead of fprintf | Cédric Le Goater | 1 | -6/+7 |
2016-06-17 | spapr: CPU hotplug support | Bharata B Rao | 1 | -0/+24 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | dma: do not depend on kvm_enabled() | Paolo Bonzini | 1 | -0/+1 |
2016-04-08 | spapr: Fix ibm,lrdr-capacity | Bharata B Rao | 1 | -2/+5 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-02-18 | hw/ppc/spapr: Halt CPU when powering off via RTAS call | Thomas Huth | 1 | -0/+1 |
2016-01-30 | pseries: Clean up error handling in spapr_rtas_register() | David Gibson | 1 | -9/+3 |
2016-01-30 | spapr: Remove rtas_st_buffer_direct() | David Gibson | 1 | -7/+10 |
2016-01-30 | spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer | David Gibson | 1 | -4/+17 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-09-23 | spapr_drc: use RTAS return codes for methods called by RTAS | Michael Roth | 1 | -18/+22 |
2015-09-23 | spapr_rtas: Prevent QEMU crash during hotplug without a prior device_add | Bharata B Rao | 1 | -0/+6 |
2015-09-23 | spapr: SPLPAR Characteristics | Sam Bobroff | 1 | -2/+9 |