summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-23hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth1-5/+4
2016-04-08spapr: fix possible Negative array index readGonglei1-0/+4
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth1-1/+6
2016-03-24ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt1-9/+2
2016-03-24spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy1-4/+5
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson1-2/+1
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson1-11/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-2/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+4
2016-02-28spapr: skip configuration section during migration of older machinesGreg Kurz1-0/+1
2016-02-28spapr: disable vmdesc submission for old machinesGreg Kurz1-0/+1
2016-02-25spapr: initialize local Error pointerGreg Kurz1-1/+1
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson1-0/+1
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson1-1/+6
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson1-7/+0
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson1-74/+56
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson1-10/+14
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson1-45/+41
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson1-6/+6
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson1-11/+12
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson1-3/+3
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson1-5/+5
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson1-15/+22
2016-01-30pseries: Clean up error handling of spapr_cpu_init()David Gibson1-4/+11
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson1-3/+1
2016-01-30spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao1-1/+8
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