summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_rtas.c
AgeCommit message (Expand)Author
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson
2018-05-04spapr: Remove unhelpful helpers from rtas_start_cpu()David Gibson
2018-05-04spapr: Clean up rtas_start_cpu() & rtas_stop_self()David Gibson
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson
2017-12-15spapr/rtas: do not reset the MSR in stop-self commandCédric Le Goater
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff
2017-06-08pseries: Correct panic behaviour for pseries machine typeDavid Gibson
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-23tests: add RTAS command in the protocolLaurent Vivier
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-06-17spapr: CPU hotplug supportBharata B Rao
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini
2016-04-08spapr: Fix ibm,lrdr-capacityBharata B Rao
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth
2016-01-30pseries: Clean up error handling in spapr_rtas_register()David Gibson
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson
2016-01-29ppc: Clean up includesPeter Maydell
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth
2015-09-23spapr_rtas: Prevent QEMU crash during hotplug without a prior device_addBharata B Rao
2015-09-23spapr: SPLPAR CharacteristicsSam Bobroff
2015-09-09use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini
2015-07-07spapr: Support ibm, lrdr-capacity device tree propertyBharata B Rao
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson