summaryrefslogtreecommitdiff
path: root/hw/ppc/prep.c
AgeCommit message (Expand)Author
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-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2020-12-10ppc: do not use ram_size globalPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus 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-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-02-02hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOSThomas Huth
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu
2019-07-02hw/ppc/prep: Drop useless CONFIG_KVM ifdeferyGreg Kurz
2019-05-29hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko
2019-05-29hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé
2019-05-29hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé
2019-04-26hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"Philippe Mathieu-Daudé
2019-02-17hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-09-2540p: add fixed IRQ routing for LSI SCSI deviceMark Cave-Ayland
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland
2018-09-2540p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland
2018-09-25hw/ppc: on 40p machine, change default firmware to OpenBIOSHervé Poussineau
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth
2018-08-2140p: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland
2018-08-21hw/ppc: deprecate the machine type 'prep', replaced by '40p'Hervé Poussineau
2018-08-21hw/ppc/prep: Remove ifdeffed-out stub of XCSR codePeter Maydell
2018-07-07ppc: fix default VGA display for PReP machinesMark Cave-Ayland
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-12prep: fix keyboard for the 40p machineMark Cave-Ayland
2018-06-1240p: remove pci_allow_0_address = true from 40p machine classMark Cave-Ayland
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis