aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_newworld.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machineMark Cave-Ayland1-1/+1
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini1-1/+3
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse1-3/+1
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth1-1/+3
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan1-2/+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 Zoltan1-2/+4
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 Zoltan1-1/+1
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan1-0/+4
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan1-0/+19
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan1-33/+28
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 Zoltan1-15/+4
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan1-8/+1
2022-10-31mac_newworld: Drop some variablesBALATON Zoltan1-36/+29
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-4/+4
2022-07-18ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-4/+4
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2021-12-17hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell1-1/+2
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell1-0/+4
2021-05-04hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé1-0/+4
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-13/+0
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland1-14/+11
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland1-20/+26
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10ppc: remove bios_namePaolo Bonzini1-3/+1
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan1-8/+14
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland1-8/+16
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland1-0/+6
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-4/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-5/+5
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland1-2/+0
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-8/+8
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster1-2/+2
2020-06-15hw/ppc: Eliminate two superfluous QOM castsMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-20/+20
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-2/+1
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-1/+0
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-02-19ppc/mac_newworld: use memdev for RAMIgor Mammedov1-3/+3
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1