summaryrefslogtreecommitdiffstats
path: root/hw/ppc/prep.c
Commit message (Expand)AuthorAgeFilesLines
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
* ppc: do not use ram_size globalPaolo Bonzini2020-12-101-1/+1
* ppc: remove bios_namePaolo Bonzini2020-12-101-3/+1Star
* 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/+0Star
* hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOSThomas Huth2020-02-021-383/+1Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-171-1/+0Star
* 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/+1Star
* 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/+4Star
|/
* ppc: fix default VGA display for PReP machinesMark Cave-Ayland2018-07-071-0/+2
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+2
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* prep: fix keyboard for the 40p machineMark Cave-Ayland2018-06-121-1/+0Star
* 40p: remove pci_allow_0_address = true from 40p machine classMark Cave-Ayland2018-06-121-1/+0Star
* hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-181-1/+1
* hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé2018-03-121-1/+0Star
* hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé2018-03-121-1/+1
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-2/+3
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+2
* hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-0/+1
* ppc: 40p/prep: replace cpu_model with cpu_typeIgor Mammedov2017-10-171-8/+4Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-9/+0Star
* ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+3
* hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth2017-06-301-4/+0Star
* audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost2017-05-191-1/+1
* audio: Rename audio_init() to soundhw_init()Eduardo Habkost2017-05-191-1/+1
* audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost2017-05-191-0/+1