Age | Commit message (Expand) | Author |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2023-01-08 | hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2 | Bernhard Beschow |
2023-01-04 | hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq | Richard Henderson |
2022-12-21 | Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging | Peter Maydell |
2022-12-21 | hw/ppc/e500: Move comment to more appropriate place | Bernhard Beschow |
2022-12-21 | hw/ppc/e500: Resolve variable shadowing | Bernhard Beschow |
2022-12-21 | hw/ppc/e500: Prefer local variable over qdev_get_machine() | Bernhard Beschow |
2022-12-21 | hw/ppc/virtex_ml507: Prefer local over global variable | Bernhard Beschow |
2022-12-21 | hw/ppc/spapr: Reduce "vof.h" inclusion | Philippe Mathieu-Daudé |
2022-12-21 | hw/ppc/e500: Add Freescale eSDHC to e500plat | Philippe Mathieu-Daudé |
2022-12-21 | pci: drop redundant PCIDeviceClass::is_bridge field | Igor Mammedov |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-12-14 | qapi qdev qom: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | ppc4xx_sdram: Simplify sdram_ddr_size() to return | Markus Armbruster |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster |
2022-10-31 | mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum | BALATON Zoltan |
2022-10-31 | mac_{old|new}world: Code style fix adding missing braces to if-s | BALATON Zoltan |
2022-10-31 | mac_nvram: Use NVRAM_SIZE constant | BALATON Zoltan |
2022-10-31 | hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h | BALATON Zoltan |
2022-10-31 | hw/ppc/mac.h: Move PROM and KERNEL defines to board code | BALATON Zoltan |
2022-10-31 | hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header | BALATON Zoltan |
2022-10-31 | hw/ppc/mac.h: Move macio specific parts out from shared header | BALATON Zoltan |
2022-10-31 | hw/ppc/mac.h: Move newworld specific parts out from shared header | BALATON Zoltan |
2022-10-31 | mac_{old|new}world: Reduce number of QOM casts | BALATON Zoltan |
2022-10-31 | mac_newworld: Clean up creation of Uninorth devices | BALATON Zoltan |
2022-10-31 | mac_{old|new}world: Avoid else branch by setting default value | BALATON Zoltan |
2022-10-31 | mac_{old|new}world: Set tbfreq at declaration | BALATON Zoltan |
2022-10-31 | mac_oldworld: Drop some more variables | BALATON Zoltan |
2022-10-31 | mac_newworld: Drop some variables | BALATON Zoltan |
2022-10-31 | Merge tag 'mips-20221030' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi |
2022-10-31 | hw: Remove unused MAX_IDE_BUS define | BALATON Zoltan |
2022-10-31 | hw/isa/vt82c686: Create rtc-time alias in boards instead | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Instantiate PM function in host device | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Instantiate USB functions in host device | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Instantiate IDE function in host device | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Introduce TYPE_VIA_IDE define | Bernhard Beschow |
2022-10-31 | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi |
2022-10-29 | hw/ppc/e500: Implement pflash handling | Bernhard Beschow |
2022-10-28 | ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks() | BALATON Zoltan |
2022-10-28 | ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling | BALATON Zoltan |
2022-10-28 | ppc4xx_sdram: Generalise bank setup | BALATON Zoltan |
2022-10-28 | ppc4xx_sdram: Rename local state variable for brevity | BALATON Zoltan |
2022-10-28 | ppc4xx_sdram: Use hwaddr for memory bank size | BALATON Zoltan |
2022-10-28 | ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.c | BALATON Zoltan |
2022-10-28 | ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.c | BALATON Zoltan |
2022-10-28 | ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c | BALATON Zoltan |
2022-10-28 | target/ppc: introduce ppc_maybe_interrupt | Matheus Ferst |