summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-40/+43
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz1-16/+23
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-13/+13
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2-6/+5
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-3/+3
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-6/+3
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand3-21/+26
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2-1/+3
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-05-04spapr: don't advertise radix GTSE if max-compat-cpu < power9Greg Kurz1-5/+10
2018-05-04spapr: don't migrate "spapr_option_vector_ov5_cas" to pre 2.8 machinesGreg Kurz1-1/+3
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland1-14/+0
2018-05-04mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directlyMark Cave-Ayland2-14/+24
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland2-39/+6
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson2-16/+8
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson1-3/+33
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson1-0/+12
2018-05-04spapr: Clean up LPCR updates from hypercallsDavid Gibson1-30/+20
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson3-7/+12
2018-05-04spapr: Remove unhelpful helpers from rtas_start_cpu()David Gibson1-24/+14
2018-05-04spapr: Clean up rtas_start_cpu() & rtas_stop_self()David Gibson1-34/+32
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson1-42/+19
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson1-6/+5
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao1-48/+182
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov4-103/+156
2018-04-27spapr: Add ibm,max-associativity-domains propertySerhii Popovych1-0/+10
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2-4/+9
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-2/+1
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2-2/+3
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-2/+2
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson3-6/+7
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz1-18/+0
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych1-22/+0
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz1-6/+3
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson1-2/+21
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2-5/+5
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-6/+6
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-4/+8
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland1-1/+12
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland1-1/+29
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2-8/+4
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland1-14/+0
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland2-13/+22
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-6/+3
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2-6/+18
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland2-2/+2
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2-12/+12
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2-6/+14
2018-04-27uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland1-1/+0