index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_rtas.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
1
-1
/
+1
2015-07-07
spapr: Support ibm, lrdr-capacity device tree property
Bharata B Rao
1
-0
/
+16
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-19
/
+19
2015-06-03
spapr_rtas: add ibm, configure-connector RTAS interface
Michael Roth
1
-0
/
+180
2015-06-03
spapr_rtas: add get-sensor-state RTAS interface
Mike Day
1
-0
/
+43
2015-06-03
spapr_rtas: add set-indicator RTAS interface
Mike Day
1
-0
/
+84
2015-06-03
spapr_rtas: add get/set-power-level RTAS interfaces
Nathan Fontenot
1
-0
/
+54
2015-03-09
pseries: Move sPAPR RTC code into its own file
David Gibson
1
-49
/
+0
2014-09-08
ppc: spapr-rtas - implement os-term rtas call
Nikunj A Dadhania
1
-0
/
+15
2014-06-27
spapr: Add RTAS sysparm SPLPAR Characteristics
Sam bobroff
1
-0
/
+8
2014-06-27
spapr: Add RTAS sysparm UUID
Sam bobroff
1
-0
/
+4
2014-06-27
spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE
Sam bobroff
1
-9
/
+9
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-34
/
+33
2014-06-23
qapi event: convert RTC_CHANGE
Wenchao Xia
1
-1
/
+2
2014-05-07
hw: Add missing 'static' attributes
Stefan Weil
1
-1
/
+1
2014-03-05
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
1
-7
/
+7
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
1
-8
/
+8
2013-12-20
spapr-rtas: add ibm, (get|set)-system-parameter
Alexey Kardashevskiy
1
-0
/
+47
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
1
-17
/
+17
2013-09-02
spapr: add "stop-self" RTAS call required to support hot CPU unplug
Alexey Kardashevskiy
1
-0
/
+23
2013-07-01
spapr-rtas: add CPU argument to RTAS calls
Anthony Liguori
1
-10
/
+11
2013-06-28
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-06-13
spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()
Andreas Färber
1
-11
/
+8
[next]