summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2019-11-291-1/+2
* hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson2019-11-291-0/+8
* hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth2019-11-291-1/+8
* pseries: Add pseries-2.6 machine typeDavid Gibson2019-11-291-2/+20
* pseries: Improve setting of default machine versionDavid Gibson2019-11-291-10/+10
* pseries: Restructure class_options functionsDavid Gibson2019-11-291-4/+17
* pseries: DEFINE_SPAPR_MACHINEDavid Gibson2019-11-291-70/+49
* pseries: Use SET_MACHINE_COMPATDavid Gibson2019-11-291-20/+4
* pseries: Remove versions from mc->descDavid Gibson2019-11-291-5/+1
* pseries: Remove redundant calls to spapr_machine_initfn()David Gibson2019-11-291-3/+0
* pseries: Rearrange versioned machine type codeDavid Gibson2019-11-291-82/+98
* pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson2019-11-291-1/+0
* spapr: Add /system-idAlexey Kardashevskiy2019-11-291-0/+3
* hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth2015-11-301-2/+0
* Fix memory leak on errorStefano Dong (董兴水)2015-11-261-0/+1
* spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctlBharata B Rao2015-11-111-4/+16
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* ppc/spapr: add 2.4 compat propsCornelia Huck2015-10-291-0/+9
* Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin2015-10-291-1/+1
* ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt2015-10-231-0/+31
* spapr: Add "slb-size" property to CPU device tree nodesThomas Huth2015-10-231-0/+1
* spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao2015-10-231-0/+8
* spapr: Allocate HTAB from machine initBharata B Rao2015-10-231-7/+27
* ppc/spapr: Allow VIRTIO_VGABenjamin Herrenschmidt2015-10-201-0/+1
* memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-021-1/+1
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth2015-09-231-0/+8
* ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()Thomas Huth2015-09-231-3/+6
* spapr: Fix default NUMA node allocation for threadsDavid Gibson2015-09-231-0/+8
* spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT typeBharata B Rao2015-09-231-1/+1
* spapr: Support hotplug by specifying DRC countBharata B Rao2015-09-231-1/+1
* spapr: Revert to memory@XXXX representation for non-hotplugged memoryBharata B Rao2015-09-231-38/+9
* spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMABharata B Rao2015-09-231-2/+3
* spapr: Provide better error message when slots exceed max allowedBharata B Rao2015-09-231-2/+2
* spapr: Don't allow memory hotplug to memory less nodesBharata B Rao2015-09-231-1/+23
* spapr: Memory hotplug supportBharata B Rao2015-09-231-0/+118
* spapr: Make hash table size a factor of maxram_sizeBharata B Rao2015-09-231-1/+1
* spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2015-09-231-43/+167
* spapr: Add LMB DR connectorsDavid Gibson2015-09-231-0/+87
* spapr: Use QEMU limit for maximum CPUs numberAlexey Kardashevskiy2015-09-231-4/+2
* spapr: Initialize hotplug memory address spaceBharata B Rao2015-09-231-0/+18
* spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy2015-09-231-0/+1
* pseries: Fix incorrect calculation of threads per socket for chip-idDavid Gibson2015-09-231-4/+2
* spapr: add dumpdtb supportAndrew Jones2015-09-231-0/+2
* spapr: Add /rtas/ibm,change-msix-capableSam Bobroff2015-09-231-0/+4
* spapr: Add /ibm,partition-nameSam Bobroff2015-09-231-0/+5
* spapr: Create pseries-2.5 machineDavid Gibson2015-09-231-1/+18
* spapr: Provide an error message when migration fails due to htab_shift mismatchBharata B Rao2015-09-231-0/+2
* machine: Set MachineClass::name automaticallyEduardo Habkost2015-09-191-4/+0
* pseries: Rename machine class names to use MACHINE_TYPE_NAMEEduardo Habkost2015-09-191-4/+4
OpenPOWER on IntegriCloud