summaryrefslogtreecommitdiffstats
path: root/hw/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-11/+6
* hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+4
* hw/alpha/dp264.c: Fix memory leak spotted by valgrindShannon Zhao2015-06-031-3/+4
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-262-4/+8
* alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller2015-04-101-3/+2
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-03-021-5/+1
|\
| * serial: Factor out common serial_hds_isa_init()Markus Armbruster2015-02-241-5/+1
* | isa: add memory space parameter to isa_bus_newHervé Poussineau2015-02-131-1/+1
|/
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-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
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-6/+6
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+3
* 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
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-1/+0
|\
| * hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0
* | 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: Use SRM epochRichard Henderson2013-07-141-1/+3
* hw/alpha: Drop latch_tmp hackRichard Henderson2013-07-141-41/+12
* hw/alpha: Don't machine check on missing pci i/oRichard Henderson2013-07-133-1/+29
* hw/alpha: Don't use get_system_ioRichard Henderson2013-07-133-57/+8
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-12/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-1/+1
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+1
* | 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-084-3/+24
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-082-5/+843
* hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-013-1/+294
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+4
OpenPOWER on IntegriCloud