summaryrefslogtreecommitdiff
path: root/hw/alpha/dp264.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIOPhilippe Mathieu-Daudé1-6/+4
2018-03-12hw/alpha/dp264: Add the ISA DMA controllerPhilippe Mathieu-Daudé1-0/+4
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+2
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+1
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov1-2/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov1-2/+6
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson1-1/+0
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-01-29alpha: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-5/+6
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-11/+6
2015-06-03hw/alpha/dp264.c: Fix memory leak spotted by valgrindShannon Zhao1-3/+4
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-3/+6
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-5/+1
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+3
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-14hw/alpha: Use SRM epochRichard Henderson1-1/+3
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+182