summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* hw/ppc/spapr_rtas: Use local MachineState variablePhilippe Mathieu-Daudé2020-01-241-1/+1
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-102-5/+24
|\
| * hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé2020-01-071-0/+1
| * hw/ppc/Kconfig: Only select FDT helper for machines using itPhilippe Mathieu-Daudé2020-01-072-1/+12
| * hw/ppc/Kconfig: Only select fw_cfg with machines using OpenBIOSPhilippe Mathieu-Daudé2020-01-072-1/+8
| * hw/ppc/Makefile: Simplify the sPAPR PCI objects rulePhilippe Mathieu-Daudé2020-01-071-4/+1Star
| * hw/ppc/Kconfig: Let the Xilinx Virtex5 ML507 use the PPC-440 devicesPhilippe Mathieu-Daudé2020-01-071-0/+1
| * hw/ppc/Kconfig: Let the Sam460ex board use the PowerPC 405 devicesPhilippe Mathieu-Daudé2020-01-071-0/+1
| * hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platformsPhilippe Mathieu-Daudé2020-01-071-0/+1
* | ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater2020-01-081-1/+1
* | ppc/pnv: check return value of blk_pwrite()Cédric Le Goater2020-01-081-2/+6
* | pnv/psi: Consolidate some duplicated code in pnv_psi_realize()Greg Kurz2020-01-081-7/+12
* | pnv/psi: Add device reset hookGreg Kurz2020-01-081-4/+11
* | pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptrGreg Kurz2020-01-081-14/+0Star
* | xive: Add a "presenter" link property to the TCTX objectCédric Le Goater2020-01-081-1/+2
* | ppc/pnv: Add a "pnor" const link property to the BMC internal simulatorGreg Kurz2020-01-082-4/+6
* | ppc/pnv: Add an "nr-threads" property to the base chip classGreg Kurz2020-01-081-3/+5
* | spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz2020-01-082-0/+8
* | ppc/pnv: Introduce a "xics" property under the POWER8 chipCédric Le Goater2020-01-081-5/+19
* | ppc/pnv: Introduce a "xics" property alias under the PSI modelCédric Le Goater2020-01-082-11/+4Star
* | spapr/xive: remove redundant check in spapr_match_nvt()Cédric Le Goater2020-01-081-4/+4
* | ppc/pnv: Drop "num-chips" machine propertyGreg Kurz2020-01-081-50/+12Star
* | ppc440_bamboo.c: remove label from bamboo_load_device_tree()Daniel Henrique Barboza2020-01-081-6/+2Star
* | spapr.c: remove 'out' label in spapr_dt_cas_updates()Daniel Henrique Barboza2020-01-081-6/+3Star
* | ppc/pnv: Modify the powerdown notifier to get the PowerNV machineCédric Le Goater2020-01-081-1/+1
* | ppc/spapr: Support reboot of secure pseries guestBharata B Rao2020-01-081-0/+1
|/
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-062-6/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-202-15/+6Star
|\
| * kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-172-15/+6Star
* | ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* | Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster2019-12-181-1/+1
* | error: Clean up unusual names of Error * variablesMarkus Armbruster2019-12-182-13/+13
|/
* ppc/pnv: Drop PnvChipClass::typeGreg Kurz2019-12-171-5/+0Star
* ppc/pnv: Introduce PnvChipClass::xscom_pcba() methodGreg Kurz2019-12-172-13/+24
* ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom()Greg Kurz2019-12-172-20/+12Star
* ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()Greg Kurz2019-12-172-16/+12Star
* ppc/pnv: Introduce PnvChipClass::xscom_core_base() methodGreg Kurz2019-12-171-7/+24
* ppc/pnv: Introduce PnvChipClass::intc_print_info() methodGreg Kurz2019-12-171-5/+25
* ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()Greg Kurz2019-12-171-4/+6
* ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compatGreg Kurz2019-12-171-14/+18
* ppc/pnv: Drop PnvPsiClass::chip_typeGreg Kurz2019-12-171-3/+0Star
* ppc/pnv: Introduce PnvPsiClass::compatGreg Kurz2019-12-171-14/+11Star
* ppc/pnv: Fix OCC common area region mappingCédric Le Goater2019-12-172-9/+6Star
* ppc/pnv: Introduce PBA registersCédric Le Goater2019-12-173-34/+119
* ppc/pnv: populate the DT with realized XSCOM devicesCédric Le Goater2019-12-171-1/+4
* ppc/pnv: Loop on the whole hierarchy to populate the DT with the XSCOM nodesCédric Le Goater2019-12-171-1/+6
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-171-0/+13
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-171-10/+7Star
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+16