summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost1-1/+1
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+52
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-27ppc: spapr: add 2.4 machine typeJason Wang1-2/+29
2015-04-27spapr: add machine type specific instance init functionJason Wang1-0/+23
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini1-1/+1
2015-03-25PPC: pseries: Implement boot once=fooAlexander Graf1-8/+22
2015-03-25spapr: Add missing checks for NULL pointers and report failuresStefan Weil1-0/+8
2015-03-11machine: query kernel-irqchip propertyMarcel Apfelbaum1-9/+6
2015-03-09spapr: Clean up misuse of qdev_init() in xics-kvm creationMarkus Armbruster1-13/+12
2015-03-09pseries: Export RTC time via QOMDavid Gibson1-0/+3
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson1-3/+27
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson1-1/+9
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson1-0/+3
2015-03-09spapr-pci: Enable huge BARsAlexey Kardashevskiy1-0/+16
2015-03-09spapr: Add pseries-2.3 machineAlexey Kardashevskiy1-2/+17
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell1-0/+1
2015-02-23numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost1-0/+1
2015-02-18PPC: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster1-2/+5
2015-02-10fw_cfg: fix typos in comments: patch -> pathGonglei1-1/+1
2015-01-07hw/ppc/spapr: simplify usb controller creation logicMarcel Apfelbaum1-1/+2
2015-01-07hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2015-01-07hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum1-1/+1
2015-01-07target-ppc: Cast ssize_t to size_t before printing with %zxPeter Maydell1-1/+1
2015-01-07spapr: Fix stale HTAB during live migration (TCG)Samuel Mendoza-Jonas1-5/+11
2015-01-07spapr: Fix integer overflow during migration (TCG)Samuel Mendoza-Jonas1-3/+3
2015-01-07spapr: Fix stale HTAB during live migration (KVM)Samuel Mendoza-Jonas1-0/+38
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum1-0/+3
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