aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha/typhoon.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-1/+5
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster1-1/+1
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe1-15/+4
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe1-2/+3
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-02-19alpha/dp264: use memdev for RAMIgor Mammedov1-6/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-6/+6
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell1-20/+27
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0
2018-07-02hw/alpha: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-9/+8
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+2
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-4/+4
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-5/+18
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-3/+5
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2016-11-22target-alpha: Fix interrupt mask for cpu1Richard Henderson1-1/+1
2016-07-20hw/alpha: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29alpha: Clean up includesPeter Maydell1-0/+1
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster1-1/+2
2015-06-03hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-4/+4
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2015-04-10alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller1-3/+2
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+2
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-10-02hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-08-16target-alpha: Implement the typhoon iommuRichard Henderson1-28/+174
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson1-1/+1
2013-07-14hw/alpha: Drop latch_tmp hackRichard Henderson1-41/+12
2013-07-13hw/alpha: Don't machine check on missing pci i/oRichard Henderson1-1/+2
2013-07-13hw/alpha: Don't use get_system_ioRichard Henderson1-12/+8
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-12/+4
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-9/+12