aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc/prep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/prep: Realize ISA bridge before accessing itPhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/ppc/prep: use pci_init_nic_devices()David Woodhouse2024-02-021-5/+3
* hw/ppc: Support machine-default audiodev with fallbackMartin Kletzander2023-10-031-0/+7
* hw/ppc: Reset timebase facilities on machine resetNicholas Piggin2023-09-061-0/+1
* ppc/prep: Report an error when run with KVMCédric Le Goater2023-06-251-13/+7
* hw/ppc/prep: Fix wiring of PIC -> CPU interruptBernhard Beschow2023-05-281-1/+3
* hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth2023-05-221-1/+3
* hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé2023-02-271-4/+4
* hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé2023-02-271-2/+1
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-2/+0
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-1/+1
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-1/+1
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-7/+2
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0
* ppc: do not use ram_size globalPaolo Bonzini2020-12-101-1/+1
* ppc: remove bios_namePaolo Bonzini2020-12-101-3/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-10/+16
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+5
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0
* hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOSThomas Huth2020-02-021-383/+1
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* hw/ppc: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-2/+2
* hw/ppc/prep: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-2/+0
* hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko2019-05-291-1/+3
* hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2019-05-291-0/+3
* hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé2019-05-291-1/+1
* hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"Philippe Mathieu-Daudé2019-04-261-1/+0
* hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-171-1/+0
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-2/+2
* 40p: add fixed IRQ routing for LSI SCSI deviceMark Cave-Ayland2018-09-251-5/+6
* scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-251-1/+3
* 40p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland2018-09-251-3/+1
* hw/ppc: on 40p machine, change default firmware to OpenBIOSHervé Poussineau2018-09-251-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-231-0/+3
|\
| * hw/timer/mc146818rtc: Fix introspection problemThomas Huth2018-08-231-0/+3
* | 40p: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland2018-08-211-2/+11
* | hw/ppc: deprecate the machine type 'prep', replaced by '40p'Hervé Poussineau2018-08-211-0/+1
* | hw/ppc/prep: Remove ifdeffed-out stub of XCSR codePeter Maydell2018-08-211-93/+4
|/
* ppc: fix default VGA display for PReP machinesMark Cave-Ayland2018-07-071-0/+2