aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha
AgeCommit message (Expand)Author
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
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-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
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-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-22target-alpha: Fix interrupt mask for cpu1Richard Henderson
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-20hw/alpha: fix PCI bus initializationMarcel Apfelbaum
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-06-20trace: split out trace events for hw/alpha/ directoryDaniel P. Berrange
2016-05-19alpha: include cpu-qom.h in files that require AlphaCPUPaolo Bonzini
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-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29alpha: Clean up includesPeter Maydell
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2015-12-17alpha: convert "naked" qemu_log to tracepointPaolo Bonzini
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-06-03hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
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-04-10alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-10-02hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-16target-alpha: Implement the typhoon iommuRichard Henderson