aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/mac_oldworld.c
AgeCommit message (Expand)AuthorFilesLines
12 daysppc: fix incorrect spelling of PowerMacTejas Vipin1-1/+1
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse1-3/+1
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin1-0/+1
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth1-1/+3
2023-02-06mac_oldworld: Allow specifying nvram backing storeBALATON Zoltan1-1/+7
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan1-2/+1
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan1-3/+6
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-1/+0
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan1-1/+6
2022-10-31hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan1-0/+1
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan1-0/+1
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan1-15/+11
2022-10-31mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan1-14/+4
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan1-8/+1
2022-10-31mac_oldworld: Drop some more variablesBALATON Zoltan1-22/+21
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-1/+1
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
2021-12-17hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell1-1/+2
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 heathrow PIC inside macio-oldworld deviceMark Cave-Ayland1-34/+32
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland1-15/+15
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland1-6/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10ppc: remove bios_namePaolo Bonzini1-3/+1
2020-10-19mac_oldworld: Change PCI address of macio to match real hardwareBALATON Zoltan1-1/+1
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan1-18/+17
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan1-3/+2
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan1-9/+20
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland1-2/+5
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-2/+2
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-3/+3
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-10/+10
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+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-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19ppc/mac_oldworld: use memdev for RAMIgor Mammedov1-4/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu1-1/+2