index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_rtas.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-15
1
-10
/
+0
*
spapr/rtas: disable the decrementer interrupt when a CPU is unplugged
Cédric Le Goater
2017-12-15
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
|
/
*
hw/ppc: use error_report instead of fprintf
Cédric Le Goater
2016-09-07
1
-6
/
+7
*
spapr: CPU hotplug support
Bharata B Rao
2016-06-17
1
-0
/
+24
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
dma: do not depend on kvm_enabled()
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
spapr: Fix ibm,lrdr-capacity
Bharata B Rao
2016-04-08
1
-2
/
+5
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
hw/ppc/spapr: Halt CPU when powering off via RTAS call
Thomas Huth
2016-02-18
1
-0
/
+1
*
pseries: Clean up error handling in spapr_rtas_register()
David Gibson
2016-01-30
1
-9
/
+3
*
spapr: Remove rtas_st_buffer_direct()
David Gibson
2016-01-30
1
-7
/
+10
*
spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer
David Gibson
2016-01-30
1
-4
/
+17
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
2015-09-23
1
-18
/
+22
*
spapr_rtas: Prevent QEMU crash during hotplug without a prior device_add
Bharata B Rao
2015-09-23
1
-0
/
+6
*
spapr: SPLPAR Characteristics
Sam Bobroff
2015-09-23
1
-2
/
+9
*
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
1
-1
/
+1
*
spapr: Support ibm, lrdr-capacity device tree property
Bharata B Rao
2015-07-07
1
-0
/
+16
*
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-07-07
1
-19
/
+19
*
spapr_rtas: add ibm, configure-connector RTAS interface
Michael Roth
2015-06-03
1
-0
/
+180
*
spapr_rtas: add get-sensor-state RTAS interface
Mike Day
2015-06-03
1
-0
/
+43
*
spapr_rtas: add set-indicator RTAS interface
Mike Day
2015-06-03
1
-0
/
+84
*
spapr_rtas: add get/set-power-level RTAS interfaces
Nathan Fontenot
2015-06-03
1
-0
/
+54
*
pseries: Move sPAPR RTC code into its own file
David Gibson
2015-03-09
1
-49
/
+0
*
ppc: spapr-rtas - implement os-term rtas call
Nikunj A Dadhania
2014-09-08
1
-0
/
+15
*
spapr: Add RTAS sysparm SPLPAR Characteristics
Sam bobroff
2014-06-27
1
-0
/
+8
*
spapr: Add RTAS sysparm UUID
Sam bobroff
2014-06-27
1
-0
/
+4
*
spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE
Sam bobroff
2014-06-27
1
-9
/
+9
*
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
2014-06-27
1
-34
/
+33
*
qapi event: convert RTC_CHANGE
Wenchao Xia
2014-06-23
1
-1
/
+2
*
hw: Add missing 'static' attributes
Stefan Weil
2014-05-07
1
-1
/
+1
*
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
2014-03-05
1
-7
/
+7
*
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-12-20
1
-8
/
+8
*
spapr-rtas: add ibm, (get|set)-system-parameter
Alexey Kardashevskiy
2013-12-20
1
-0
/
+47
[next]