summaryrefslogtreecommitdiff
path: root/hw/alpha/typhoon.c
AgeCommit message (Expand)Author
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-02-19alpha/dp264: use memdev for RAMIgor Mammedov
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé
2018-07-02hw/alpha: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
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
2016-11-22target-alpha: Fix interrupt mask for cpu1Richard Henderson
2016-07-20hw/alpha: fix PCI bus initializationMarcel Apfelbaum
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29alpha: Clean up includesPeter Maydell
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster
2015-06-03hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon 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-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau
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-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-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-16target-alpha: Implement the typhoon iommuRichard Henderson
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson
2013-07-14hw/alpha: Drop latch_tmp hackRichard Henderson
2013-07-13hw/alpha: Don't machine check on missing pci i/oRichard Henderson
2013-07-13hw/alpha: Don't use get_system_ioRichard Henderson
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber