summaryrefslogtreecommitdiffstats
path: root/hw/alpha/typhoon.c
Commit message (Expand)AuthorAgeFilesLines
* hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe2021-06-281-15/+4Star
* hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe2021-06-281-2/+3
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* alpha/dp264: use memdev for RAMIgor Mammedov2020-02-191-6/+2Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-6/+6
* hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell2019-01-081-20/+27
* hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-13/+0Star
* hw/alpha: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-9/+8Star
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+2
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-4/+4
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-5/+18
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-3/+5
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+1
* target-alpha: Fix interrupt mask for cpu1Richard Henderson2016-11-221-1/+1
* hw/alpha: fix PCI bus initializationMarcel Apfelbaum2016-07-201-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* alpha: Clean up includesPeter Maydell2016-01-291-0/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-131-1/+2
* hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+4
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller2015-04-101-3/+2Star
* isa: add memory space parameter to isa_bus_newHervé Poussineau2015-02-131-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+2
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil2013-10-021-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* target-alpha: Implement the typhoon iommuRichard Henderson2013-08-161-28/+174
* target-alpha: Move alarm to vm_clockRichard Henderson2013-07-181-1/+1
* hw/alpha: Drop latch_tmp hackRichard Henderson2013-07-141-41/+12Star
* hw/alpha: Don't machine check on missing pci i/oRichard Henderson2013-07-141-1/+2
* hw/alpha: Don't use get_system_ioRichard Henderson2013-07-141-12/+8Star
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-12/+4Star
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-9/+12
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-8/+8
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-281-4/+10