aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-02-28spapr: skip configuration section during migration of older machinesGreg Kurz
2016-02-28spapr: disable vmdesc submission for old machinesGreg Kurz
2016-02-25spapr: initialize local Error pointerGreg Kurz
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson
2016-01-30pseries: Clean up error handling of spapr_cpu_init()David Gibson
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson
2016-01-30spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-01-13spapr: Use error_reportf_err()Markus Armbruster
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2016-01-11hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson
2016-01-11hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth
2016-01-11pseries: Add pseries-2.6 machine typeDavid Gibson
2016-01-11pseries: Improve setting of default machine versionDavid Gibson
2016-01-11pseries: Restructure class_options functionsDavid Gibson
2016-01-11pseries: DEFINE_SPAPR_MACHINEDavid Gibson
2016-01-11pseries: Use SET_MACHINE_COMPATDavid Gibson
2016-01-11pseries: Remove versions from mc->descDavid Gibson
2016-01-11pseries: Remove redundant calls to spapr_machine_initfn()David Gibson
2016-01-11pseries: Rearrange versioned machine type codeDavid Gibson
2016-01-11pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson
2016-01-11spapr: Add /system-idAlexey Kardashevskiy
2015-11-30hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth
2015-11-26Fix memory leak on errorStefano Dong (董兴水)
2015-11-11spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctlBharata B Rao
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-10-29ppc/spapr: add 2.4 compat propsCornelia Huck
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt
2015-10-23spapr: Add "slb-size" property to CPU device tree nodesThomas Huth
2015-10-23spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao
2015-10-23spapr: Allocate HTAB from machine initBharata B Rao
2015-10-20ppc/spapr: Allow VIRTIO_VGABenjamin Herrenschmidt
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite