summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_rtas.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh2019-08-291-0/+15
* spapr: Implement ibm,suspend-meNicholas Piggin2019-08-211-0/+32
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* hw/ppc: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+3
* target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2019-05-291-1/+5
* spapr/rtas: modify spapr_rtas_register() to remove RTAS handlersCédric Le Goater2019-04-261-1/+1
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-15/+15
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-251-3/+3
* target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2018-09-051-0/+2
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson2018-05-041-1/+1
* target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson2018-05-041-0/+12
* spapr: Make a helper to set up cpu entry point stateDavid Gibson2018-05-041-4/+2Star
* spapr: Remove unhelpful helpers from rtas_start_cpu()David Gibson2018-05-041-24/+14Star
* spapr: Clean up rtas_start_cpu() & rtas_stop_self()David Gibson2018-05-041-34/+32Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* spapr: fix device tree properties when using compatibility modeGreg Kurz2018-01-201-9/+0Star
* spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson2018-01-101-0/+9
* spapr/rtas: do not reset the MSR in stop-self commandCédric Le Goater2017-12-141-10/+0Star
* spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater2017-12-141-0/+11
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-2/+2
* ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff2017-09-081-2/+2
* pseries: Correct panic behaviour for pseries machine typeDavid Gibson2017-06-081-5/+2Star
* spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson2017-06-061-304/+0Star
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-1/+2
* pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-30/+3Star
* pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-31/+41
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell2016-09-231-22/+27
|\
| * spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-231-22/+8Star
| * tests: add RTAS command in the protocolLaurent Vivier2016-09-231-0/+19
* | vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+2
|/
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-6/+7
* spapr: CPU hotplug supportBharata B Rao2016-06-171-0/+24
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* dma: do not depend on kvm_enabled()Paolo Bonzini2016-05-191-0/+1
* spapr: Fix ibm,lrdr-capacityBharata B Rao2016-04-081-2/+5
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2016-02-181-0/+1
* pseries: Clean up error handling in spapr_rtas_register()David Gibson2016-01-301-9/+3Star
* spapr: Remove rtas_st_buffer_direct()David Gibson2016-01-301-7/+10
* spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2016-01-301-4/+17
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2015-09-231-18/+22
* spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao2015-09-231-0/+6
* spapr: SPLPAR CharacteristicsSam Bobroff2015-09-231-2/+9
* use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini2015-09-091-1/+1