summaryrefslogtreecommitdiff
path: root/hw/spapr_rtas.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-14pseries: Allow RTAS tokens without a qemu handlerBen Herrenschmidt1-1/+1
2012-12-14pseries: Return the token when we register an RTAS callMichael Ellerman1-2/+2
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-1/+4
2012-10-29pseries: Don't allow duplicate registration of hcalls or RTAS callsDavid Gibson1-0/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-04pseries: Fix and cleanup CPU initialization and resetDavid Gibson1-0/+5
2012-04-15pseries: Consolidate hack for RTAS display-character usageDavid Gibson1-2/+1
2012-04-15pseries: Implement RTAS system-reboot callDavid Gibson1-0/+14
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber1-2/+2
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2011-10-06pseries: Implement set-time-of-day RTAS functionBreno Leitao1-1/+23
2011-05-09Place pseries vty devices at addresses more similar to existing machinesDavid Gibson1-1/+2
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson1-0/+78
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson1-0/+69
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson1-0/+131