aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth1-1/+5
2016-10-05ppc: Check the availability of transactional memoryThomas Huth1-1/+4
2016-10-05hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth1-2/+9
2016-10-05hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth1-30/+36
2016-10-05pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson1-2/+20
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+2
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-3/+1
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-4/+2
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell1-3/+6
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-6/+1
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn1-0/+3
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao1-3/+3
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater1-35/+1
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-6/+6
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater1-10/+1
2016-08-13ppc: parse cpu features onceGreg Kurz1-0/+2
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth1-1/+1
2016-08-10spapr: remove extra type variableCédric Le Goater1-9/+6
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson1-15/+9
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao1-1/+6
2016-07-25spapr: disintricate core-id from DT semanticsGreg Kurz1-5/+5
2016-07-25hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth1-1/+8
2016-07-05ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt1-0/+7
2016-07-05spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy1-1/+6
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-10/+10
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-3/+4
2016-07-01hw/ppc/spapr: Add some missing hcall function set stringsThomas Huth1-0/+3
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa1-2/+2
2016-06-17spapr: implement query-hotpluggable-cpus callbackIgor Mammedov1-0/+34
2016-06-17spapr: CPU hot unplug supportBharata B Rao1-0/+8
2016-06-17spapr: CPU hotplug supportBharata B Rao1-13/+65
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao1-10/+63
2016-06-17spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao1-48/+2
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao1-2/+1
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-20/+37
2016-06-07spapr: Introduce pseries-2.7 machine typeBharata B Rao1-2/+20
2016-06-07spapr: Increase hotpluggable memory slots to 256Bharata B Rao1-2/+12
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan1-10/+6
2016-05-27Added negative check for get_image_size()Zhou Jie1-0/+4
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-4/+0
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
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