summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+2
2016-01-13spapr: Use error_reportf_err()Markus Armbruster1-3/+4
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-1/+2
2016-01-11hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson1-0/+8
2016-01-11hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth1-1/+8
2016-01-11pseries: Add pseries-2.6 machine typeDavid Gibson1-2/+20
2016-01-11pseries: Improve setting of default machine versionDavid Gibson1-10/+10
2016-01-11pseries: Restructure class_options functionsDavid Gibson1-4/+17
2016-01-11pseries: DEFINE_SPAPR_MACHINEDavid Gibson1-70/+49
2016-01-11pseries: Use SET_MACHINE_COMPATDavid Gibson1-20/+4
2016-01-11pseries: Remove versions from mc->descDavid Gibson1-5/+1
2016-01-11pseries: Remove redundant calls to spapr_machine_initfn()David Gibson1-3/+0
2016-01-11pseries: Rearrange versioned machine type codeDavid Gibson1-82/+98
2016-01-11pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson1-1/+0
2016-01-11spapr: Add /system-idAlexey Kardashevskiy1-0/+3
2015-11-30hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth1-2/+0
2015-11-26Fix memory leak on errorStefano Dong (董兴水)1-0/+1
2015-11-11spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctlBharata B Rao1-4/+16
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert1-1/+1
2015-10-29ppc/spapr: add 2.4 compat propsCornelia Huck1-0/+9
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin1-1/+1
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt1-0/+31
2015-10-23spapr: Add "slb-size" property to CPU device tree nodesThomas Huth1-0/+1
2015-10-23spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao1-0/+8
2015-10-23spapr: Allocate HTAB from machine initBharata B Rao1-7/+27
2015-10-20ppc/spapr: Allow VIRTIO_VGABenjamin Herrenschmidt1-0/+1
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov1-1/+1
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-2/+2
2015-09-23ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth1-0/+8
2015-09-23ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()Thomas Huth1-3/+6
2015-09-23spapr: Fix default NUMA node allocation for threadsDavid Gibson1-0/+8
2015-09-23spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT typeBharata B Rao1-1/+1
2015-09-23spapr: Support hotplug by specifying DRC countBharata B Rao1-1/+1
2015-09-23spapr: Revert to memory@XXXX representation for non-hotplugged memoryBharata B Rao1-38/+9
2015-09-23spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMABharata B Rao1-2/+3
2015-09-23spapr: Provide better error message when slots exceed max allowedBharata B Rao1-2/+2
2015-09-23spapr: Don't allow memory hotplug to memory less nodesBharata B Rao1-1/+23
2015-09-23spapr: Memory hotplug supportBharata B Rao1-0/+118
2015-09-23spapr: Make hash table size a factor of maxram_sizeBharata B Rao1-1/+1
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao1-43/+167
2015-09-23spapr: Add LMB DR connectorsDavid Gibson1-0/+87
2015-09-23spapr: Use QEMU limit for maximum CPUs numberAlexey Kardashevskiy1-4/+2
2015-09-23spapr: Initialize hotplug memory address spaceBharata B Rao1-0/+18
2015-09-23spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy1-0/+1
2015-09-23pseries: Fix incorrect calculation of threads per socket for chip-idDavid Gibson1-4/+2
2015-09-23spapr: add dumpdtb supportAndrew Jones1-0/+2
2015-09-23spapr: Add /rtas/ibm,change-msix-capableSam Bobroff1-0/+4
2015-09-23spapr: Add /ibm,partition-nameSam Bobroff1-0/+5
2015-09-23spapr: Create pseries-2.5 machineDavid Gibson1-1/+18