aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-01-20include/hw/ppc: Split pnv_chip.h off pnv.hMarkus Armbruster5-0/+7
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster3-2/+3
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow1-2/+0
2023-01-04hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson1-9/+1
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell6-9/+57
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow1-1/+1
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow1-3/+1
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow1-3/+2
2022-12-21hw/ppc/virtex_ml507: Prefer local over global variableBernhard Beschow1-1/+1
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé1-0/+1
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé4-1/+51
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-10/+5
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-2/+13
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-11/+4
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2-3/+2
2022-12-14ppc4xx_sdram: Simplify sdram_ddr_size() to returnMarkus Armbruster1-7/+3
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-4/+1
2022-10-31mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan1-4/+6
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan2-5/+10
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan1-2/+2
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan3-53/+1
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan3-5/+10
2022-10-31hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan2-3/+1
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan1-23/+0
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan3-24/+20
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan2-48/+39
2022-10-31mac_newworld: Clean up creation of Uninorth devicesBALATON Zoltan1-20/+17
2022-10-31mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan2-29/+8
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan2-16/+2
2022-10-31mac_oldworld: Drop some more variablesBALATON Zoltan1-22/+21
2022-10-31mac_newworld: Drop some variablesBALATON Zoltan1-36/+29
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi3-19/+9
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan1-2/+0
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow1-0/+4
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow1-5/+0
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow1-2/+1
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow1-4/+0
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow1-2/+2
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2-6/+4
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow1-1/+1
2022-10-31Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi11-760/+855
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow2-0/+80
2022-10-28ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()BALATON Zoltan1-9/+19
2022-10-28ppc4xx_sdram: Convert DDR SDRAM controller to new bank handlingBALATON Zoltan1-61/+37
2022-10-28ppc4xx_sdram: Generalise bank setupBALATON Zoltan2-44/+48
2022-10-28ppc4xx_sdram: Rename local state variable for brevityBALATON Zoltan1-79/+79
2022-10-28ppc4xx_sdram: Use hwaddr for memory bank sizeBALATON Zoltan1-10/+4
2022-10-28ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan2-62/+61
2022-10-28ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2-352/+365
2022-10-28ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan3-333/+350