aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04spapr: don't advertise radix GTSE if max-compat-cpu < power9Greg Kurz
2018-05-04spapr: don't migrate "spapr_option_vector_ov5_cas" to pre 2.8 machinesGreg Kurz
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland
2018-05-04mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directlyMark Cave-Ayland
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson
2018-05-04spapr: Clean up LPCR updates from hypercallsDavid Gibson
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson
2018-05-04spapr: Remove unhelpful helpers from rtas_start_cpu()David Gibson
2018-05-04spapr: Clean up rtas_start_cpu() & rtas_stop_self()David Gibson
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov
2018-04-27spapr: Add ibm,max-associativity-domains propertySerhii Popovych
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland