summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-04spapr: Allow dynamic creation of PHBAlexander Graf1-0/+21
2014-11-04spapr: Cleanup machine naming conventions, and prepare for 2.2 releaseDavid Gibson1-4/+18
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin1-0/+7
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-3/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-20Fix typos and misspellings in commentszhanghailiang1-1/+1
2014-09-08hypervisor property clashes with hypervisor nodeAnton Blanchard1-4/+0
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz1-1/+0
2014-09-08ppc/spapr: Fix MAX_CPUS to 255Nikunj A Dadhania1-1/+1
2014-09-08spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt1-12/+22
2014-09-08spapr: Fix ibm, associativity for memory nodesAlexey Kardashevskiy1-1/+1
2014-09-08spapr: Add a helper for node0_size calculationAlexey Kardashevskiy1-4/+16
2014-09-08spapr: Split memory nodes to power-of-two blocksAlexey Kardashevskiy1-2/+12
2014-09-08spapr: Refactor spapr_populate_memory() to allow memoryless nodesAlexey Kardashevskiy1-20/+20
2014-09-08spapr: Use DT memory node rendering helper for other nodesAlexey Kardashevskiy1-17/+2
2014-09-08spapr: Move DT memory node rendering to a helperAlexey Kardashevskiy1-20/+28
2014-09-08spapr: fix possible memory leakGonglei1-0/+1
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania1-0/+28
2014-09-08ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania1-0/+9
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy1-0/+21
2014-07-15spapr: Enable use of huge pagesAlexey Kardashevskiy1-8/+3
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy1-1/+11
2014-07-08target-ppc: KVMPPC_H_CAS fix cpu-version endianessLaurent Dufour1-2/+1
2014-06-27spapr: Remove @next_irqAlexey Kardashevskiy1-2/+1
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-67/+0
2014-06-27spapr: Define a 2.1 pseries machineAlexey Kardashevskiy1-0/+16
2014-06-27spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)Alexey Kardashevskiy1-8/+7
2014-06-27spapr: Add "qemu, boot-menu" property to /chosenAvik Sil1-0/+3
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