aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc/mac_newworld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machineMark Cave-Ayland2024-03-091-1/+1
* hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini2024-02-271-1/+3
* hw/ppc: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth2023-05-221-1/+3
* mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan2023-02-061-2/+1
* mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan2022-10-311-4/+6
* mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan2022-10-311-2/+4
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-2/+2
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-311-1/+1
* hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan2022-10-311-0/+4
* hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan2022-10-311-0/+19
* mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan2022-10-311-33/+28
* mac_newworld: Clean up creation of Uninorth devicesBALATON Zoltan2022-10-311-20/+17
* mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan2022-10-311-15/+4
* mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan2022-10-311-8/+1
* mac_newworld: Drop some variablesBALATON Zoltan2022-10-311-36/+29
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+4
* ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+4
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell2021-12-171-1/+2
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into stagingPeter Maydell2021-05-051-0/+4
|\
| * hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé2021-05-041-0/+4
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
|/
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-13/+0
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-14/+11
* mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland2021-01-131-20/+26
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* ppc: remove bios_namePaolo Bonzini2020-12-101-3/+1
* mac_newworld: Allow loading binary ROM imageBALATON Zoltan2020-10-191-8/+14
* uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-8/+16
* macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-181-0/+6
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-251-4/+2
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-5/+5
* adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-261-2/+0
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-8/+8
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ppc: Eliminate two superfluous QOM castsMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-20/+20
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-2/+1
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2020-03-191-1/+0
|\
| * hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0
* | hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1
|/
* ppc/mac_newworld: use memdev for RAMIgor Mammedov2020-02-191-3/+3
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1