summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2020-10-28spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz
2020-10-28spapr: Use error_append_hint() in spapr_reallocate_hpt()Greg Kurz
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz
2020-10-28spapr: Pass &error_abort when getting some PC DIMM propertiesGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_SLOT_PROPGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_ADDR_PROPGreg Kurz
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-10-28spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()Greg Kurz
2020-10-28spapr: Make spapr_cpu_core_unrealize() idempotentGreg Kurz
2020-10-28spapr: Drop spapr_delete_vcpu() unused argumentGreg Kurz
2020-10-28spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz
2020-10-28spapr: Fix leak of CPU machine specific dataGreg Kurz
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier
2020-10-28spapr: Clarify why DR connectors aren't user creatableGreg Kurz
2020-10-19mac_oldworld: Change PCI address of macio to match real hardwareBALATON Zoltan
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova
2020-10-09spapr_numa: consider user input when defining associativityDaniel Henrique Barboza
2020-10-09spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza
2020-10-09spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz
2020-10-09spapr: Simplify error handling in spapr_cpu_core_realize()Greg Kurz
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz
2020-10-09spapr: Simplify error handling in prop_get_fdt()Greg Kurz
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz
2020-10-09spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz
2020-10-09spapr: Simplify error handling in do_client_architecture_support()Greg Kurz
2020-10-09spapr: Get rid of cas_check_pvr() error reportingGreg Kurz
2020-10-09spapr: Simplify error handling in callers of ppc_set_compat()Greg Kurz
2020-10-09spapr: Fix error leak in spapr_realize_vcpu()Greg Kurz
2020-10-09spapr: Handle HPT allocation failure in nested guestFabiano Rosas
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov
2020-09-29ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...Gerd Hoffmann
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-16hw/ppc/ppc4xx_pci: Replace magic value by the PCI_NUM_PINS definitionPhilippe Mathieu-Daudé