summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2019-11-291-5/+4
* spapr: fix possible Negative array index readGonglei2019-11-291-0/+4
* hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2019-11-291-1/+6
* ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt2019-11-291-9/+2
* spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy2019-11-291-4/+5
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* machine: Use type_init() to register machine classesEduardo Habkost2019-11-291-1/+1
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2019-11-291-2/+1
* target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2019-11-291-11/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2019-11-291-2/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-291-2/+4
* spapr: skip configuration section during migration of older machinesGreg Kurz2019-11-291-0/+1
* spapr: disable vmdesc submission for old machinesGreg Kurz2019-11-291-0/+1
* spapr: initialize local Error pointerGreg Kurz2019-11-291-1/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2019-11-291-0/+1
* migration: ensure htab_save_first completes after timeoutDavid Gibson2019-11-291-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2019-11-291-7/+0
* pseries: Move hash page table allocation to reset timeDavid Gibson2019-11-291-74/+56
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2019-11-291-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2019-11-291-45/+41
* pseries: Clean up error reporting in htab migration functionsDavid Gibson2019-11-291-6/+6
* pseries: Clean up error reporting in ppc_spapr_init()David Gibson2019-11-291-11/+12
* pseries: Clean up error handling in xics_system_init()David Gibson2019-11-291-3/+3
* pseries: Clean up error handling in spapr_vga_init()David Gibson2019-11-291-5/+5
* pseries: Clean up error handling in spapr_validate_node_memory()David Gibson2019-11-291-15/+22
* pseries: Clean up error handling of spapr_cpu_init()David Gibson2019-11-291-4/+11
* ppc: Clean up error handling in ppc_set_compat()David Gibson2019-11-291-3/+1
* spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao2019-11-291-1/+8
* ppc: Clean up includesPeter Maydell2019-11-291-0/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-1/+2
* spapr: Use error_reportf_err()Markus Armbruster2019-11-291-3/+4
* 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
OpenPOWER on IntegriCloud