summaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)Author
2024-09-20ppc: fix incorrect spelling of PowerMacTejas Vipin
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth
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
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON 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 newworld specific parts out from shared headerBALATON Zoltan
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan
2022-10-31mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan
2022-10-31mac_oldworld: Drop some more variablesBALATON Zoltan
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-12-17hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
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_oldworld: Allow loading binary ROM imageBALATON Zoltan
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-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15hw/ppc: Eliminate two superfluous QOM castsMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19ppc/mac_oldworld: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu