summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-5/+6
2014-06-16spapr_pci: Advertise MSI quotaBadari Pulavarty1-1/+0
2014-06-16spapr: Add kvm-type propertyEduardo Habkost1-0/+25
2014-06-16spapr: Create SPAPRMachine structEduardo Habkost1-0/+14
2014-06-16PPC: spapr: Expose /hypervisor node in device treeAlexander Graf1-0/+20
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy1-0/+3
2014-06-16spapr: Enable dynamic change of the supported hypercalls listAlexey Kardashevskiy1-7/+23
2014-06-16spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy1-1/+3
2014-06-16spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy1-1/+1
2014-06-16spapr: Rework spapr_fixup_cpu_dt()Alexey Kardashevskiy1-11/+22
2014-06-16spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy1-0/+36
2014-06-16target-ppc: Implement "compat" CPU optionAlexey Kardashevskiy1-0/+14
2014-06-16spapr: Move SMT-related properties out of skeleton fdtAlexey Kardashevskiy1-15/+33
2014-06-16spapr: Add ibm, chip-id property in device treeAlexey Kardashevskiy1-0/+6
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy1-2/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-2/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-7/+7
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum1-39/+11
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum1-0/+24
2014-03-20spapr: Implement interface to fix device pathnameAlexey Kardashevskiy1-1/+84
2014-03-20spapr: QOM'ify pseries machineAlexey Kardashevskiy1-3/+19
2014-03-13spapr: Fix return value of vga initializationMark Wu1-1/+3
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-4/+5
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V1-0/+1
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V1-1/+7
2014-03-05target-ppc: Update external_htab even when HTAB is managed by kernelAneesh Kumar K.V1-0/+7
2014-03-05spapr: print more detailed error message on failed load_elf()Alexey Kardashevskiy1-3/+3
2014-03-05spapr: support only ELF kernel imagesAlexey Kardashevskiy1-5/+0
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-0/+20
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-10-31Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1
2013-10-26misc: New spelling fixes in commentsStefan Weil1-1/+1
2013-10-25spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber1-20/+6
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson1-1/+20
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy1-1/+1
2013-10-25spapr: move cpu_setup after kvmppc_set_paprAlexey Kardashevskiy1-2/+2
2013-10-25spapr: Add ibm, purr property on power7 and newerAlexey Kardashevskiy1-0/+4
2013-10-25spapr: increase temporary fdt buffer sizeAlexey Kardashevskiy1-1/+1
2013-10-25pseries: Fix loading of little endian kernelsBenjamin Herrenschmidt1-1/+12
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-2/+2
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+2
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+2
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard1-1/+1
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy1-4/+25
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori1-0/+28
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy1-22/+84