summaryrefslogtreecommitdiffstats
path: root/hw/alpha/typhoon.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* alpha: Clean up includesPeter Maydell2019-11-291-0/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2019-11-291-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/+2
* 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/+0
* 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/+12
* hw/alpha: Don't machine check on missing pci i/oRichard Henderson2013-07-131-1/+2
* hw/alpha: Don't use get_system_ioRichard Henderson2013-07-131-12/+8
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-12/+4
* 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
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+0
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+842
OpenPOWER on IntegriCloud