summaryrefslogtreecommitdiff
path: root/hw/sparc/leon3.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-03-25sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller1-2/+1
2015-03-10sparc/leon3.c: fix memory leakGonglei1-0/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-4/+4
2014-02-15sparc/leon3: Initialize stack pointerSebastian Huber1-0/+3
2013-11-05leon3: Don't enforce use of -bios with qtestAndreas Färber1-1/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-1/+2
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-1/+3
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+223