summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: parse cpu features onceGreg Kurz2016-08-131-0/+2
* hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2016-08-101-1/+1
* spapr: remove extra type variableCédric Le Goater2016-08-101-9/+6Star
* spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-081-15/+9Star
* spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2016-08-031-1/+6
* spapr: disintricate core-id from DT semanticsGreg Kurz2016-07-251-5/+5
* hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth2016-07-251-1/+8
* ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt2016-07-051-0/+7
* spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-1/+6
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-10/+10
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-3/+4
* hw/ppc/spapr: Add some missing hcall function set stringsThomas Huth2016-07-011-0/+3
* qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa2016-06-271-2/+2
* spapr: implement query-hotpluggable-cpus callbackIgor Mammedov2016-06-171-0/+34
* spapr: CPU hot unplug supportBharata B Rao2016-06-171-0/+8
* spapr: CPU hotplug supportBharata B Rao2016-06-171-13/+65
* spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-171-10/+63
* spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-171-48/+2Star
* spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-171-2/+1Star
* spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2016-06-141-20/+37
* spapr: Introduce pseries-2.7 machine typeBharata B Rao2016-06-071-2/+20
* spapr: Increase hotpluggable memory slots to 256Bharata B Rao2016-06-071-2/+12
* spapr: ensure device trees are always associated with DRCJianjun Duan2016-05-271-10/+6Star
* Added negative check for get_image_size()Zhou Jie2016-05-271-0/+4
* machine: add properties to compat_props incrementalyIgor Mammedov2016-05-201-4/+0Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2016-04-231-5/+4Star
* spapr: fix possible Negative array index readGonglei2016-04-081-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-1/+2
|\
| * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* | hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2016-03-241-1/+6
* | ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt2016-03-241-9/+2Star
* | spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy2016-03-241-4/+5
|/
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2016-03-151-2/+1Star
* target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2016-03-151-11/+2Star
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-2/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+4
* spapr: skip configuration section during migration of older machinesGreg Kurz2016-02-281-0/+1
* spapr: disable vmdesc submission for old machinesGreg Kurz2016-02-281-0/+1
* spapr: initialize local Error pointerGreg Kurz2016-02-251-1/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2016-02-171-0/+1
* migration: ensure htab_save_first completes after timeoutDavid Gibson2016-02-161-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2016-02-161-7/+0Star
* pseries: Move hash page table allocation to reset timeDavid Gibson2016-02-161-74/+56Star
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2016-02-161-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-161-45/+41Star
* pseries: Clean up error reporting in htab migration functionsDavid Gibson2016-01-301-6/+6
* pseries: Clean up error reporting in ppc_spapr_init()David Gibson2016-01-301-11/+12