aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_newworld.c
AgeCommit message (Expand)Author
2024-09-20ppc: fix incorrect spelling of PowerMacTejas Vipin
2024-03-09mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machineMark Cave-Ayland
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan
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 newworld specific parts out from shared headerBALATON Zoltan
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan
2022-10-31mac_newworld: Clean up creation of Uninorth devicesBALATON 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_newworld: Drop some variablesBALATON Zoltan
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-07-18ppc64: 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
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-12-17hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-04hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé
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 OpenPIC inside macio-newworld deviceMark Cave-Ayland
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-18uninorth: 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-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland
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-05-15qom: Drop object_property_set_description() parameter @errpMarkus 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-19ppc/mac_newworld: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang