summaryrefslogtreecommitdiff
path: root/hw/alpha/dp264.c
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe
2021-06-28hw/alpha: Provide console information to the PALcode at start-upJason Thorpe
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10alpha: remove bios_namePaolo Bonzini
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-10dp264: use pci_create_simple() to initialise the cmd646 deviceMark Cave-Ayland
2020-03-09hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19alpha/dp264: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-03-12hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/alpha/dp264: Add the ISA DMA controllerPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-01alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29alpha: Clean up includesPeter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-06-03hw/alpha/dp264.c: Fix memory leak spotted by valgrindShannon Zhao
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-14hw/alpha: Use SRM epochRichard Henderson
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini