aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat
2023-02-27hw/ppc/sam460ex: Correctly set MAL propertiesPhilippe Mathieu-Daudé
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-06mac_oldworld: Allow specifying nvram backing storeBALATON Zoltan
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.hMarkus Armbruster
2023-01-20include/hw/ppc: Split pnv_chip.h off pnv.hMarkus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow
2023-01-04hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow
2022-12-21hw/ppc/virtex_ml507: Prefer local over global variableBernhard Beschow
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14ppc4xx_sdram: Simplify sdram_ddr_size() to returnMarkus Armbruster
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-10-31mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan