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