aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2014-11-04spapr: Allow dynamic creation of PHBAlexander Graf
2014-11-04spapr: Cleanup machine naming conventions, and prepare for 2.2 releaseDavid Gibson
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-20Fix typos and misspellings in commentszhanghailiang
2014-09-08hypervisor property clashes with hypervisor nodeAnton Blanchard
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz
2014-09-08ppc/spapr: Fix MAX_CPUS to 255Nikunj A Dadhania
2014-09-08spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt
2014-09-08spapr: Fix ibm, associativity for memory nodesAlexey Kardashevskiy
2014-09-08spapr: Add a helper for node0_size calculationAlexey Kardashevskiy
2014-09-08spapr: Split memory nodes to power-of-two blocksAlexey Kardashevskiy
2014-09-08spapr: Refactor spapr_populate_memory() to allow memoryless nodesAlexey Kardashevskiy
2014-09-08spapr: Use DT memory node rendering helper for other nodesAlexey Kardashevskiy
2014-09-08spapr: Move DT memory node rendering to a helperAlexey Kardashevskiy
2014-09-08spapr: fix possible memory leakGonglei
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania
2014-09-08ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy
2014-07-15spapr: Enable use of huge pagesAlexey Kardashevskiy
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy
2014-07-08target-ppc: KVMPPC_H_CAS fix cpu-version endianessLaurent Dufour
2014-06-27spapr: Remove @next_irqAlexey Kardashevskiy
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy
2014-06-27spapr: Define a 2.1 pseries machineAlexey Kardashevskiy
2014-06-27spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)Alexey Kardashevskiy
2014-06-27spapr: Add "qemu, boot-menu" property to /chosenAvik Sil
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-16spapr_pci: Advertise MSI quotaBadari Pulavarty
2014-06-16spapr: Add kvm-type propertyEduardo Habkost
2014-06-16spapr: Create SPAPRMachine structEduardo Habkost
2014-06-16PPC: spapr: Expose /hypervisor node in device treeAlexander Graf
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy
2014-06-16spapr: Enable dynamic change of the supported hypercalls listAlexey Kardashevskiy
2014-06-16spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy
2014-06-16spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy
2014-06-16spapr: Rework spapr_fixup_cpu_dt()Alexey Kardashevskiy
2014-06-16spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy
2014-06-16target-ppc: Implement "compat" CPU optionAlexey Kardashevskiy
2014-06-16spapr: Move SMT-related properties out of skeleton fdtAlexey Kardashevskiy
2014-06-16spapr: Add ibm, chip-id property in device treeAlexey Kardashevskiy
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum
2014-03-20spapr: Implement interface to fix device pathnameAlexey Kardashevskiy
2014-03-20spapr: QOM'ify pseries machineAlexey Kardashevskiy
2014-03-13spapr: Fix return value of vga initializationMark Wu